diff --git a/.cvsignore b/.cvsignore index 768554c..78b07a2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -jfsutils-1.1.11.tar.gz +jfsutils-1.1.12.tar.gz diff --git a/jfsutils-fix-open.patch b/jfsutils-fix-open.patch deleted file mode 100644 index 1be3358..0000000 --- a/jfsutils-fix-open.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: jfsutils-1.1.11/libfs/fssubs.c -=================================================================== ---- jfsutils-1.1.11.orig/libfs/fssubs.c -+++ jfsutils-1.1.11/libfs/fssubs.c -@@ -59,7 +59,7 @@ int Is_Root_Mounted_RO() - - #define TEST_FILE "/.ismount-test-file" - -- fd = open(TEST_FILE, O_RDWR | O_CREAT); -+ fd = open(TEST_FILE, O_RDWR | O_CREAT, 0644); - - if (fd < 0) { - if (errno == EROFS) diff --git a/jfsutils.spec b/jfsutils.spec index 7eee92a..8d63595 100644 --- a/jfsutils.spec +++ b/jfsutils.spec @@ -1,14 +1,13 @@ Summary: Utilities for managing the JFS filesystem. Name: jfsutils -Version: 1.1.11 -Release: 2 +Version: 1.1.12 +Release: 1 Source0: jfsutils-%{version}.tar.gz URL: http://jfs.sourceforge.net/ Group: System Environment/Base License: GPLv2+ Buildroot: %{_tmppath}/%{name}-root Buildrequires: e2fsprogs-devel -Patch0: jfsutils-fix-open.patch %description The jfsutils package contains a number of utilities for creating, @@ -24,7 +23,6 @@ into a file; xpeek - shell-type JFS file system editor. %prep %setup -q -%patch0 -p1 %build CFLAGS="${RPM_OPT_FLAGS}" ./configure --mandir=%{_mandir} @@ -46,7 +44,11 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/*/*.gz %doc AUTHORS COPYING INSTALL NEWS README ChangeLog %changelog -* Wed Aug 22 2007 Josh Boyer - 1.1.11-2 +* Sat Aug 25 2007 Josh Boyer - 1.1.12-1 +- Update to latest release +- Drop obsoleted patch (fixed upstream) + +* Wed Aug 22 2007 Josh Boyer - 1.1.11-2 - Add patch to fix open call * Fri Aug 03 2007 Josh Boyer - 1.1.11-1 diff --git a/sources b/sources index a62eaf2..e464133 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a741298f1d79f0ceb52f0187614e889e jfsutils-1.1.11.tar.gz +10efa993a62113530645fc7b3fa542f4 jfsutils-1.1.12.tar.gz