Hello community, here is the log from the commit of package shim for openSUSE:Factory checked in at 2018-04-04 11:03:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shim (Old) and /work/SRC/openSUSE:Factory/.shim.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shim" Wed Apr 4 11:03:01 2018 rev:66 rq:593111 version:14 Changes: -------- --- /work/SRC/openSUSE:Factory/shim/shim.changes 2018-03-29 11:47:09.584652974 +0200 +++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes 2018-04-04 11:03:17.936649114 +0200 @@ -1,0 +2,6 @@ +Tue Apr 3 08:37:55 UTC 2018 - [email protected] + +- Install the certificates with a shim suffix to avoid conflicting + with other packages (bsc#1087847) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shim.spec ++++++ --- /var/tmp/diff_new_pack.F7DNYg/_old 2018-04-04 11:03:19.400596053 +0200 +++ /var/tmp/diff_new_pack.F7DNYg/_new 2018-04-04 11:03:19.404595908 +0200 @@ -229,7 +229,7 @@ install -d %{buildroot}/%{_sysconfdir}/uefi/certs/ for file in shim-*.der; do fpr=$(openssl x509 -sha1 -fingerprint -inform DER -noout -in $file | cut -c 18- | cut -d ":" -f 1,2,3,4 | sed 's/://g') - install -m 644 $file %{buildroot}/%{_sysconfdir}/uefi/certs/$fpr.crt + install -m 644 $file %{buildroot}/%{_sysconfdir}/uefi/certs/${fpr}-shim.crt done # install the debug symbols
