Accepting request 1039260 from utilities
OBS-URL: https://build.opensuse.org/request/show/1039260 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/etckeeper?expand=0&rev=10
This commit is contained in:
commit
2b92c11ea5
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 13:52:20 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Do not have the main package recommend the bash-completion
|
||||
sub-package, but rather have the subpackage supplement the
|
||||
combination of etckeeper and bash-completion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 02:32:00 UTC 2022 - André Werlang <beppe85@gmail.com>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# spec file for package etckeeper
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2014 Mitsutoshi NAKANO <bkbin005@rinku.zaq.ne.jp>
|
||||
# Copyright (c) 2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
@ -62,9 +62,8 @@ BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: bzr
|
||||
%endif
|
||||
|
||||
Recommends: git-core
|
||||
Recommends: %{name}-bash-completion = %{version}-%{release}
|
||||
Recommends: %{name}-zypp-plugin = %{version}-%{release}
|
||||
Recommends: git-core
|
||||
%if %{with bzr}
|
||||
Recommends: %{name}-bzr = %{version}-%{release}
|
||||
%endif
|
||||
@ -126,6 +125,7 @@ Summary: The bash completion for etckeeper
|
||||
Group: System/Shells
|
||||
Requires: bash-completion
|
||||
Requires: etckeeper = %{version}-%{release}
|
||||
Supplements: (%{name} and bash-completion)
|
||||
|
||||
%description bash-completion
|
||||
Bash command line completion support for %{name}.
|
||||
|
Loading…
Reference in New Issue
Block a user