Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2020-05-09 19:48:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krb5 (Old)
 and      /work/SRC/openSUSE:Factory/.krb5.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krb5"

Sat May  9 19:48:07 2020 rev:145 rq:798844 version:1.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/krb5/krb5-mini.changes   2020-04-04 
12:04:13.018565513 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new.2738/krb5-mini.changes 2020-05-09 
19:48:11.476301665 +0200
@@ -1,0 +2,7 @@
+Wed Apr 29 08:06:31 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Use %_tmpfilesdir instead of the wrong %_libexecdir/tmpfiles.d
+  notation: libexecdir is likely changing away from /usr/lib to
+  /usr/libexec.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/krb5/krb5.changes        2020-04-04 
12:04:15.210567821 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new.2738/krb5.changes      2020-05-09 
19:48:11.732302214 +0200
@@ -1,0 +2,7 @@
+Wed Apr 29 08:04:32 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Use %_tmpfilesdir instead of the wrong %_libexecdir/tmpfiles.d
+  notation: libexecdir is likely changing away from /usr/lib to
+  /usr/libexec.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ krb5-mini.spec ++++++
--- /var/tmp/diff_new_pack.aJTeCi/_old  2020-05-09 19:48:12.596304069 +0200
+++ /var/tmp/diff_new_pack.aJTeCi/_new  2020-05-09 19:48:12.600304078 +0200
@@ -159,8 +159,8 @@
 
 # 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 @@
 %{_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

++++++ krb5.spec ++++++
--- /var/tmp/diff_new_pack.aJTeCi/_old  2020-05-09 19:48:12.628304138 +0200
+++ /var/tmp/diff_new_pack.aJTeCi/_new  2020-05-09 19:48:12.628304138 +0200
@@ -225,8 +225,8 @@
 
 # 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 @@
 %{_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




Reply via email to