diff options
author | Rob Crittenden <rcritten@redhat.com> | 2008-02-21 16:11:42 -0500 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2008-02-21 16:11:42 -0500 |
commit | 84d1e08d7651d04fffc68d8e25f2568879840ae1 (patch) | |
tree | 8159badf6a35aaf1347511a0bb768db2eb78f09f /ipa-python | |
parent | 3ede5e42a59338c175b0e6cf17377e4d81c18ff3 (diff) | |
download | freeipa-84d1e08d7651d04fffc68d8e25f2568879840ae1.tar.gz freeipa-84d1e08d7651d04fffc68d8e25f2568879840ae1.tar.xz freeipa-84d1e08d7651d04fffc68d8e25f2568879840ae1.zip |
Become freeipa-0.99.0
Diffstat (limited to 'ipa-python')
-rwxr-xr-x | ipa-python/ipa-python.spec | 7 | ||||
-rwxr-xr-x | ipa-python/ipa-python.spec.in | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/ipa-python/ipa-python.spec b/ipa-python/ipa-python.spec index 404d5080a..a283238ca 100755 --- a/ipa-python/ipa-python.spec +++ b/ipa-python/ipa-python.spec @@ -1,6 +1,6 @@ Name: ipa-python -Version: 0.6.0 -Release: 4%{?dist} +Version: 0.99.0 +Release: 1%{?dist} Summary: IPA authentication server Group: System Environment/Base @@ -35,6 +35,9 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/ipa/ipa.conf %changelog +* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1 +- Version bump for release + * Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-4 - Marked with wrong license. IPA is GPLv2. diff --git a/ipa-python/ipa-python.spec.in b/ipa-python/ipa-python.spec.in index c10a082bd..2214c0d58 100755 --- a/ipa-python/ipa-python.spec.in +++ b/ipa-python/ipa-python.spec.in @@ -1,6 +1,6 @@ Name: ipa-python Version: VERSION -Release: 4%{?dist} +Release: 1%{?dist} Summary: IPA authentication server Group: System Environment/Base @@ -35,6 +35,9 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/ipa/ipa.conf %changelog +* Thu Feb 21 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-1 +- Version bump for release + * Thu Jan 31 2008 Rob Crittenden <rcritten@redhat.com> - 0.6.0-4 - Marked with wrong license. IPA is GPLv2. |