Hello community,

here is the log from the commit of package libostree for openSUSE:Factory 
checked in at 2020-05-02 22:14:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libostree (Old)
 and      /work/SRC/openSUSE:Factory/.libostree.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libostree"

Sat May  2 22:14:22 2020 rev:18 rq:799479 version:2020.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libostree/libostree.changes      2020-04-13 
12:50:06.744564632 +0200
+++ /work/SRC/openSUSE:Factory/.libostree.new.2738/libostree.changes    
2020-05-02 22:14:22.888164500 +0200
@@ -1,0 +2,9 @@
+Thu Apr 30 15:13:19 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Stop invalid usage of %_libexecdir:
+  + Use %{_prefix}/lib where appropriate.
+  + Use _systemdgeneratordir for the systemd-generators.
+  + Define _dracutmodulesdir based on dracut.pc. Add
+    BuildRequires(dracut) for this to work.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libostree.spec ++++++
--- /var/tmp/diff_new_pack.4CvzBD/_old  2020-05-02 22:14:24.016166862 +0200
+++ /var/tmp/diff_new_pack.4CvzBD/_new  2020-05-02 22:14:24.020166871 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
+
 Name:           libostree
 Version:        2020.3
 Release:        0
@@ -35,6 +37,7 @@
 BuildRequires:  libattr-devel
 BuildRequires:  libcap-devel
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(dracut)
 BuildRequires:  pkgconfig(e2p)
 BuildRequires:  pkgconfig(fuse) >= 2.9.2
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.36.0
@@ -161,14 +164,12 @@
 %{_bindir}/ostree
 %{_bindir}/rofiles-fuse
 %{_datadir}/bash-completion/completions/ostree
-%dir %{_libexecdir}/ostree
+%dir %{_prefix}/lib/ostree
 %dir %{_libexecdir}/libostree
-%{_libexecdir}/ostree/ostree-prepare-root
-%{_libexecdir}/ostree/ostree-remount
+%{_prefix}/lib/ostree/ostree-prepare-root
+%{_prefix}/lib/ostree/ostree-remount
 %{_libexecdir}/libostree/ostree-trivial-httpd
-%dir %{_libexecdir}/dracut
-%dir %{_libexecdir}/dracut/modules.d
-%{_libexecdir}/dracut/modules.d/98ostree/
+%{_dracutmodulesdir}/98ostree/
 %{_unitdir}/ostree-prepare-root.service
 %{_unitdir}/ostree-remount.service
 %{_unitdir}/ostree-finalize-staged.service
@@ -178,7 +179,7 @@
 %{_datadir}/ostree/
 %{_sbindir}/rcostree-prepare-root
 %{_sbindir}/rcostree-remount
-%{_libexecdir}/systemd/system-generators/ostree-system-generator
+%{_systemdgeneratordir}/ostree-system-generator
 %dir %{_tmpfilesdir}
 %{_tmpfilesdir}/ostree-tmpfiles.conf
 %exclude %{_sysconfdir}/grub.d/*ostree


Reply via email to