- Version 0.2.0
This commit is contained in:
parent
abb369a4fb
commit
4f143048ca
@ -1 +1 @@
|
|||||||
sssd-0.1.0.tar.gz
|
sssd-0.2.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
a56ba0f725a2adc6db40603c160a31e9 sssd-0.1.0.tar.gz
|
b9123c0c515c2dee6250c8ed7b33e21a sssd-0.2.0.tar.gz
|
||||||
|
33
sssd.spec
33
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
|
Name: sssd
|
||||||
Version: 0.1.0
|
Version: 0.2.0
|
||||||
Release: 5.%{alphatag}%{dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
# The entire source code is GPLv3+ except replace/ which is LGPLv3+
|
# The entire source code is GPLv3+ except replace/ which is LGPLv3+
|
||||||
License: GPLv3+ and LGPLv3+
|
License: GPLv3+ and LGPLv3+
|
||||||
URL: http://www.freeipa.org/
|
URL: http://fedorahosted.org/sssd
|
||||||
# Tarfile created using git
|
Source: https://fedorahosted.org/sssd/attachment/wiki/WikiStart/sssd-%{version}.tar.gz
|
||||||
# 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
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
### Patches ###
|
### Patches ###
|
||||||
@ -64,9 +54,8 @@ pushd server
|
|||||||
--sysconfdir=%{_sysconfdir} \
|
--sysconfdir=%{_sysconfdir} \
|
||||||
--without-tests \
|
--without-tests \
|
||||||
--without-policykit \
|
--without-policykit \
|
||||||
--with-openldap \
|
|
||||||
--with-infopipe \
|
--with-infopipe \
|
||||||
--with-initrd-dir=%{_initrddir} \
|
--with-init-dir=%{_initrddir} \
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
popd
|
popd
|
||||||
@ -99,15 +88,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/sssd
|
%{_sbindir}/sssd
|
||||||
%{_sbindir}/sss_useradd
|
%{_sbindir}/sss_useradd
|
||||||
%{_sbindir}/sss_userdel
|
%{_sbindir}/sss_userdel
|
||||||
|
%{_sbindir}/sss_usermod
|
||||||
%{_sbindir}/sss_groupadd
|
%{_sbindir}/sss_groupadd
|
||||||
%{_sbindir}/sss_groupdel
|
%{_sbindir}/sss_groupdel
|
||||||
|
%{_sbindir}/sss_groupmod
|
||||||
%{_libexecdir}/%{servicename}/
|
%{_libexecdir}/%{servicename}/
|
||||||
%{_libdir}/%{name}/
|
%{_libdir}/%{name}/
|
||||||
%{_libdir}/ldb/memberof.so*
|
%{_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
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freeipa.sssd.infopipe.conf
|
||||||
%{_datadir}/%{name}/introspect/infopipe/org.freeipa.sssd.infopipe.Introspect.xml
|
%{_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}/libnss_sss.so.2
|
||||||
/%{_lib}/security/pam_sss.so
|
/%{_lib}/security/pam_sss.so
|
||||||
|
|
||||||
@ -128,6 +122,9 @@ if [ $1 -ge 1 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 10 2009 Simo Sorce <ssorce@redhat.com> - 0.2.0-1
|
||||||
|
- Version 0.2.0
|
||||||
|
|
||||||
* Sun Mar 08 2009 Jakub Hrozek <jhrozek@redhat.com> - 0.1.0-5.20090309git691c9b3
|
* Sun Mar 08 2009 Jakub Hrozek <jhrozek@redhat.com> - 0.1.0-5.20090309git691c9b3
|
||||||
- package git snapshot
|
- package git snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user