rpms/e2fsprogs/devel e2fsprogs.spec,1.146,1.147

kzak kzak at fedoraproject.org
Sat Jul 25 23:54:38 UTC 2009


Author: kzak

Update of /cvs/pkgs/rpms/e2fsprogs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19689

Modified Files:
	e2fsprogs.spec 
Log Message:
* Sun Jul 26 2009 Karel Zak <kzak at redhat.com> 1.41.8-5
- disable fsck (replaced by util-linux-ng)



Index: e2fsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/e2fsprogs/devel/e2fsprogs.spec,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -p -r1.146 -r1.147
--- e2fsprogs.spec	25 Jul 2009 20:14:35 -0000	1.146
+++ e2fsprogs.spec	25 Jul 2009 23:54:38 -0000	1.147
@@ -4,7 +4,7 @@
 Summary: Utilities for managing ext2, ext3, and ext4 filesystems
 Name: e2fsprogs
 Version: 1.41.8
-Release: 4%{?dist}
+Release: 5%{?dist}
 # License tags based on COPYING file distinctions for various components
 License: GPLv2
 Group: System Environment/Base
@@ -138,7 +138,7 @@ It was originally inspired by the Multic
 %patch2 -p1 -b .featurecheck
 
 %build
-%configure --enable-elf-shlibs --enable-nls --disable-uuidd \
+%configure --enable-elf-shlibs --enable-nls --disable-uuidd --disable-fsck \
 	   --disable-e2initrd-helper --disable-libblkid --disable-libuuid
 make %{?_smp_mflags} V=1
 
@@ -195,7 +195,6 @@ exit 0
 %{_root_sbindir}/e2image
 %{_root_sbindir}/e2label
 %{_root_sbindir}/e2undo
-%{_root_sbindir}/fsck
 %{_root_sbindir}/fsck.ext2
 %{_root_sbindir}/fsck.ext3
 %{_root_sbindir}/fsck.ext4
@@ -231,7 +230,6 @@ exit 0
 %{_mandir}/man8/e2image.8*
 %{_mandir}/man8/e2label.8*
 %{_mandir}/man8/e2undo.8*
-%{_mandir}/man8/fsck.8*
 %{_mandir}/man8/logsave.8*
 %{_mandir}/man8/mke2fs.8*
 %{_mandir}/man8/mkfs.ext2.8*
@@ -293,6 +291,9 @@ exit 0
 %{_libdir}/pkgconfig/ss.pc
 
 %changelog
+* Sun Jul 26 2009 Karel Zak <kzak at redhat.com> 1.41.8-5
+- disable fsck (replaced by util-linux-ng)
+
 * Sat Jul 25 2009 Karel Zak <kzak at redhat.com> 1.41.8-4
 - disable libuuid and uuidd (replaced by util-linux-ng)
 




More information about the fedora-extras-commits mailing list