Update to 1.42.6
authorAnas Nashif <anas.nashif@intel.com>
Sat, 22 Dec 2012 04:43:55 +0000 (20:43 -0800)
committerwchang kim <wchang.kim@samsung.com>
Tue, 20 Jun 2017 08:26:56 +0000 (17:26 +0900)
packaging/e2fsprogs.changes
packaging/e2fsprogs.spec

index ba43726..70d85d2 100644 (file)
@@ -1,3 +1,6 @@
+* Fri Dec 21 2012 Anas Nashif <anas.nashif@intel.com> upstream/1.42.4@5438d17
+- Update to 1.42.6
+
 * Fri Dec 14 2012 Anas Nashif <anas.nashif@intel.com> upstream/1.42.4@8afbc93
 - Initail import
 
index aca468e..9386aff 100644 (file)
@@ -3,8 +3,7 @@ BuildRequires:  autoconf
 BuildRequires:  libblkid-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  pkg-config
-#BuildRequires:  -libmount1, -libuuid1, -libblkid1
-Version:        1.42.4
+Version:        1.42.6
 Release:        0
 Summary:        Utilities for the Second Extended File System
 License:        GPL-2.0
@@ -72,7 +71,6 @@ Development files for the com_err error message display library.
 %setup -q
 
 %build
-#autoreconf --force --install
 %configure \
   --disable-evms \
   --with-root-prefix=''   \
@@ -100,14 +98,9 @@ rm -f $RPM_BUILD_ROOT/usr/share/man/man8/fsck.ext4dev.8*
 rm -v %{buildroot}%{_includedir}/quota/mkquota.h
 rm -v %{buildroot}%{_libdir}/pkgconfig/quota.pc
 
-# Need libext2fs.a for silo
-find "%buildroot/%_libdir" -type f -name "*.a" \
-       -print -delete
-%post
-/sbin/ldconfig
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %post -n libext2fs -p /sbin/ldconfig
 
@@ -183,8 +176,5 @@ find "%buildroot/%_libdir" -type f -name "*.a" \
 %_includedir/ss
 %_datadir/et
 %_datadir/ss
-%{_mandir}/man1/compile_et.1.gz
-%{_mandir}/man1/mk_cmds.1.gz
-%{_mandir}/man3/com_err.3.gz
 
 %changelog