rpms/findutils/devel findutils.spec,1.57,1.58

Vitezslav Crhonek (vcrhonek) fedora-extras-commits at redhat.com
Mon Apr 14 11:13:21 UTC 2008


Author: vcrhonek

Update of /cvs/extras/rpms/findutils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24436

Modified Files:
	findutils.spec 
Log Message:
Move find to /bin


Index: findutils.spec
===================================================================
RCS file: /cvs/extras/rpms/findutils/devel/findutils.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- findutils.spec	28 Mar 2008 13:30:45 -0000	1.57
+++ findutils.spec	14 Apr 2008 11:12:36 -0000	1.58
@@ -1,7 +1,7 @@
 Summary: The GNU versions of find utilities (find and xargs)
 Name: findutils
 Version: 4.2.33
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv3+
 Group: Applications/File
@@ -55,6 +55,13 @@
 
 %find_lang %{name}
 
+# move find to /bin/find
+mkdir -p $RPM_BUILD_ROOT/bin
+mv $RPM_BUILD_ROOT{%_bindir,/bin}/find
+
+# create /usr/bin/find -> /bin/find symlink
+ln -sf ../../bin/find $RPM_BUILD_ROOT/usr/bin
+
 %post
 /sbin/install-info %{_infodir}/find.info.gz %{_infodir}/dir || :
 
@@ -69,6 +76,7 @@
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README THANKS TODO
+/bin/find
 %{_bindir}/find
 %{_bindir}/xargs
 %{_mandir}/man1/find.1*
@@ -76,6 +84,10 @@
 %{_infodir}/find.info*
 
 %changelog
+* Mon Apr 14 2008 Vitezslav Crhonek <vcrhonek at redhat.com> - 1:1.2.33-3
+- Move find to /bin
+  Resolves: #438183
+
 * Fri Mar 28 2008 Vitezslav Crhonek <vcrhonek at redhat.com> - 1:4.2.33-2
 - Fix xargs ARG_MAX assert
   Resolves: #439168




More information about the scm-commits mailing list