rpms/util-linux-ng/devel util-linux-ng.spec,1.22,1.23

Karel Zak (kzak) fedora-extras-commits at redhat.com
Wed Apr 16 23:02:10 UTC 2008


Author: kzak

Update of /cvs/pkgs/rpms/util-linux-ng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv825

Modified Files:
	util-linux-ng.spec 
Log Message:
* Thu Apr 17 2008 Karel Zak <kzak at redhat.com> 2.13.1-8
- fix location of the command raw(8)



Index: util-linux-ng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/util-linux-ng/devel/util-linux-ng.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- util-linux-ng.spec	15 Apr 2008 21:26:19 -0000	1.22
+++ util-linux-ng.spec	16 Apr 2008 23:01:27 -0000	1.23
@@ -2,7 +2,7 @@
 Summary: A collection of basic system utilities
 Name: util-linux-ng
 Version: 2.13.1
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2 and GPLv2+ and BSD with advertising and Public Domain
 Group: System Environment/Base
 URL: ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng
@@ -290,7 +290,7 @@
 # /sbin -> /bin
 for I in raw; do
 	if [ -e $RPM_BUILD_ROOT/sbin/$I ]; then
-		mv $RPM_BUILD_ROOT/sbin/$I $RPM_BUILD_ROOT/$I
+		mv $RPM_BUILD_ROOT/sbin/$I $RPM_BUILD_ROOT/bin/$I
 	fi
 done
 
@@ -524,6 +524,9 @@
 /sbin/losetup
 
 %changelog
+* Thu Apr 17 2008 Karel Zak <kzak at redhat.com> 2.13.1-8
+- fix location of the command raw(8)
+
 * Tue Apr 15 2008 Karel Zak <kzak at redhat.com> 2.13.1-7
 - fix 244383 - libblkid uses TYPE="swsuspend" for S1SUSPEND/S2SUSPEND
 




More information about the fedora-extras-commits mailing list