Accepting request 1097158 from home:dheidler:branches:filesystems

- Let btrfsprogs-bash-completion conflict with btrfsprogs <= 6.2.1
  as there is a file conflict with the bash completion scripts
  still being bundled with btrfsprogs in these versions.

OBS-URL: https://build.opensuse.org/request/show/1097158
OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=401
This commit is contained in:
David Sterba
2023-07-10 10:10:41 +00:00
committed by Git OBS Bridge
parent 9dc0516950
commit 22c8e18993
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jul 6 13:45:20 UTC 2023 - Dominik Heidler <dheidler@suse.de>
- Let btrfsprogs-bash-completion conflict with btrfsprogs <= 6.2.1
as there is a file conflict with the bash completion scripts
still being bundled with btrfsprogs in these versions.
-------------------------------------------------------------------
Tue Jun 20 07:12:59 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>

View File

@@ -197,6 +197,8 @@ Summary: Bash completion for btrfsprogs
Group: System/Shells
Requires: %{name}
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)
%else