diff options
Diffstat (limited to 'ipa-client')
-rwxr-xr-x[-rw-r--r--] | ipa-client/autogen.sh | 0 | ||||
-rwxr-xr-x | ipa-client/freeipa-client.spec | 5 | ||||
-rw-r--r-- | ipa-client/freeipa-client.spec.in | 5 |
3 files changed, 8 insertions, 2 deletions
diff --git a/ipa-client/autogen.sh b/ipa-client/autogen.sh index 072bd15a..072bd15a 100644..100755 --- a/ipa-client/autogen.sh +++ b/ipa-client/autogen.sh diff --git a/ipa-client/freeipa-client.spec b/ipa-client/freeipa-client.spec index 6a5790c1..7619a014 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: 1%{?dist} +Release: 2%{?dist} Summary: FreeIPA client Group: System Environment/Base @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_usr}/share/ipa/* %changelog +* Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-2 +- Convert to autotools-based build + * Thu Aug 16 2007 Simo Sorce <ssorce@redhat.com> - 0.1.0-1 - Initial rpm version diff --git a/ipa-client/freeipa-client.spec.in b/ipa-client/freeipa-client.spec.in index 50b32a91..fd199f68 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: 1%{?dist} +Release: 2%{?dist} Summary: FreeIPA client Group: System Environment/Base @@ -41,6 +41,9 @@ rm -rf %{buildroot} %{_usr}/share/ipa/* %changelog +* Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.3.0-2 +- Convert to autotools-based build + * Thu Aug 16 2007 Simo Sorce <ssorce@redhat.com> - 0.1.0-1 - Initial rpm version |