[mach] update to 1.0.0 release

Thomas Vander Stichele thomasvs at fedoraproject.org
Wed Nov 9 22:23:30 UTC 2011


commit 7d15e7c7c0eb0f0417969bacd4b5f54f75b48d41
Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org>
Date:   Wed Nov 9 23:23:05 2011 +0100

    update to 1.0.0 release

 .gitignore |    1 +
 mach.spec  |    9 +++++++--
 sources    |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d8d347..82463c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 mach-0.9.5.tar.bz2
 /mach-0.9.6.tar.bz2
+/mach-1.0.0.tar.bz2
diff --git a/mach.spec b/mach.spec
index 8954095..ab728cc 100644
--- a/mach.spec
+++ b/mach.spec
@@ -1,6 +1,6 @@
 Name:           mach
-Version:        0.9.6
-Release:        2%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 Summary:        Make a chroot
 
 Group:          Applications/System
@@ -51,6 +51,7 @@ Thomas Vander Stichele (thomas (at) apestaart (dot) org)
 %configure \
         --enable-builduser=%{builduser} \
         --enable-buildgroup=%{buildgroup} \
+        --enable-selinux \
         --with-flavor=%{flavor}
 make
 
@@ -109,6 +110,10 @@ fi
 %attr(04750,root,mach) %{_sbindir}/mach-helper
 
 %changelog
+* Wed Nov 09 2011 Thomas Vander Stichele <thomas at apestaart dot org>
+- 1.0.0
+- new upstream release
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index c1fd116..0ba7e21 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-208af6a1282ce12b02fc8049ebebdf11  mach-0.9.6.tar.bz2
+f2151b8985f353c19e243416144aebe5  mach-1.0.0.tar.bz2


More information about the scm-commits mailing list