[ansible/el6] Release 1.0

Timothy Bielawa tbielawa at fedoraproject.org
Sun Feb 10 18:41:16 UTC 2013


commit 6c450e3da69e930094fec2c4ddd10d994aafcbf7
Author: Tim Bielawa <tbielawa at redhat.com>
Date:   Sun Feb 10 13:40:57 2013 -0500

    Release 1.0

 .gitignore   |    1 +
 ansible.spec |    5 ++++-
 sources      |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c76d296..cada7b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /ansible-0.7.1.tar.gz
 /ansible-0.8.tar.gz
 /ansible-0.9.tar.gz
+/ansible-1.0.tar.gz
diff --git a/ansible.spec b/ansible.spec
index 01f499a..f32bc1c 100644
--- a/ansible.spec
+++ b/ansible.spec
@@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 Name: ansible
 Release: 1%{?dist}
 Summary: SSH-based configuration management, deployment, and task execution system
-Version: 0.9
+Version: 1.0
 
 Group: Development/Libraries
 License: GPLv3
@@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc README.md PKG-INFO COPYING
 
 %changelog
+* Fri Feb 1 2013 Michael DeHaan <michael.dehaan at gmail.com> - 1.0-0
+- Release 1.0
+
 * Fri Nov 30 2012 Michael DeHaan <michael.dehaan at gmail.com> - 0.9-0
 - Release 0.9
 
diff --git a/sources b/sources
index fb456b3..9720629 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bbabdb7d934218de8fce0148eadce7e1  ansible-0.9.tar.gz
+fcfaf789df5f262b5b0702daeaacf20e  ansible-1.0.tar.gz


More information about the scm-commits mailing list