From 1d2c024afa3fc2630cd2a1888c811609bfa6ef6a Mon Sep 17 00:00:00 2001 From: Karl MacMillan Date: Thu, 18 Oct 2007 10:48:48 -0400 Subject: Additional build fixes from autoconf merge. --- ipa-client/autogen.sh | 0 ipa-client/freeipa-client.spec | 5 ++++- ipa-client/freeipa-client.spec.in | 5 ++++- 3 files changed, 8 insertions(+), 2 deletions(-) mode change 100644 => 100755 ipa-client/autogen.sh (limited to 'ipa-client') diff --git a/ipa-client/autogen.sh b/ipa-client/autogen.sh old mode 100644 new mode 100755 diff --git a/ipa-client/freeipa-client.spec b/ipa-client/freeipa-client.spec index 6a5790c16..7619a014b 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 - 0.3.0-2 +- Convert to autotools-based build + * Thu Aug 16 2007 Simo Sorce - 0.1.0-1 - Initial rpm version diff --git a/ipa-client/freeipa-client.spec.in b/ipa-client/freeipa-client.spec.in index 50b32a91a..fd199f681 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 - 0.3.0-2 +- Convert to autotools-based build + * Thu Aug 16 2007 Simo Sorce - 0.1.0-1 - Initial rpm version -- cgit