From 68ba56c22b6bc2241c15c379a6927be05169a391 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 14 Feb 2011 21:45:41 -0500 Subject: [PATCH] - Set minimum version of sssd to 1.5.1 - Update to upstream freeipa-2.0.0.rc1 - Move server-only binaries from admintools subpackage to server --- .gitignore | 1 + freeipa.spec | 30 +++++++++++++++++------------- sources | 2 +- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index c70bb23..e9d07d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /freeipa-2.0.0GIT442d6ad.tar.gz /freeipa-2.0.0.pre2.tar.gz +/freeipa-2.0.0.rc1.tar.gz diff --git a/freeipa.spec b/freeipa.spec index 2248bae..473bc6b 100644 --- a/freeipa.spec +++ b/freeipa.spec @@ -12,11 +12,11 @@ distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %global POLICYCOREUTILSVER 1.33.12-1 %global gettext_domain ipa -%global git_commit .pre2 +%global git_commit .rc1 Name: freeipa Version: 2.0.0 -Release: 0.2.beta2%{?dist} +Release: 0.1.rc1%{?dist} Summary: The Identity, Policy and Audit system Group: System Environment/Base @@ -32,10 +32,8 @@ BuildRequires: svrcore-devel BuildRequires: nspr-devel BuildRequires: openssl-devel BuildRequires: openldap-devel -BuildRequires: e2fsprogs-devel BuildRequires: krb5-devel BuildRequires: nss-devel -BuildRequires: libcap-devel BuildRequires: python-devel BuildRequires: autoconf BuildRequires: automake @@ -56,6 +54,7 @@ BuildRequires: libcurl-devel BuildRequires: gettext BuildRequires: authconfig BuildRequires: libuuid-devel +BuildRequires: pyOpenSSL %endif %description @@ -139,7 +138,7 @@ Requires: authconfig Requires: pam_krb5 Requires: wget Requires: xmlrpc-c -Requires: sssd >= 1.2.1 +Requires: sssd >= 1.5.1 Requires: certmonger >= 0.26 Requires: nss-tools @@ -354,6 +353,10 @@ fi %{_sbindir}/ipa-replica-prepare %{_sbindir}/ipa-replica-manage %{_sbindir}/ipa-server-certinstall +%{_sbindir}/ipa-ldap-updater +%{_sbindir}/ipa-compat-manage +%{_sbindir}/ipa-nis-manage +%{_sbindir}/ipa-host-net-manage %{_sbindir}/ipa_kpasswd %{_sbindir}/ipactl %{_sbindir}/ipa-upgradeconfig @@ -419,6 +422,10 @@ fi %{_mandir}/man1/ipa-server-certinstall.1.gz %{_mandir}/man1/ipa-server-install.1.gz %{_mandir}/man1/ipa-dns-install.1.gz +%{_mandir}/man1/ipa-compat-manage.1.gz +%{_mandir}/man1/ipa-nis-manage.1.gz +%{_mandir}/man1/ipa-host-net-manage.1.gz +%{_mandir}/man1/ipa-ldap-updater.1.gz %{_mandir}/man8/ipa_kpasswd.8.gz %{_mandir}/man8/ipactl.8.gz %{_mandir}/man1/ipa-compliance.1.gz @@ -456,16 +463,8 @@ fi %defattr(-,root,root,-) %doc COPYING README Contributors.txt %{_bindir}/ipa -%{_sbindir}/ipa-ldap-updater -%{_sbindir}/ipa-compat-manage -%{_sbindir}/ipa-nis-manage -%{_sbindir}/ipa-host-net-manage %config %{_sysconfdir}/bash_completion.d %{_mandir}/man1/ipa.1.gz -%{_mandir}/man1/ipa-compat-manage.1.gz -%{_mandir}/man1/ipa-nis-manage.1.gz -%{_mandir}/man1/ipa-host-net-manage.1.gz -%{_mandir}/man1/ipa-ldap-updater.1.gz %endif %files python -f %{gettext_domain}.lang @@ -484,6 +483,11 @@ fi %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf %changelog +* Mon Feb 14 2011 Rob Crittenden - 2.0.0-0.1.rc1 +- Set minimum version of sssd to 1.5.1 +- Update to upstream freeipa-2.0.0.rc1 +- Move server-only binaries from admintools subpackage to server + * Tue Feb 08 2011 Fedora Release Engineering - 2.0.0-0.2.beta2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 599826e..4b2d4e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ee727a1ed098ffd606b4cca928190c1 freeipa-2.0.0.pre2.tar.gz +b2854edd0ecccc1d0ee784273681e7f4 freeipa-2.0.0.rc1.tar.gz