summaryrefslogtreecommitdiffstats
path: root/ipa-client
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-10-18 10:48:48 -0400
committerKarl MacMillan <kmacmill@redhat.com>2007-10-18 10:48:48 -0400
commit1d2c024afa3fc2630cd2a1888c811609bfa6ef6a (patch)
tree47be8c802553e8570617f7eec0cf65e6bc8caece /ipa-client
parent5dab9feafde6168fc22ac12429c6f214f78d6b22 (diff)
downloadfreeipa-1d2c024afa3fc2630cd2a1888c811609bfa6ef6a.tar.gz
freeipa-1d2c024afa3fc2630cd2a1888c811609bfa6ef6a.tar.xz
freeipa-1d2c024afa3fc2630cd2a1888c811609bfa6ef6a.zip
Additional build fixes from autoconf merge.
Diffstat (limited to 'ipa-client')
-rwxr-xr-x[-rw-r--r--]ipa-client/autogen.sh0
-rwxr-xr-xipa-client/freeipa-client.spec5
-rw-r--r--ipa-client/freeipa-client.spec.in5
3 files changed, 8 insertions, 2 deletions
diff --git a/ipa-client/autogen.sh b/ipa-client/autogen.sh
index 072bd15aa..072bd15aa 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 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 <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 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 <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