rpms/fakechroot/devel fakechroot.spec,1.8,1.9

Axel Thimm athimm at fedoraproject.org
Sun Mar 22 14:29:30 UTC 2009


Author: athimm

Update of /cvs/extras/rpms/fakechroot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14865/fakechroot/devel

Modified Files:
	fakechroot.spec 
Log Message:
Make fakechroot multilib capable (#490952)


Index: fakechroot.spec
===================================================================
RCS file: /cvs/extras/rpms/fakechroot/devel/fakechroot.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fakechroot.spec	24 Feb 2009 16:06:31 -0000	1.8
+++ fakechroot.spec	22 Mar 2009 14:28:59 -0000	1.9
@@ -1,13 +1,14 @@
 Summary: Gives a fake chroot environment
 Name: fakechroot
 Version: 2.8
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: LGPLv2+
 Group: Development/Tools
 URL: http://fakechroot.alioth.debian.org/
 Source0: http://ftp.debian.org/debian/pool/main/f/fakechroot/%{name}_%{version}.orig.tar.gz
 Patch0: fakechroot-2.8-initsocketlen.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
+Requires: fakechroot-libs = %{version}-%{release}
 
 %description
 fakechroot runs a command in an environment were is additionally
@@ -16,6 +17,13 @@
 with possibility to install another packages without need for root
 privileges.
 
+%package libs
+Summary: Gives a fake chroot environment (libraries)
+Group: Development/Tools
+
+%description libs
+This package contains the libraries required by %{name}.
+
 %prep
 %setup -q
 %patch0 -p1 -b .missinginit
@@ -49,14 +57,16 @@
 %defattr(-,root,root,-)
 %doc LICENSE scripts/ldd.fake scripts/restoremode.sh scripts/savemode.sh
 %{_bindir}/fakechroot
+%{_mandir}/man1/fakechroot.1.gz
+
+%files libs
 %dir %{_libdir}/fakechroot
 %exclude %{_libdir}/fakechroot/libfakechroot.la
 %{_libdir}/fakechroot/libfakechroot.so
-%{_mandir}/man1/fakechroot.1.gz
 
 %changelog
-* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8-17
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+* Wed Mar 18 2009 Richard W.M. Jones <rjones at redhat.com> - 2.8-18
+- Create a fakeroot-libs subpackage so that the package is multilib aware.
 
 * Thu Jan 15 2009 Rakesh Pandit <rakesh at fedoraproject.org> 2.8-16
 - Fixed URL




More information about the fedora-extras-commits mailing list