Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfsdump for openSUSE:Factory checked 
in at 2025-03-20 19:23:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfsdump (Old)
 and      /work/SRC/openSUSE:Factory/.xfsdump.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfsdump"

Thu Mar 20 19:23:50 2025 rev:39 rq:1254425 version:3.1.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfsdump/xfsdump.changes  2024-02-28 
19:44:58.573142028 +0100
+++ /work/SRC/openSUSE:Factory/.xfsdump.new.2696/xfsdump.changes        
2025-03-20 19:24:05.055386568 +0100
@@ -1,0 +2,6 @@
+Sat Mar  1 10:07:30 UTC 2025 - Jan Engelhardt <[email protected]>
+
+- Make build recipe compatible with POSIX sh.
+- Modernize by using %autosetup.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xfsdump.spec ++++++
--- /var/tmp/diff_new_pack.Uvo3Ow/_old  2025-03-20 19:24:05.571407896 +0100
+++ /var/tmp/diff_new_pack.Uvo3Ow/_new  2025-03-20 19:24:05.575408060 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfsdump
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -55,29 +55,26 @@
 subtrees may be restored from full or partial backups.
 
 %prep
-%setup -q
-%patch -P 0
-%patch -P 1 -p1
+%autosetup -p1
 
 %build
 rm -f configure
 make configure
 export DEBUG=-DNDEBUG
 %configure --bindir=%{_sbindir}
-make %{?_smp_mflags}
+%make_build
 
 %install
 export DIST_ROOT=%{buildroot}
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 %find_lang xfsdump
-mv %{buildroot}/sbin/{xfsdump,xfsrestore} %{buildroot}/%{_sbindir}
+mv %{buildroot}/sbin/xfsdump %{buildroot}/sbin/xfsrestore 
%{buildroot}/%{_sbindir}/
 %if 0%{?suse_version} < 1550
 ln -s %{_sbindir}/xfsdump %{buildroot}/sbin
 ln -s %{_sbindir}/xfsrestore %{buildroot}/sbin
 %endif
 
 %files -f xfsdump.lang
-%defattr(-,root,root,755)
 %{_sbindir}/*
 %if 0%{?suse_version} < 1550
 /sbin/*


++++++ xfsdump-docdir.diff ++++++
--- /var/tmp/diff_new_pack.Uvo3Ow/_old  2025-03-20 19:24:05.611409549 +0100
+++ /var/tmp/diff_new_pack.Uvo3Ow/_new  2025-03-20 19:24:05.615409714 +0100
@@ -2,9 +2,11 @@
  include/builddefs.in |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
---- include/builddefs.in.orig
-+++ include/builddefs.in
-@@ -37,7 +37,7 @@ PKG_ROOT_SBIN_DIR = @root_sbindir@
+Index: xfsdump-3.1.12/include/builddefs.in
+===================================================================
+--- xfsdump-3.1.12.orig/include/builddefs.in
++++ xfsdump-3.1.12/include/builddefs.in
+@@ -39,7 +39,7 @@ PKG_ROOT_SBIN_DIR = @root_sbindir@
  PKG_ROOT_LIB_DIR= @root_libdir@@libdirsuffix@
  PKG_INC_DIR   = @includedir@
  PKG_MAN_DIR   = @mandir@

Reply via email to