From 85000748922303345f216753fc5e86c97b8fb1e93682223a57a55e7ac7849a7b Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Wed, 3 Apr 2019 08:16:21 +0000 Subject: [PATCH] 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 --- libqb.changes | 8 ++++++++ libqb.spec | 10 +++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/libqb.changes b/libqb.changes index aef3c4a..b879c98 100644 --- a/libqb.changes +++ b/libqb.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Apr 2 16:48:36 UTC 2019 - Jan Engelhardt + +- 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 diff --git a/libqb.spec b/libqb.spec index ac15aea..8a17180 100644 --- a/libqb.spec +++ b/libqb.spec @@ -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