diff options
Diffstat (limited to 'ipa-client')
-rw-r--r-- | ipa-client/configure.ac | 2 | ||||
-rwxr-xr-x | ipa-client/freeipa-client.spec | 7 | ||||
-rw-r--r-- | ipa-client/freeipa-client.spec.in | 5 |
3 files changed, 10 insertions, 4 deletions
diff --git a/ipa-client/configure.ac b/ipa-client/configure.ac index 576493f81..5cd416da7 100644 --- a/ipa-client/configure.ac +++ b/ipa-client/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59c) AC_INIT([freeipa-client], - [0.4], + [0.3.1], [https://hosted.fedoraproject.org/projects/freeipa/newticket]) AC_CONFIG_SRCDIR([ipaclient/__init__.py]) diff --git a/ipa-client/freeipa-client.spec b/ipa-client/freeipa-client.spec index 7619a014b..f4a51f47a 100755 --- a/ipa-client/freeipa-client.spec +++ b/ipa-client/freeipa-client.spec @@ -1,6 +1,6 @@ Name: freeipa-client -Version: 0.3.0 -Release: 2%{?dist} +Version: 0.3.1 +Release: 1%{?dist} Summary: FreeIPA client Group: System Environment/Base @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_usr}/share/ipa/* %changelog +* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.1-1 +- Version bump for release + * Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-2 - Convert to autotools-based build diff --git a/ipa-client/freeipa-client.spec.in b/ipa-client/freeipa-client.spec.in index fd199f681..f4a7997f8 100644 --- a/ipa-client/freeipa-client.spec.in +++ b/ipa-client/freeipa-client.spec.in @@ -1,6 +1,6 @@ Name: freeipa-client Version: VERSION -Release: 2%{?dist} +Release: 1%{?dist} Summary: FreeIPA client Group: System Environment/Base @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_usr}/share/ipa/* %changelog +* Thu Nov 1 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.1-1 +- Version bump for release + * Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-2 - Convert to autotools-based build |