rpms/fakechroot/F-10 .cvsignore, 1.3, 1.4 fakechroot.spec, 1.7, 1.8 sources, 1.3, 1.4 fakechroot-2.8-initsocketlen.patch, 1.1, NONE

Axel Thimm athimm at fedoraproject.org
Tue Apr 14 05:01:47 UTC 2009


Author: athimm

Update of /cvs/extras/rpms/fakechroot/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3969/F-10

Modified Files:
	.cvsignore fakechroot.spec sources 
Removed Files:
	fakechroot-2.8-initsocketlen.patch 
Log Message:
Update to 2.9.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fakechroot/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	3 Aug 2008 19:20:29 -0000	1.3
+++ .cvsignore	14 Apr 2009 05:01:16 -0000	1.4
@@ -1 +1 @@
-fakechroot_2.8.orig.tar.gz
+fakechroot_2.9.orig.tar.gz


Index: fakechroot.spec
===================================================================
RCS file: /cvs/extras/rpms/fakechroot/F-10/fakechroot.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fakechroot.spec	15 Jan 2009 13:28:31 -0000	1.7
+++ fakechroot.spec	14 Apr 2009 05:01:17 -0000	1.8
@@ -1,13 +1,13 @@
 Summary: Gives a fake chroot environment
 Name: fakechroot
-Version: 2.8
-Release: 16%{?dist}
+Version: 2.9
+Release: 19%{?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,11 +16,15 @@
 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
-perl -pi -e's,int readlink,ssize_t readlink,' src/libfakechroot.c
-chmod -x scripts/ldd.fake scripts/restoremode.sh scripts/savemode.sh
 
 %build
 %configure \
@@ -40,7 +44,7 @@
 #FAIL: t.echoarg
 #==================================
 #1 of 1 tests failed
-#make check
+make check
 
 %clean
 rm -rf %{buildroot}
@@ -49,14 +53,27 @@
 %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
-* Thu Jan 15 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 2.8-16
-- Fixed URL.
+* Tue Apr 14 2009 Axel Thimm <Axel.Thimm at ATrpms.net> - 2.9-19
+- Update to 2.9.
+- Removed fakechroot-2.8-initsocketlen.patch (upstream now).
+- Removed int->ssize_t readlink type change (upstream testing for type
+  now).
+- Removed permission fix for scripts/ldd.fake scripts/restoremode.sh
+  scripts/savemode.sh (fixed upstream).
+
+* 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
 
 * Sun Oct  5 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 2.8-15
 - Fix getpeername/getsockname socklen initialization.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fakechroot/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	3 Aug 2008 19:20:29 -0000	1.3
+++ sources	14 Apr 2009 05:01:17 -0000	1.4
@@ -1 +1 @@
-aa71113e7526b4c2bb16e09915047323  fakechroot_2.8.orig.tar.gz
+7b0048e50a6309acf0dda4e547735022  fakechroot_2.9.orig.tar.gz


--- fakechroot-2.8-initsocketlen.patch DELETED ---




More information about the fedora-extras-commits mailing list