[schroot] - rebuild for boost 1.47.0 - fix incorrect %dir tag for binary in %files section - update to new ups

Zach Carter zachcarter at fedoraproject.org
Thu Jul 21 18:45:09 UTC 2011


commit 70b4bc721fa47117f81a68683c3a591266934de5
Author: Zach Carter <z.carter at f5.com>
Date:   Thu Jul 21 11:44:16 2011 -0700

    - rebuild for boost 1.47.0
    - fix incorrect %dir tag for binary in %files section
    - update to new upstream 1.4.23 version

 .gitignore   |    1 +
 schroot.spec |   13 ++++++++++---
 sources      |    6 +-----
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af3b521..d2733aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ schroot_1.4.2.orig.tar.gz
 /schroot_1.4.10.orig.tar.gz
 /schroot_1.4.19.orig.tar.bz2
 /schroot_1.4.21.orig.tar.bz2
+/schroot_1.4.23.orig.tar.bz2
diff --git a/schroot.spec b/schroot.spec
index d32649b..dfb9449 100644
--- a/schroot.spec
+++ b/schroot.spec
@@ -1,6 +1,6 @@
 Name: schroot
-Version: 1.4.21
-Release: 2%{?dist}
+Version: 1.4.23
+Release: 1%{?dist}
 Summary: Execute commands in a chroot environment
 Group: Development/Tools
 License: GPLv3+
@@ -77,6 +77,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libsbuild.so*
 rm -f $RPM_BUILD_ROOT%{_libdir}/libsbuild.a
 
 rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/schroot/sbuild
+rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/schroot/buildd
+rm -f $RPM_BUILD_ROOT%{_bindir}/schroot-sbuild
 
 %find_lang %{name}
 
@@ -85,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%dir %{_bindir}/schroot
+%{_bindir}/schroot
 %dir %{_sysconfdir}/schroot
 %dir %{_sysconfdir}/schroot/chroot.d
 %config(noreplace) %{_sysconfdir}/schroot/schroot.conf
@@ -138,6 +140,11 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING ABOUT-NLS AUTHORS ChangeLog HACKING INSTALL NEWS README THANKS TODO
 
 %changelog
+* Thu Jul 20 2011 Zach Carter <z.carter at f5.com> - 1.4.23-1
+- rebuild for boost 1.47.0
+- fix incorrect %dir tag for binary in %files section
+- update to new upstream 1.4.23 version
+
 * Wed Apr 20 2011 Zach Carter <z.carter at f5.com> - 1.4.21-2
 - rebuild for boost 1.46.1
 
diff --git a/sources b/sources
index a482771..42bf99b 100644
--- a/sources
+++ b/sources
@@ -1,5 +1 @@
-10085484ca9cf69a64718f181c5255aa  schroot_1.4.1.orig.tar.gz
-65f82b1e33c143bca832203ad1e96cf0  schroot_1.4.2.orig.tar.gz
-e45517315dcec01458b40569fab2dc4e  schroot_1.4.10.orig.tar.gz
-b4ba1738a9e211956e19920244bcecb0  schroot_1.4.19.orig.tar.bz2
-fbbb65213e26a0a3e2e1bac04a24d20d  schroot_1.4.21.orig.tar.bz2
+73873e0fee83a45655ed8efa246a1e26  schroot_1.4.23.orig.tar.bz2


More information about the scm-commits mailing list