diff --git a/xfsprogs.spec b/xfsprogs.spec index 4320c7f..659b7a0 100644 --- a/xfsprogs.spec +++ b/xfsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing the XFS filesystem Name: xfsprogs Version: 3.1.8 -Release: 1%{?dist} +Release: 2%{?dist} # Licensing based on generic "GNU GENERAL PUBLIC LICENSE" # in source, with no mention of version. # doc/COPYING file specifies what is GPL and what is LGPL @@ -75,7 +75,7 @@ make V=1 %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make V=1 DIST_ROOT=$RPM_BUILD_ROOT install install-dev install-qa +make V=1 DIST_ROOT=$RPM_BUILD_ROOT install install-dev install-qa PKG_ROOT_SBIN_DIR=%{_sbindir} # nuke .la files, etc rm -f $RPM_BUILD_ROOT/{%{_lib}/*.{la,a,so},%{_libdir}/*.{la,a}} @@ -108,9 +108,6 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root) %doc doc/CHANGES doc/COPYING doc/CREDITS README -/sbin/fsck.xfs -/sbin/mkfs.xfs -/sbin/xfs_repair /%{_lib}/*.so.* %{_mandir}/man8/* %{_mandir}/man5/* @@ -188,6 +185,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/xfs/xfs_types.h %changelog +* Wed Mar 28 2012 Eric Sandeen 3.1.8-2 +- New upstream release. + * Fri Mar 23 2012 Eric Sandeen 3.1.8-1 - New upstream release.