[ansible] Update to 1.2

Kevin Fenzi kevin at fedoraproject.org
Tue Jun 11 00:55:22 UTC 2013


commit 6301504fef69c6ce251300a010e74db374407237
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Mon Jun 10 18:55:13 2013 -0600

    Update to 1.2

 .gitignore   |    1 +
 ansible.spec |   24 ++++++++++++------------
 sources      |    2 +-
 3 files changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1dd331f..f1fc614 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /ansible-0.9.tar.gz
 /ansible-1.0.tar.gz
 /ansible-1.1.tar.gz
+/ansible-1.2.tar.gz
diff --git a/ansible.spec b/ansible.spec
index 43b89f4..2ff0717 100644
--- a/ansible.spec
+++ b/ansible.spec
@@ -6,12 +6,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 Name: ansible
 Release: 1%{?dist}
 Summary: SSH-based configuration management, deployment, and task execution system
-Version: 1.1
+Version: 1.2
 
 Group: Development/Libraries
 License: GPLv3
-Source0: http://ansible.cc/releases/%{name}-%{version}.tar.gz
-Url: http://ansible.cc
+Source0: http://ansibleworks.com/releases/%{name}-%{version}.tar.gz
+Url: http://ansibleworks.com
 
 BuildArch: noarch
 BuildRequires: python2-devel
@@ -68,7 +68,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_mandir}/{man1,man3}/
 cp -v docs/man/man1/*.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
 cp -v docs/man/man3/*.3 $RPM_BUILD_ROOT/%{_mandir}/man3/
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/ansible
-cp -v library/* $RPM_BUILD_ROOT/%{_datadir}/ansible/
+cp -va library/* $RPM_BUILD_ROOT/%{_datadir}/ansible/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -77,26 +77,26 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root)
 %{python_sitelib}/ansible*
 %{_bindir}/ansible*
-%dir %{_datadir}/ansible
-%{_datadir}/ansible/[a-eg-z]*
-%{_datadir}/ansible/f[a-hj-z]*
-%{_datadir}/ansible/file
+%{_datadir}/ansible
+%exclude %{_datadir}/ansible/utilities/fireball
+%exclude %{_mandir}/man3/ansible.fireball.*
 %config(noreplace) %{_sysconfdir}/ansible
 %doc README.md PKG-INFO COPYING
 %doc %{_mandir}/man1/ansible*
-%doc %{_mandir}/man3/ansible.[a-eg-z]*
-%doc %{_mandir}/man3/ansible.f[a-hj-z]*
-%doc %{_mandir}/man3/ansible.file*
+%doc %{_mandir}/man3/ansible*
 %doc examples/playbooks
 
 %files fireball
-%{_datadir}/ansible/fireball
+%{_datadir}/ansible/utilities/fireball
 %doc %{_mandir}/man3/ansible.fireball.*
 
 %files node-fireball
 %doc README.md PKG-INFO COPYING
 
 %changelog
+* Mon Jun 10 2013 Kevin Fenzi <kevin at scrye.com> 1.2-1
+- Update to 1.2
+
 * Tue Apr 02 2013 Kevin Fenzi <kevin at scrye.com> 1.1-1
 - Update to 1.1
 
diff --git a/sources b/sources
index b6e5b8e..096690c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29059e7738212392d7c23db8c8f91019  ansible-1.1.tar.gz
+e1924c5f75a06dc49664e0e9b8f81fa0  ansible-1.2.tar.gz


More information about the scm-commits mailing list