summaryrefslogtreecommitdiffstats
path: root/ipa-server
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-server
parent5dab9feafde6168fc22ac12429c6f214f78d6b22 (diff)
downloadfreeipa-1d2c024afa3fc2630cd2a1888c811609bfa6ef6a.tar.gz
freeipa-1d2c024afa3fc2630cd2a1888c811609bfa6ef6a.tar.xz
freeipa-1d2c024afa3fc2630cd2a1888c811609bfa6ef6a.zip
Additional build fixes from autoconf merge.
Diffstat (limited to 'ipa-server')
-rwxr-xr-x[-rw-r--r--]ipa-server/autogen.sh0
-rwxr-xr-xipa-server/freeipa-server.spec7
-rw-r--r--ipa-server/freeipa-server.spec.in7
-rw-r--r--ipa-server/ipa-kpasswd/Makefile.am2
4 files changed, 11 insertions, 5 deletions
diff --git a/ipa-server/autogen.sh b/ipa-server/autogen.sh
index 2e80fc216..2e80fc216 100644..100755
--- a/ipa-server/autogen.sh
+++ b/ipa-server/autogen.sh
diff --git a/ipa-server/freeipa-server.spec b/ipa-server/freeipa-server.spec
index 31fe01b66..a5461cd87 100755
--- a/ipa-server/freeipa-server.spec
+++ b/ipa-server/freeipa-server.spec
@@ -1,6 +1,6 @@
Name: freeipa-server
Version: 0.4.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: FreeIPA authentication server
Group: System Environment/Base
@@ -40,7 +40,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_sbindir}/ipa-server-install
-%{_sbindir}/ipa-kpasswd
+%{_sbindir}/ipa_kpasswd
%{_sbindir}/ipa-webgui
%attr(755,root,root) %{_initrddir}/ipa-kpasswd
%attr(755,root,root) %{_initrddir}/ipa-webgui
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-3
+- Convert to autotools-based build
+
* Tue Sep 25 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-2
- Package ipa-webgui
diff --git a/ipa-server/freeipa-server.spec.in b/ipa-server/freeipa-server.spec.in
index a6498d34a..fc24bb19d 100644
--- a/ipa-server/freeipa-server.spec.in
+++ b/ipa-server/freeipa-server.spec.in
@@ -1,6 +1,6 @@
Name: freeipa-server
Version: VERSION
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: FreeIPA authentication server
Group: System Environment/Base
@@ -40,7 +40,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_sbindir}/ipa-server-install
-%{_sbindir}/ipa-kpasswd
+%{_sbindir}/ipa_kpasswd
%{_sbindir}/ipa-webgui
%attr(755,root,root) %{_initrddir}/ipa-kpasswd
%attr(755,root,root) %{_initrddir}/ipa-webgui
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-3
+- Convert to autotools-based build
+
* Tue Sep 25 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-2
- Package ipa-webgui
diff --git a/ipa-server/ipa-kpasswd/Makefile.am b/ipa-server/ipa-kpasswd/Makefile.am
index 4c1cf8c74..02145d251 100644
--- a/ipa-server/ipa-kpasswd/Makefile.am
+++ b/ipa-server/ipa-kpasswd/Makefile.am
@@ -14,7 +14,7 @@ INCLUDES = \
$(NULL)
sbin_PROGRAMS = \
- ipa-kpasswd \
+ ipa_kpasswd \
$(NULL)
ipa_kpasswd_SOURCES = \