[xfsprogs] move files out of /sbin to /usr/sbin

Eric Sandeen sandeen at fedoraproject.org
Thu Mar 29 01:58:45 UTC 2012


commit 94440f92e3b4d1d58307b9687db282c39c95a068
Author: Eric Sandeen <sandeen at redhat.com>
Date:   Wed Mar 28 20:58:29 2012 -0500

    move files out of /sbin to /usr/sbin

 xfsprogs.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
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 <sandeen at redhat.com> 3.1.8-2
+- New upstream release.
+
 * Fri Mar 23 2012 Eric Sandeen <sandeen at redhat.com> 3.1.8-1
 - New upstream release.
 


More information about the scm-commits mailing list