forked from pool/libvirt
Accepting request 667973 from home:jengelh:branches:Virtualization
- Noun phrase for %description doc. - Remove idempotent %if..%endif pair around %package bash-completion. - Reduce hard requirements on bash-c and documentation. OBS-URL: https://build.opensuse.org/request/show/667973 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=725
This commit is contained in:
parent
b2fe867c6e
commit
08f4d19aa7
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 10:23:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Noun phrase for %description doc.
|
||||
- Remove idempotent %if..%endif pair around
|
||||
%package bash-completion.
|
||||
- Reduce hard requirements on bash-c and documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 16:50:57 UTC 2019 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
|
10
libvirt.spec
10
libvirt.spec
@ -382,7 +382,7 @@ Group: Documentation/HTML
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
Includes the API reference for the libvirt C library, and a complete
|
||||
The API reference for the libvirt C library, and a
|
||||
copy of the libvirt.org website documentation.
|
||||
|
||||
%package daemon
|
||||
@ -784,7 +784,7 @@ Requires: gettext-runtime
|
||||
Requires: cyrus-sasl
|
||||
Requires: gnutls
|
||||
%if %{with_bash_completion}
|
||||
Requires: %{name}-bash-completion = %{version}-%{release}
|
||||
Recommends: %{name}-bash-completion = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%description client
|
||||
@ -810,13 +810,12 @@ Group: System/Management
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
Requires: readline
|
||||
%if %{with_bash_completion}
|
||||
Requires: %{name}-bash-completion = %{version}-%{release}
|
||||
Recommends: %{name}-bash-completion = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
%description admin
|
||||
The client side utilities to control the libvirt daemon.
|
||||
|
||||
%if %{with_bash_completion}
|
||||
%package bash-completion
|
||||
Summary: Bash completion script
|
||||
Group: System/Shells
|
||||
@ -824,13 +823,12 @@ BuildArch: noarch
|
||||
|
||||
%description bash-completion
|
||||
Bash completion script stub.
|
||||
%endif
|
||||
|
||||
%package devel
|
||||
Summary: Libraries, includes, etc. to compile with the libvirt library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name}-client = %{version}-%{release}
|
||||
Requires: %{name}-doc = %{version}-%{release}
|
||||
Suggests: %{name}-doc = %{version}-%{release}
|
||||
Requires: pkg-config
|
||||
|
||||
%description devel
|
||||
|
Loading…
Reference in New Issue
Block a user