Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfsprogs for openSUSE:Factory 
checked in at 2021-10-12 21:48:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.xfsprogs.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfsprogs"

Tue Oct 12 21:48:38 2021 rev:69 rq:924642 version:5.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfsprogs/xfsprogs.changes        2021-08-26 
23:14:15.896275949 +0200
+++ /work/SRC/openSUSE:Factory/.xfsprogs.new.2443/xfsprogs.changes      
2021-10-12 21:49:56.703922546 +0200
@@ -1,0 +2,12 @@
+Thu Sep 30 16:43:35 UTC 2021 - Anthony Iliopoulos <ail...@suse.com>
+
+- move fsck.xfs, mkfs.xfs and xfs_repair from /sbin to /usr/sbin
+  (bsc#1191105)
+
+  The default rpmbuild %configure macro passes --sbindir=/usr/sbin to
+  every configure script, but the xfsprogs configure script ignores it
+  when --exec-prefix is also set. Unset --exec-prefix since it is not
+  really required (all other paths are explicitly passed via the rpm
+  configure macro), so that the --sbindir is respected.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.v9tX3m/_old  2021-10-12 21:49:57.219923285 +0200
+++ /var/tmp/diff_new_pack.v9tX3m/_new  2021-10-12 21:49:57.219923285 +0200
@@ -122,6 +122,7 @@
 export LIBUUID=%{_libdir}/libuuid.a
 
 %configure \
+    --exec-prefix="" \
     --enable-editline=yes \
 %if %{with systemd}
     --with-systemd-unit-dir=%{_unitdir} \
@@ -142,7 +143,6 @@
 # remove the static libs and libtool archive
 rm -rf %{buildroot}/%{_lib}/*.{la,a}
 rm -rf %{buildroot}/%{_libdir}/*.{la,a}
-mv %{buildroot}/%{_lib}/* %{buildroot}%{_libdir}
 %find_lang %{name}
 install -m 0755 -d %{buildroot}/%{_dracutmodulesdir}/95suse-xfs/
 install -m 0755 module-setup.sh %{buildroot}/%{_dracutmodulesdir}/95suse-xfs/
@@ -175,9 +175,6 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root,755)
-#UsrMerge
-/sbin/*
-#EndUsrMerge
 %{_sbindir}/*
 %exclude %{_sbindir}/xfs_scrub_all
 %{_mandir}/man[258]/*

Reply via email to