From db87ecbc06b822fc1496c9fc671e6798ded7ed5e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mar 19 2013 04:20:03 +0000 Subject: Update to 1.0 --- 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 ced84fc..1fb6747 100644 --- a/ansible.spec +++ b/ansible.spec @@ -4,9 +4,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %endif Name: ansible -Release: 2%{?dist} +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 +* Mon Mar 18 2013 Kevin Fenzi 1.0-1 +- Update to 1.0 + * Wed Feb 13 2013 Fedora Release Engineering - 0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 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