Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dump for openSUSE:Factory checked in 
at 2026-02-26 18:36:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dump (Old)
 and      /work/SRC/openSUSE:Factory/.dump.new.29461 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dump"

Thu Feb 26 18:36:53 2026 rev:28 rq:1334846 version:0.4b53

Changes:
--------
--- /work/SRC/openSUSE:Factory/dump/dump.changes        2024-12-18 
20:09:13.302975114 +0100
+++ /work/SRC/openSUSE:Factory/.dump.new.29461/dump.changes     2026-02-26 
18:37:21.705378040 +0100
@@ -1,0 +2,25 @@
+Mon Feb  9 19:53:36 UTC 2026 - Antonio Teixeira <[email protected]>
+
+- Update to 0.4b53
+  * Do not dump the quota and orphan hidden inodes.
+  * When a dump has more than 31 volumes, report all the volumes read
+    rather than stopping at 31.
+  * add --use-blockdev-for-dumpdates to revert to old behaviour where
+    blockdev is always written to dumpdates. Improve fstab filtering so
+    that bind mounts can be dumped.
+  * Relax the restriction of incremental dumping of subdirectories and
+    updating of the dumpdates file where --use-blockdev-for-dumpdates is
+    not being used.
+  * Add --no-set-curr-dir-perms which bypasses the question about setting
+    permissions on . when restoring.
+  * For full changelog see NEWS file
+- Disable werror which was enabled by default but causes build errors
+- Remove update-alternatives, conflict with rmt instead and symlink ermt
+  to rmt (bsc#1245893)
+- Refresh dump-0.4b46-rmt-ermt.patch
+- Drop dump-0.4b43-include.patch, no longer needed
+- Downgrade rmt and mt Recommends to Suggests. It's better to not install
+  these by default in order to avoid user confusion with conflicts with
+  other packages providing rmt such as tar-rmt (bsc#1244396)
+
+-------------------------------------------------------------------

Old:
----
  dump-0.4b43-include.patch
  dump-0.4b49.tar.gz

New:
----
  dump-0.4b53.tar.gz

----------(Old B)----------
  Old:- Refresh dump-0.4b46-rmt-ermt.patch
- Drop dump-0.4b43-include.patch, no longer needed
- Downgrade rmt and mt Recommends to Suggests. It's better to not install
----------(Old E)----------

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

Other differences:
------------------
++++++ dump.spec ++++++
--- /var/tmp/diff_new_pack.Slk9yr/_old  2026-02-26 18:37:22.549412974 +0100
+++ /var/tmp/diff_new_pack.Slk9yr/_new  2026-02-26 18:37:22.549412974 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dump
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           dump
-Version:        0.4b49
+Version:        0.4b53
 Release:        0
 Summary:        Programs for backing up and restoring ext2/3/4 filesystems
 License:        BSD-3-Clause
@@ -31,7 +31,6 @@
 # PATCH-FIX-UPSTREAM dump-0.4b46-rmt-ermt.patch [email protected] -- Independent 
rmt and
 # ermt build, change its locations to _bindir
 Patch1:         %{name}-0.4b46-rmt-ermt.patch
-Patch3:         %{name}-0.4b43-include.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel
@@ -43,8 +42,8 @@
 BuildRequires:  readline-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  zlib-devel
-Recommends:     %{name}-rmt = %{version}
-Recommends:     mt
+Suggests:       %{name}-rmt = %{version}
+Suggests:       mt
 
 %description
 The dump package contains both dump and restore.  Dump examines files
@@ -57,8 +56,8 @@
 Summary:        Provides certain programs with access to remote tape devices
 Group:          Productivity/Archiving/Backup
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
 Provides:       rmt
+Conflicts:      rmt
 
 %description   rmt
 The rmt utility provides remote access to tape devices for programs
@@ -78,23 +77,18 @@
   --enable-sqlite \
   --enable-ermt \
   --enable-rmt=no \
-  --with-rmtpath=%{_bindir}
+  --with-rmtpath=%{_bindir} \
+  --enable-werror=no
 %make_build
 
 %install
 %make_install
 mv examples/encrypted_rmt .
-# Alternatives system
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-ln -sf %{_sysconfdir}/alternatives/rmt %{buildroot}%{_bindir}/rmt
-ln -sf %{_sysconfdir}/alternatives/rmt.1%{ext_man} 
%{buildroot}%{_mandir}/man1/rmt.1%{ext_man}
+# Also provide ermt as an rmt implementation
+ln -s %{_bindir}/ermt %{buildroot}%{_bindir}/rmt
+ln -s %{_mandir}/man1/ermt.1 %{buildroot}%{_mandir}/man1/rmt.1
 
 %post rmt
-%{_sbindir}/update-alternatives --force \
-    --install %{_bindir}/rmt rmt %{_bindir}/ermt 20 \
-    --slave %{_mandir}/man1/rmt.1%{ext_man} rmt.1%{ext_man} 
%{_mandir}/man1/ermt.1%{ext_man}
-
-%postun rmt
 if [ ! -f %{_bindir}/ermt ] ; then
    "%{_sbindir}/update-alternatives" --remove rmt %{_bindir}/ermt
 fi
@@ -109,11 +103,9 @@
 %doc AUTHORS TODO dump.lsm examples
 
 %files rmt
-%ghost %{_bindir}/rmt
+%{_bindir}/rmt
 %{_bindir}/ermt
-%ghost %{_mandir}/man1/rmt.1%{ext_man}
+%{_mandir}/man1/rmt.1%{?ext_man}
 %{_mandir}/man1/ermt.1%{?ext_man}
-%ghost %{_sysconfdir}/alternatives/rmt
-%ghost %{_sysconfdir}/alternatives/rmt.1%{ext_man}
 %doc encrypted_rmt/README
 

++++++ dump-0.4b46-rmt-ermt.patch ++++++
--- /var/tmp/diff_new_pack.Slk9yr/_old  2026-02-26 18:37:22.613415623 +0100
+++ /var/tmp/diff_new_pack.Slk9yr/_new  2026-02-26 18:37:22.625416120 +0100
@@ -10,7 +10,7 @@
 --- a/rmt/Makefile.am
 +++ b/rmt/Makefile.am
 @@ -1,17 +1,23 @@
- AM_CPPFLAGS = -I$(top_srcdir)/compat/include
+ AM_CPPFLAGS = -I$(top_srcdir)/common
  DISTCLEANFILES =
  EXTRA_DIST =
 +bin_PROGRAMS =
@@ -37,22 +37,25 @@
 -EXTRA_DIST += rmt.8.in
 -
  rmt_SOURCES = rmt.c rmt.h
- rmt_LDADD = ../compat/lib/libcompat.la $(EXT2FS_LIBS)
+ rmt_LDADD = ../common/libcommon.la $(EXT2FS_LIBS)
  
-@@ -22,3 +28,8 @@ rmt.8: rmt.8.in
+@@ -22,6 +28,11 @@ rmt.8: rmt.8.in
        $(AM_V_GEN)\
        sed -e "s|__DATE__|$(DATE)|g" \
            -e "s|__VERSION__|$(VERSION)|g" $< > $@
++
 +ermt.1: ermt.1.in
 +      $(AM_V_GEN)\
 +      sed -e "s|__DATE__|$(DATE)|g" \
 +          -e "s|__VERSION__|$(VERSION)|g" $< > $@
-+
+ 
+ MAINTAINERCLEANFILES = \
+       Makefile.in
 Index: b/configure.ac
 ===================================================================
 --- a/configure.ac
 +++ b/configure.ac
-@@ -87,9 +87,6 @@ AC_MSG_CHECKING([whether to build ermt])
+@@ -112,9 +112,6 @@ AC_MSG_CHECKING([whether to build ermt])
  BUILD_ERMT=no
  AC_ARG_ENABLE([ermt], [AS_HELP_STRING([--enable-ermt],[compile ermt, an 
encrypting version of rmt @<:@default=no@:>@])])
  if test "$enable_ermt" = "yes"; then
@@ -66,8 +69,9 @@
 ===================================================================
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -1,9 +1,6 @@
- ACLOCAL_AMFLAGS = -I m4
+@@ -2,10 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
+ AM_CFLAGS = $(WERROR_FLAGS)
+ export AM_CFLAGS
  
 -SUBDIRS = compat/lib common dump restore faketape
 -if BUILD_RMT

++++++ dump-0.4b49.tar.gz -> dump-0.4b53.tar.gz ++++++
++++ 27302 lines of diff (skipped)

Reply via email to