sssd-2.3.1-2: switch to rundir

Resolves:
https://bugzilla.redhat.com/show_bug.cgi?id=1557622
This commit is contained in:
Pavel Březina 2020-07-27 13:19:44 +02:00
parent 6f70027c66
commit 07f0353b8d

View File

@ -36,7 +36,7 @@
Name: sssd
Version: 2.3.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: System Security Services Daemon
License: GPLv3+
URL: https://github.com/SSSD/sssd/
@ -523,6 +523,7 @@ autoreconf -ivf
--with-gpo-cache-path=%{gpocachepath} \
--with-init-dir=%{_initrddir} \
--with-krb5-rcache-dir=%{_localstatedir}/cache/krb5rcache \
--with-pid-path=%{_rundir} \
--enable-nsslibdir=%{_libdir} \
--enable-pammoddir=%{_libdir}/security \
--enable-nfsidmaplibdir=%{_libdir}/libnfsidmap \
@ -540,7 +541,7 @@ autoreconf -ivf
%{?with_cifs_utils_plugin_option} \
%{?enable_systemtap_opt}
make %{?_smp_mflags} all docs
make %{?_smp_mflags} all docs runstatedir=%{_rundir}
sed -i -e 's:/usr/bin/python:/usr/bin/python3:' src/tools/sss_obfuscate
@ -1073,6 +1074,9 @@ fi
%{_libdir}/%{name}/modules/libwbclient.so
%changelog
* Mon Jul 27 2020 Pavel Březina <pbrezina@redhat.com> - 2.3.1-2
- Use correct run dir (RHBZ#1557622)
* Fri Jul 24 2020 Pavel Březina <pbrezina@redhat.com> - 2.3.1-1
- Rebase to SSSD 2.3.1