automatic version update by autodist [release 1.1.15-1mamba;Mon May 27 2013]
This commit is contained in:
parent
cfa5e46740
commit
0f800cde75
@ -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.
|
||||
|
||||
|
10
jfsutils-1.1.15-glibc-2.17.patch
Normal file
10
jfsutils-1.1.15-glibc-2.17.patch
Normal file
@ -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 <stdio.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
#include "devices.h"
|
||||
#include "diskmap.h"
|
68
jfsutils.spec
Normal file
68
jfsutils.spec
Normal file
@ -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 <aleph0@openmamba.org>
|
||||
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 <autodist@mambasoft.it> 1.1.15-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 10 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.13-1mamba
|
||||
- update to 1.1.13
|
||||
|
||||
* Tue Dec 11 2007 Aleph0 <aleph0@openmamba.org> 1.1.12-1mamba
|
||||
- update to 1.1.12
|
||||
|
||||
* Thu Mar 09 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 1.1.10-1qilnx
|
||||
- update to version 1.1.10 by autospec
|
||||
- specfile fixed and updated
|
||||
|
||||
* Tue Mar 30 2004 Silvan Calarco <silvan.caalrco@qilinux.it> 1.1.5-1qilnx
|
||||
- new version build
|
||||
|
||||
* Thu Jan 29 2004 Davide Madrisan <davide.madrisan@qilinux.it> 1.1.4-1qilnx
|
||||
- first build
|
Loading…
Reference in New Issue
Block a user