From 4f143048cadd4c377bf574444329fca3f4872d5d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mar 10 2009 20:43:08 +0000 Subject: - Version 0.2.0 --- diff --git a/.cvsignore b/.cvsignore index 732df20..cf66b60 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sssd-0.1.0.tar.gz +sssd-0.2.0.tar.gz diff --git a/sources b/sources index 2b188c4..be4ce13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a56ba0f725a2adc6db40603c160a31e9 sssd-0.1.0.tar.gz +b9123c0c515c2dee6250c8ed7b33e21a sssd-0.2.0.tar.gz diff --git a/sssd.spec b/sssd.spec index a2c0f20..372bd02 100644 --- a/sssd.spec +++ b/sssd.spec @@ -1,22 +1,12 @@ -# this is the git snapshot we're packaging -%define datetag 20090309 -%define vcs git -%define vcsversion 691c9b3 -%define alphatag %{datetag}%{vcs}%{vcsversion} - Name: sssd -Version: 0.1.0 -Release: 5.%{alphatag}%{dist} +Version: 0.2.0 +Release: 1%{?dist} Group: Applications/System Summary: System Security Services Daemon # The entire source code is GPLv3+ except replace/ which is LGPLv3+ License: GPLv3+ and LGPLv3+ -URL: http://www.freeipa.org/ -# Tarfile created using git -# git clone git clone git://fedorahosted.org/sssd.git -# cd sssd -# git-archive --format=tar --prefix=%{name}-%{version}/ %{name}-%{version} | gzip > %{name}-%{version}.tar.gz -Source0: sssd-%{version}.tar.gz +URL: http://fedorahosted.org/sssd +Source: https://fedorahosted.org/sssd/attachment/wiki/WikiStart/sssd-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) ### Patches ### @@ -64,9 +54,8 @@ pushd server --sysconfdir=%{_sysconfdir} \ --without-tests \ --without-policykit \ - --with-openldap \ --with-infopipe \ - --with-initrd-dir=%{_initrddir} \ + --with-init-dir=%{_initrddir} \ make %{?_smp_mflags} popd @@ -99,15 +88,20 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/sssd %{_sbindir}/sss_useradd %{_sbindir}/sss_userdel +%{_sbindir}/sss_usermod %{_sbindir}/sss_groupadd %{_sbindir}/sss_groupdel +%{_sbindir}/sss_groupmod %{_libexecdir}/%{servicename}/ %{_libdir}/%{name}/ %{_libdir}/ldb/memberof.so* -%{_sharedstatedir}/sss/ +%dir /var/lib/sss/ +%attr(700,root,root) %dir /var/lib/sss/db +%dir /var/lib/sss/pipes +%attr(700,root,root) %dir /var/lib/sss/pipes/private %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freeipa.sssd.infopipe.conf %{_datadir}/%{name}/introspect/infopipe/org.freeipa.sssd.infopipe.Introspect.xml -/%{_lib}/libnss_sss.so.0.0.1 +/%{_lib}/libnss_sss.so /%{_lib}/libnss_sss.so.2 /%{_lib}/security/pam_sss.so @@ -128,6 +122,9 @@ if [ $1 -ge 1 ] ; then fi %changelog +* Tue Mar 10 2009 Simo Sorce - 0.2.0-1 +- Version 0.2.0 + * Sun Mar 08 2009 Jakub Hrozek - 0.1.0-5.20090309git691c9b3 - package git snapshot