mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-22 23:23:30 -06:00
Various build system fixes.
This commit is contained in:
parent
cdaee95230
commit
0d981af820
2
Makefile
2
Makefile
@ -97,7 +97,7 @@ tarballs:
|
||||
rpm-ipa-server:
|
||||
cp dist/$(SERV_TARBALL) ~/rpmbuild/SOURCES/.
|
||||
rpmbuild -ba ipa-server/freeipa-server.spec
|
||||
cp ~/rpmbuild/RPMS/noarch/$(PRJ_PREFIX)-server-$(SERV_VERSION)-*.rpm dist/.
|
||||
cp ~/rpmbuild/RPMS/*/$(PRJ_PREFIX)-server-$(SERV_VERSION)-*.rpm dist/.
|
||||
cp ~/rpmbuild/SRPMS/$(PRJ_PREFIX)-server-$(SERV_VERSION)-*.src.rpm dist/.
|
||||
|
||||
rpm-ipa-admin:
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: freeipa-admintools
|
||||
Version: 0.1.0
|
||||
Version: 0.2.0
|
||||
Release: 3%{?dist}
|
||||
Summary: FreeIPA authentication server
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: freeipa-admintools
|
||||
Version: 0.1.0
|
||||
Version: VERSION
|
||||
Release: 3%{?dist}
|
||||
Summary: FreeIPA authentication server
|
||||
|
||||
|
@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: fedora-ds-base-devel openldap-devel krb5-devel nss-devel mozldap-devel openssl-devel mhash-devel
|
||||
|
||||
Requires: python fedora-ds-base krb5-server krb5-server-ldap nss-tools openldap-clients httpd mod_python mod_auth_kerb python-ldap freeipa-python ntpd cyrus-sasl-gssapi nss
|
||||
Requires: python fedora-ds-base krb5-server krb5-server-ldap nss-tools openldap-clients httpd mod_python mod_auth_kerb python-ldap freeipa-python ntpd cyrus-sasl-gssapi nss TurboGears
|
||||
|
||||
%define httpd_conf /etc/httpd/conf.d
|
||||
%define plugin_dir /usr/lib/fedora-ds/plugins
|
||||
|
@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: fedora-ds-base-devel openldap-devel krb5-devel nss-devel mozldap-devel openssl-devel mhash-devel
|
||||
|
||||
Requires: python fedora-ds-base krb5-server krb5-server-ldap nss-tools openldap-clients httpd mod_python mod_auth_kerb python-ldap freeipa-python ntpd cyrus-sasl-gssapi nss
|
||||
Requires: python fedora-ds-base krb5-server krb5-server-ldap nss-tools openldap-clients httpd mod_python mod_auth_kerb python-ldap freeipa-python ntpd cyrus-sasl-gssapi nss TurboGears
|
||||
|
||||
%define httpd_conf /etc/httpd/conf.d
|
||||
%define plugin_dir /usr/lib/fedora-ds/plugins
|
||||
|
Loading…
Reference in New Issue
Block a user