Release stuff
This commit is contained in:
parent
9afb7c1ed0
commit
5890a2a9da
2 changed files with 5 additions and 2 deletions
|
@ -14,5 +14,5 @@
|
|||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
__version__ = '1.0'
|
||||
__version__ = '0.9'
|
||||
__author__ = 'Michael DeHaan'
|
||||
|
|
|
@ -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 Nov 30 2012 Michael DeHaan <michael.dehaan@gmail.com> - 1.0-0
|
||||
- Release pending
|
||||
|
||||
* Fri Nov 30 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.9-0
|
||||
- Release 0.9
|
||||
|
||||
|
|
Loading…
Reference in a new issue