Accepting request 690715 from home:jengelh:branches:network:ha-clustering:Factory

- Drop manual requires from libqb-tests.
- Let libqb-devel depend on the exact package, libqb20 not just
  a virtual libqb provide.
- Drop redundant %if..%endif guards that do not affect the build.

OBS-URL: https://build.opensuse.org/request/show/690715
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=93
This commit is contained in:
Yan Gao 2019-04-03 08:16:21 +00:00 committed by Git OBS Bridge
parent 075302459e
commit 8500074892
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Apr 2 16:48:36 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Drop manual requires from libqb-tests.
- Let libqb-devel depend on the exact package, libqb20 not just
a virtual libqb provide.
- Drop redundant %if..%endif guards that do not affect the build.
-------------------------------------------------------------------
Tue Apr 2 09:17:01 UTC 2019 - Yan Gao <ygao@suse.com>

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -49,7 +49,6 @@ features. It provides logging, tracing, IPC, and polling.
%package -n libqb20
Summary: An IPC library for high performance servers
Group: System/Libraries
Provides: %{name} = %{version}-%{release}
%description -n libqb20
libqb is a library providing high performance client server reusable
@ -58,7 +57,7 @@ features. It provides logging, tracing, IPC, and polling.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}-%{release}
Requires: libqb20 = %{version}-%{release}
%description devel
libqb is a library providing high performance client server reusable
@ -126,11 +125,9 @@ rm -rf %{buildroot}%{_datadir}/doc
%{_sbindir}/qb-blackbox
%{_mandir}/man8/qb-blackbox.8.gz
%if %{with testsrpm}
%package tests
Summary: Test suite for %{name}
Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
Group: Development/Tools/Other
%files tests
%doc COPYING
@ -140,6 +137,5 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%description tests
The %{name}-tests package contains the %{name} test suite.
%endif
%changelog