rpms/fakeroot/devel fakeroot.spec,1.12,1.13

Richard W.M. Jones rjones at fedoraproject.org
Thu May 27 15:03:02 UTC 2010


Author: rjones

Update of /cvs/pkgs/rpms/fakeroot/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11391

Modified Files:
	fakeroot.spec 
Log Message:
* Thu May 27 2010 Richard W.M. Jones <rjones at redhat.com> - 1.12.4-2
- Strip libfakeroot-*.so (RHBZ#596735).
- Verified that libguestfs still builds and runs with this change (this
  represents a fairly aggressive test of fakeroot).



Index: fakeroot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fakeroot/devel/fakeroot.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- fakeroot.spec	29 Jan 2010 17:13:09 -0000	1.12
+++ fakeroot.spec	27 May 2010 15:03:02 -0000	1.13
@@ -1,7 +1,7 @@
 Summary: Gives a fake root environment
 Name: fakeroot
 Version: 1.12.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL+
 Group: Development/Tools
 URL: http://fakeroot.alioth.debian.org/
@@ -64,6 +64,7 @@ for type in sysv tcp; do
   chmod 644 %{buildroot}%{_libdir}/libfakeroot/libfakeroot-0.so 
   mv %{buildroot}%{_libdir}/libfakeroot/libfakeroot-0.so \
      %{buildroot}%{_libdir}/libfakeroot/libfakeroot-$type.so
+  strip -s %{buildroot}%{_libdir}/libfakeroot/libfakeroot-$type.so
   rm -f %{buildroot}%{_libdir}/libfakeroot/libfakeroot.so
   rm -f %{buildroot}%{_libdir}/libfakeroot/libfakeroot.*a*
 done
@@ -104,6 +105,11 @@ rm -rf %{buildroot}
 %{_libdir}/libfakeroot/libfakeroot-0.so
 
 %changelog
+* Thu May 27 2010 Richard W.M. Jones <rjones at redhat.com> - 1.12.4-2
+- Strip libfakeroot-*.so (RHBZ#596735).
+- Verified that libguestfs still builds and runs with this change (this
+  represents a fairly aggressive test of fakeroot).
+
 * Fri Jan 29 2010 Richard W.M. Jones <rjones at redhat.com> - 1.12.4-1
 - Upstream removed the tarball for 1.12.2, which made Source0 invalid.
 - There is a new version (1.12.4), so update to the new version.



More information about the scm-commits mailing list