Accepting request 639223 from home:Mitsutoshi:branches:utilities
- indicated that subpackages are noarch. - modified the description longer. OBS-URL: https://build.opensuse.org/request/show/639223 OBS-URL: https://build.opensuse.org/package/show/utilities/etckeeper?expand=0&rev=20
This commit is contained in:
parent
6dbe44dd82
commit
3024afeb55
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 30 07:09:48 UTC 2018 - bkbin005@rinku.zaq.ne.jp
|
||||
|
||||
- indicated that subpackages are noarch.
|
||||
- modified the description longer.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 07:34:35 UTC 2018 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -88,6 +88,9 @@ understand the basics of working with version control.
|
||||
%package cron
|
||||
Summary: The etckeeper cron function
|
||||
Group: System/Management
|
||||
%if ! %{with bzr}
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
Requires: etckeeper = %{version}-%{release}
|
||||
Provides: etckeeper:%{_sysconfdir}/cron.daily/etckeeper
|
||||
Requires: cron
|
||||
@ -99,6 +102,9 @@ The etckeeper-cron calls etckeeper from cron.
|
||||
%package zypp-plugin
|
||||
Summary: The etckeeper integration function with ZYpp
|
||||
Group: System/Management
|
||||
%if ! %{with bzr}
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
Requires: %{python_versioned}-zypp-plugin
|
||||
Requires: etckeeper = %{version}-%{release}
|
||||
Obsoletes: etckeeper-pkgmanager-collabo < %{version}-%{release}
|
||||
@ -112,8 +118,9 @@ The etckeeper-zypp-plugin calls etckeeper from ZYpp.
|
||||
%package bzr
|
||||
Summary: The etckeeper integration function with bzr
|
||||
Group: System/Management
|
||||
Requires: etckeeper = %{version}-%{release}
|
||||
Requires: %{python_versioned}-base
|
||||
Requires: etckeeper = %{version}-%{release}
|
||||
|
||||
%description bzr
|
||||
The etckeeper integration function with bzr
|
||||
%endif
|
||||
@ -121,10 +128,11 @@ The etckeeper integration function with bzr
|
||||
%package bash-completion
|
||||
Summary: The bash completion for etckeeper
|
||||
Group: System/Management
|
||||
Requires: etckeeper = %{version}-%{release}
|
||||
Requires: bash-completion
|
||||
Requires: etckeeper = %{version}-%{release}
|
||||
|
||||
%description bash-completion
|
||||
The bash completion for etckeeper.
|
||||
Bash command line completion support for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user