Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2024-06-27 15:58:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/btrfsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.btrfsprogs.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "btrfsprogs"

Thu Jun 27 15:58:14 2024 rev:158 rq:1183443 version:6.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes    2024-06-19 
16:36:41.885648622 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new.18349/btrfsprogs.changes 
2024-06-27 15:58:20.371652426 +0200
@@ -1,0 +2,7 @@
+Fri Jun 21 13:19:59 UTC 2024 - Dominik Heidler <dheid...@suse.de>
+
+- Let btrfsprogs-bash-completion require btrfsprogs with same version
+  as there is a file conflict with the bash completion scripts
+  still being bundled with btrfsprogs in older versions shipped with 15.6
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ btrfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.ObvX4Z/_old  2024-06-27 15:58:21.003675560 +0200
+++ /var/tmp/diff_new_pack.ObvX4Z/_new  2024-06-27 15:58:21.003675560 +0200
@@ -84,7 +84,7 @@
 BuildRequires:  pkgconfig(udev)
 %if 0%{?suse_version} >= 1310
 Requires(post): coreutils
-Requires(postun):coreutils
+Requires(postun): coreutils
 %endif
 Supplements:    filesystem(btrfs)
 Recommends:     btrfsmaintenance
@@ -192,12 +192,11 @@
 %package bash-completion
 Summary:        Bash completion for btrfsprogs
 Group:          System/Shells
-Requires:       %{name}
+# older versions had bash completion files builtin and will create a file 
conflict
+Requires:       %{name} = %{version}
 Requires:       bash-completion
-# versions below 6.2.1 had bash completion files builtin and will create a 
file conflict
-Conflicts:      %{name} <= 6.2.1
 %if 0%{?suse_version} >= 1500
-Supplements:    (%{name} and bash-completion)
+Supplements:    (%{name} = %{version} and bash-completion)
 %else
 Supplements:    packageand(%{name}:bash-completion)
 %endif

Reply via email to