New upstream release 1.9.0
This commit is contained in:
parent
6cde68d41f
commit
827279f87c
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ sssd-1.2.91.tar.gz
|
|||||||
/sssd-1.9.0beta6.tar.gz
|
/sssd-1.9.0beta6.tar.gz
|
||||||
/sssd-1.9.0beta7.tar.gz
|
/sssd-1.9.0beta7.tar.gz
|
||||||
/sssd-1.9.0rc1.tar.gz
|
/sssd-1.9.0rc1.tar.gz
|
||||||
|
/sssd-1.9.0.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
24c40663bad101c58335618b2abb064f sssd-1.9.0rc1.tar.gz
|
e0b811f2ed59c3d004b4f0f41f9818f9 sssd-1.9.0.tar.gz
|
||||||
|
22
sssd.spec
22
sssd.spec
@ -16,12 +16,12 @@
|
|||||||
|
|
||||||
Name: sssd
|
Name: sssd
|
||||||
Version: 1.9.0
|
Version: 1.9.0
|
||||||
Release: 22%{?dist}.rc1
|
Release: 23%{?dist}
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: System Security Services Daemon
|
Summary: System Security Services Daemon
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://fedorahosted.org/sssd/
|
URL: http://fedorahosted.org/sssd/
|
||||||
Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}rc1.tar.gz
|
Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
### Patches ###
|
### Patches ###
|
||||||
@ -45,6 +45,7 @@ Requires(postun): systemd-units initscripts chkconfig
|
|||||||
%global sssdstatedir %{_localstatedir}/lib/sss
|
%global sssdstatedir %{_localstatedir}/lib/sss
|
||||||
%global dbpath %{sssdstatedir}/db
|
%global dbpath %{sssdstatedir}/db
|
||||||
%global pipepath %{sssdstatedir}/pipes
|
%global pipepath %{sssdstatedir}/pipes
|
||||||
|
%global mcpath %{sssdstatedir}/mc
|
||||||
%global pubconfpath %{sssdstatedir}/pubconf
|
%global pubconfpath %{sssdstatedir}/pubconf
|
||||||
%global mcachepath %{sssdstatedir}/mc
|
%global mcachepath %{sssdstatedir}/mc
|
||||||
|
|
||||||
@ -93,6 +94,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
BuildRequires: samba4-devel >= samba4-4.0.0-59beta2
|
BuildRequires: samba4-devel >= samba4-4.0.0-59beta2
|
||||||
|
BuildRequires: selinux-policy-targeted
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Provides a set of daemons to manage access to remote directories and
|
Provides a set of daemons to manage access to remote directories and
|
||||||
@ -209,7 +211,7 @@ UpdateTimestamps() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
%setup -q -n %{name}-1.8.98
|
%setup -q -n %{name}-1.9.0
|
||||||
|
|
||||||
for p in %patches ; do
|
for p in %patches ; do
|
||||||
%__patch -p1 -i $p
|
%__patch -p1 -i $p
|
||||||
@ -231,8 +233,7 @@ autoreconf -ivf
|
|||||||
--enable-pammoddir=/%{_lib}/security \
|
--enable-pammoddir=/%{_lib}/security \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--with-test-dir=/dev/shm \
|
--with-test-dir=/dev/shm
|
||||||
--enable-all-experimental-features
|
|
||||||
|
|
||||||
make %{?_smp_mflags} all docs
|
make %{?_smp_mflags} all docs
|
||||||
|
|
||||||
@ -280,6 +281,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
touch sssd_tools.lang
|
touch sssd_tools.lang
|
||||||
|
touch sssd_client.lang
|
||||||
for man in `find $RPM_BUILD_ROOT/%{_mandir}/??/man?/ -type f | sed -e "s#$RPM_BUILD_ROOT/%{_mandir}/##"`
|
for man in `find $RPM_BUILD_ROOT/%{_mandir}/??/man?/ -type f | sed -e "s#$RPM_BUILD_ROOT/%{_mandir}/##"`
|
||||||
do
|
do
|
||||||
lang=`echo $man | cut -c 1-2`
|
lang=`echo $man | cut -c 1-2`
|
||||||
@ -287,6 +289,9 @@ do
|
|||||||
sss_*)
|
sss_*)
|
||||||
echo \%lang\(${lang}\) \%{_mandir}/${man}\* >> sssd_tools.lang
|
echo \%lang\(${lang}\) \%{_mandir}/${man}\* >> sssd_tools.lang
|
||||||
;;
|
;;
|
||||||
|
sssd_krb5_*)
|
||||||
|
echo \%lang\(${lang}\) \%{_mandir}/${man}\* >> sssd_client.lang
|
||||||
|
;;
|
||||||
pam_sss*)
|
pam_sss*)
|
||||||
echo \%lang\(${lang}\) \%{_mandir}/${man}\* >> sssd_client.lang
|
echo \%lang\(${lang}\) \%{_mandir}/${man}\* >> sssd_client.lang
|
||||||
;;
|
;;
|
||||||
@ -347,8 +352,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{sssdstatedir}
|
%dir %{sssdstatedir}
|
||||||
%dir %{_localstatedir}/cache/krb5rcache
|
%dir %{_localstatedir}/cache/krb5rcache
|
||||||
%attr(700,root,root) %dir %{dbpath}
|
%attr(700,root,root) %dir %{dbpath}
|
||||||
|
%attr(755,root,root) %dir %{mcpath}
|
||||||
|
%ghost %attr(0644,root,root) %verify(not md5 size mtime) %{mcpath}/passwd
|
||||||
|
%ghost %attr(0644,root,root) %verify(not md5 size mtime) %{mcpath}/group
|
||||||
%attr(755,root,root) %dir %{pipepath}
|
%attr(755,root,root) %dir %{pipepath}
|
||||||
%attr(755,root,root) %dir %{pubconfpath}
|
%attr(755,root,root) %dir %{pubconfpath}
|
||||||
|
%attr(755,root,root) %dir %{pubconfpath}/krb5.include.d
|
||||||
%attr(755,root,root) %dir %{mcachepath}
|
%attr(755,root,root) %dir %{mcachepath}
|
||||||
%attr(700,root,root) %dir %{pipepath}/private
|
%attr(700,root,root) %dir %{pipepath}/private
|
||||||
%attr(750,root,root) %dir %{_var}/log/%{name}
|
%attr(750,root,root) %dir %{_var}/log/%{name}
|
||||||
@ -513,6 +522,9 @@ fi
|
|||||||
%postun -n libsss_sudo -p /sbin/ldconfig
|
%postun -n libsss_sudo -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 25 2012 Jakub Hrozek <jhrozek@redhat.com> - 1.9.0-23
|
||||||
|
- New upstream release 1.9.0 rc1
|
||||||
|
|
||||||
* Fri Sep 14 2012 Jakub Hrozek <jhrozek@redhat.com> - 1.9.0-22.rc1
|
* Fri Sep 14 2012 Jakub Hrozek <jhrozek@redhat.com> - 1.9.0-22.rc1
|
||||||
- New upstream release 1.9.0 rc1
|
- New upstream release 1.9.0 rc1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user