Accepting request 798828 from home:dimstar:Factory
- Use %_tmpfilesdir instead of the wrong %_libexecdir/tmpfiles.d notation: libexecdir is likely changing away from /usr/lib to /usr/libexec. - Use %_tmpfilesdir instead of the wrong %_libexecdir/tmpfiles.d notation: libexecdir is likely changing away from /usr/lib to /usr/libexec. OBS-URL: https://build.opensuse.org/request/show/798828 OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=230
This commit is contained in:
parent
f2bf4325ae
commit
8ccc2d47d3
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:06:31 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %_tmpfilesdir instead of the wrong %_libexecdir/tmpfiles.d
|
||||
notation: libexecdir is likely changing away from /usr/lib to
|
||||
/usr/libexec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 25 09:20:38 UTC 2020 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
|
@ -159,8 +159,8 @@ install -m 644 %{vendorFiles}/krb5.sh.profile %{buildroot}%{_sysconfdir}/profile
|
||||
|
||||
# Do not write directly to /var/lib/kerberos anymore as it breaks transactional
|
||||
# updates. Use systemd-tmpfiles to copy the files there when it doesn't exist
|
||||
install -d -m 0755 %{buildroot}%{_prefix}/lib/tmpfiles.d/
|
||||
install -m 644 %{SOURCE6} %{buildroot}%{_prefix}/lib/tmpfiles.d/krb5.conf
|
||||
install -d -m 0755 %{buildroot}%{_tmpfilesdir}
|
||||
install -m 644 %{SOURCE6} %{buildroot}%{_tmpfilesdir}/krb5.conf
|
||||
mkdir -p %{buildroot}/%{_datadir}/kerberos/krb5kdc
|
||||
# Where per-user keytabs live by default.
|
||||
mkdir -p %{buildroot}/%{_datadir}/kerberos/krb5/user
|
||||
@ -301,7 +301,7 @@ rm -f %{buildroot}/%{_libdir}/krb5/plugins/preauth/test.so
|
||||
%{_libdir}/libkrad.so.*
|
||||
%{_libdir}/krb5/plugins/kdb/*
|
||||
%{_libdir}/krb5/plugins/tls/*
|
||||
%{_libexecdir}/tmpfiles.d/krb5.conf
|
||||
%{_tmpfilesdir}/krb5.conf
|
||||
%dir %{_datadir}/kerberos/
|
||||
%dir %{_datadir}/kerberos/krb5kdc
|
||||
%dir %{_datadir}/kerberos/krb5
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 29 08:04:32 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %_tmpfilesdir instead of the wrong %_libexecdir/tmpfiles.d
|
||||
notation: libexecdir is likely changing away from /usr/lib to
|
||||
/usr/libexec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 25 09:20:38 UTC 2020 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
|
@ -225,8 +225,8 @@ install -m 644 %{vendorFiles}/krb5.sh.profile %{buildroot}%{_sysconfdir}/profile
|
||||
|
||||
# Do not write directly to /var/lib/kerberos anymore as it breaks transactional
|
||||
# updates. Use systemd-tmpfiles to copy the files there when it doesn't exist
|
||||
install -d -m 0755 %{buildroot}%{_prefix}/lib/tmpfiles.d/
|
||||
install -m 644 %{SOURCE7} %{buildroot}%{_prefix}/lib/tmpfiles.d/krb5.conf
|
||||
install -d -m 0755 %{buildroot}%{_tmpfilesdir}
|
||||
install -m 644 %{SOURCE7} %{buildroot}%{_tmpfilesdir}/krb5.conf
|
||||
mkdir -p %{buildroot}/%{_datadir}/kerberos/krb5kdc
|
||||
# Where per-user keytabs live by default.
|
||||
mkdir -p %{buildroot}/%{_datadir}/kerberos/krb5/user
|
||||
@ -373,7 +373,7 @@ rm -f %{buildroot}/%{_libdir}/krb5/plugins/preauth/test.so
|
||||
%{_unitdir}/kadmind.service
|
||||
%{_unitdir}/krb5kdc.service
|
||||
%{_unitdir}/kpropd.service
|
||||
%{_libexecdir}/tmpfiles.d/krb5.conf
|
||||
%{_tmpfilesdir}/krb5.conf
|
||||
%dir %{krb5docdir}
|
||||
%dir %{_prefix}/lib/mit
|
||||
%dir %{_prefix}/lib/mit/sbin
|
||||
|
Loading…
Reference in New Issue
Block a user