rpms/ipa/F-9 .cvsignore,1.2,1.3 ipa.spec,1.6,1.7 sources,1.6,1.7

Robert Crittenden (rcritten) fedora-extras-commits at redhat.com
Wed Apr 23 16:44:13 UTC 2008


Author: rcritten

Update of /cvs/extras/rpms/ipa/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2859

Modified Files:
	.cvsignore ipa.spec sources 
Log Message:
Update to upstream version 1.0.0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ipa/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	30 Jan 2008 15:53:51 -0000	1.2
+++ .cvsignore	23 Apr 2008 16:43:38 -0000	1.3
@@ -1 +1 @@
-freeipa-0.99.tar.gz
+freeipa-1.0.0.tar.gz


Index: ipa.spec
===================================================================
RCS file: /cvs/extras/rpms/ipa/F-9/ipa.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ipa.spec	19 Mar 2008 15:30:21 -0000	1.6
+++ ipa.spec	23 Apr 2008 16:43:38 -0000	1.7
@@ -5,19 +5,14 @@
 %define POLICYCOREUTILSVER 1.33.12-1
 
 Name:           ipa
-Version:        0.99
-Release:        12%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 Summary:        The Identity, Policy and Audit system
 
 Group:          System Environment/Base
 License:        GPLv2
 URL:            http://www.freeipa.org/
 Source0:        freeipa-%{version}.tar.gz
-# Tree is not tagged or branched at 1.0 yet (soon). The tar.gz was created 
-# with:
-# hg clone -r 722 http://hg.fedorahosted.org/hg/freeipa freeipa-0.99
-# rm -rf freeipa-0.99/.hg freeipa-0.99/.hgtags
-# tar czf freeipa-0.99.tar.gz freeipa-0.99
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  fedora-ds-base-devel >= 1.1
@@ -53,7 +48,7 @@
 Requires: %{name}-python = %{version}-%{release}
 Requires: %{name}-client = %{version}-%{release}
 Requires: %{name}-admintools = %{version}-%{release}
-Requires: %{name}-server-selinux = %{version}-%{release}
+Requires(post): %{name}-server-selinux = %{version}-%{release}
 Requires: fedora-ds-base >= 1.1
 Requires: openldap-clients
 Requires: nss
@@ -75,6 +70,7 @@
 Requires: acl
 Requires: python-pyasn1
 Requires: libcap
+Requires: selinux-policy
 Conflicts: mod_ssl
 
 %description server
@@ -107,6 +103,12 @@
 Requires: python-ldap
 Requires: python-krbV
 Requires: cyrus-sasl-gssapi
+Requires: ntp
+Requires: krb5-workstation
+Requires: krb5-libs
+Requires: authconfig
+Requires: pam_krb5
+Requires: nss_ldap
 
 %description client
 IPA is an integrated solution to provide centrally managed Identity (machine,
@@ -121,6 +123,7 @@
 Group: System Environment/Base
 Requires: %{name}-python = %{version}-%{release}
 Requires: python-krbV
+Requires: python-ldap
 
 %description admintools
 IPA is an integrated solution to provide centrally managed Identity (machine,
@@ -173,8 +176,8 @@
 %setup -n freeipa-%{version} -q
 
 %build
-cd ipa-server; ./autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir}; cd ..
-cd ipa-client; ./autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir}; cd ..
+cd ipa-server; ./autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir} --mandir=%{_mandir}; cd ..
+cd ipa-client; ./autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir} --mandir=%{_mandir}; cd ..
 
 make %{?_smp_mflags} all
 cd ipa-server/selinux
@@ -196,6 +199,8 @@
 # Some user-modifiable HTML files are provided. Move these to /etc
 # and link back.
 mkdir -p %{buildroot}/%{_sysconfdir}/ipa/html
+mkdir -p %{buildroot}/%{_localstatedir}/cache/ipa/sysrestore
+mkdir -p %{buildroot}/%{_localstatedir}/lib/ipa-client/sysrestore
 mv %{buildroot}/%{_usr}/share/ipa/html/ssbrowser.html %{buildroot}/%{_sysconfdir}/ipa/html
 mv %{buildroot}/%{_usr}/share/ipa/html/unauthorized.html %{buildroot}/%{_sysconfdir}/ipa/html
 ln -s ../../../..%{_sysconfdir}/ipa/html/ssbrowser.html \
@@ -214,6 +219,7 @@
 /bin/touch /var/log/ipa_error.log
 /bin/chown apache /var/log/ipa_error.log
 /bin/chmod 600 /var/log/ipa_error.log
+restorecon /var/log/ipa_error.log
 
 %preun server
 if [ $1 = 0 ]; then
@@ -309,11 +315,20 @@
 %attr(755,root,root) %{plugin_dir}/libipa_pwd_extop.so
 %attr(755,root,root) %{plugin_dir}/libipa-memberof-plugin.so
 %attr(755,root,root) %{plugin_dir}/libipa-dna-plugin.so
+%dir %{_localstatedir}/lib/ipa
+%attr(700,root,root) %dir %{_localstatedir}/lib/ipa/sysrestore
 %dir %{_localstatedir}/cache/ipa
-%dir %{_localstatedir}/cache/ipa/sysrestore
 %attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions
 %dir %{python_sitelib}/ipaserver
 %{python_sitelib}/ipaserver/*.py*
+%{_mandir}/man1/ipa-replica-install.1.gz
+%{_mandir}/man1/ipa-replica-manage.1.gz
+%{_mandir}/man1/ipa-replica-prepare.1.gz
+%{_mandir}/man1/ipa-server-certinstall.1.gz
+%{_mandir}/man1/ipa-server-install.1.gz
+%{_mandir}/man8/ipa_kpasswd.8.gz
+%{_mandir}/man8/ipa_webgui.8.gz
+%{_mandir}/man8/ipactl.8.gz
 
 %files server-selinux
 %{_usr}/share/selinux/targeted/ipa_webgui.pp
@@ -325,10 +340,14 @@
 %{_sbindir}/ipa-getkeytab
 %dir %{_usr}/share/ipa
 %dir %{_usr}/share/ipa/ipaclient
+%dir %{_localstatedir}/lib/ipa-client
+%dir %{_localstatedir}/lib/ipa-client/sysrestore
 %{_usr}/share/ipa/ipaclient/ipa.cfg
 %{_usr}/share/ipa/ipaclient/ipa.js
 %dir %{python_sitelib}/ipaclient
 %{python_sitelib}/ipaclient/*.py*
+%{_mandir}/man1/ipa-getkeytab.1.gz
+%{_mandir}/man1/ipa-client-install.1.gz
 
 %files admintools
 %doc LICENSE README
@@ -400,6 +419,9 @@
 %{_sbindir}/ipa-modradiusprofile
 
 %changelog
+* Fri Apr 18 2008 Rob Crittenden <rcritten at redhat.com> - 1.0.0-1
+- Update to upstream version 1.0.0
+
 * Tue Mar 18 2008 Rob Crittenden <rcritten at redhat.com> 0.99-12
 - Pull upstream changelog 722
 - Add Conflicts mod_ssl (435360)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ipa/F-9/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	19 Mar 2008 15:30:21 -0000	1.6
+++ sources	23 Apr 2008 16:43:38 -0000	1.7
@@ -1 +1 @@
-e0d64efce4d8298e1d893d342e0b4d95  freeipa-0.99.tar.gz
+17454ef23c01a16fed24427942f64f32  freeipa-1.0.0.tar.gz




More information about the fedora-extras-commits mailing list