Name: jfsutils Version: 1.1.15 Release: 2mamba Summary: IBM JFS utility programs Group: System/Kernel and Hardware Vendor: openmamba Distribution: openmamba Packager: Aleph0 URL: http://jfs.sourceforge.net/ Source: http://jfs.sourceforge.net/project/pub/jfsutils-%{version}.tar.gz Patch0: jfsutils-1.1.15-glibc-2.17.patch Patch1: jfsutils-1.1.15-gcc-10.0.patch Patch2: jfsutils-1.1.15-sysmacros.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: ldconfig BuildRequires: libuuid-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Utilities for managing IBM's Journaled File System (JFS) under Linux. The following utilities are available: jfs_fsck - initiate replay of the JFS transaction log, and check and repair a JFS formatted device. jfs_fscklog - extract a log from the JFS fsck workspace into a file and/or display it. jfs_logdump - dump a JFS formatted device's journal log. jfs_mkfs - create a JFS formatted partition. jfs_tune - adjust tunable parameters of the JFS file system. jfs_debugfs - shell-type JFS file system editor. %debug_package %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %build %configure \ CFLAGS="%{optflags} -fcommon" %make %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} %files %defattr(-,root,root) %{_sbindir}/* %{_mandir}/man8/* %doc AUTHORS COPYING #ChangeLog NEWS README %changelog * Tue Dec 08 2020 Silvan Calarco 1.1.15-2mamba - rebuilt with gcc 10 patch and debug package * Mon May 27 2013 Automatic Build System 1.1.15-1mamba - automatic version update by autodist * Sat Jan 10 2009 Silvan Calarco 1.1.13-1mamba - update to 1.1.13 * Tue Dec 11 2007 Aleph0 1.1.12-1mamba - update to 1.1.12 * Thu Mar 09 2006 Stefano Cotta Ramusino 1.1.10-1qilnx - update to version 1.1.10 by autospec - specfile fixed and updated * Tue Mar 30 2004 Silvan Calarco 1.1.5-1qilnx - new version build * Thu Jan 29 2004 Davide Madrisan 1.1.4-1qilnx - first build