From 0f800cde75eba6f164c84250db7c946718852df9 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 00:17:18 +0100 Subject: [PATCH] automatic version update by autodist [release 1.1.15-1mamba;Mon May 27 2013] --- README.md | 9 +++++ jfsutils-1.1.15-glibc-2.17.patch | 10 +++++ jfsutils.spec | 68 ++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 jfsutils-1.1.15-glibc-2.17.patch create mode 100644 jfsutils.spec diff --git a/README.md b/README.md index e1e754a..7d000e8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # jfsutils +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. + diff --git a/jfsutils-1.1.15-glibc-2.17.patch b/jfsutils-1.1.15-glibc-2.17.patch new file mode 100644 index 0000000..35e7eae --- /dev/null +++ b/jfsutils-1.1.15-glibc-2.17.patch @@ -0,0 +1,10 @@ +--- jfsutils-1.1.15/fscklog/extract.c.orig 2006-06-05 21:31:40.000000000 +0200 ++++ jfsutils-1.1.15/fscklog/extract.c 2013-05-27 03:34:38.750940667 +0200 +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + + #include "devices.h" + #include "diskmap.h" diff --git a/jfsutils.spec b/jfsutils.spec new file mode 100644 index 0000000..4769075 --- /dev/null +++ b/jfsutils.spec @@ -0,0 +1,68 @@ +Name: jfsutils +Version: 1.1.15 +Release: 1mamba +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 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libe2fs-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. + +%prep +%setup -q +%patch0 -p1 + +%build +%configure +%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 +* 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