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>
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%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.
|
copy of the libvirt.org website documentation.
|
||||||
|
|
||||||
%package daemon
|
%package daemon
|
||||||
@ -784,7 +784,7 @@ Requires: gettext-runtime
|
|||||||
Requires: cyrus-sasl
|
Requires: cyrus-sasl
|
||||||
Requires: gnutls
|
Requires: gnutls
|
||||||
%if %{with_bash_completion}
|
%if %{with_bash_completion}
|
||||||
Requires: %{name}-bash-completion = %{version}-%{release}
|
Recommends: %{name}-bash-completion = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description client
|
%description client
|
||||||
@ -810,13 +810,12 @@ Group: System/Management
|
|||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Requires: readline
|
Requires: readline
|
||||||
%if %{with_bash_completion}
|
%if %{with_bash_completion}
|
||||||
Requires: %{name}-bash-completion = %{version}-%{release}
|
Recommends: %{name}-bash-completion = %{version}-%{release}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description admin
|
%description admin
|
||||||
The client side utilities to control the libvirt daemon.
|
The client side utilities to control the libvirt daemon.
|
||||||
|
|
||||||
%if %{with_bash_completion}
|
|
||||||
%package bash-completion
|
%package bash-completion
|
||||||
Summary: Bash completion script
|
Summary: Bash completion script
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
@ -824,13 +823,12 @@ BuildArch: noarch
|
|||||||
|
|
||||||
%description bash-completion
|
%description bash-completion
|
||||||
Bash completion script stub.
|
Bash completion script stub.
|
||||||
%endif
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Libraries, includes, etc. to compile with the libvirt library
|
Summary: Libraries, includes, etc. to compile with the libvirt library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-client = %{version}-%{release}
|
Requires: %{name}-client = %{version}-%{release}
|
||||||
Requires: %{name}-doc = %{version}-%{release}
|
Suggests: %{name}-doc = %{version}-%{release}
|
||||||
Requires: pkg-config
|
Requires: pkg-config
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
|
Loading…
Reference in New Issue
Block a user