Accepting request 970972 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/970972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbus-c++?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2022-04-22 19:53:00 +00:00 committed by Git OBS Bridge
commit 0337eb227f
2 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 13 07:23:25 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Do not reference %release in requires/conflicts: with builds
going across _multibuild, the rebuild counter of the two flavors
is not guaranteed to be in sync (i.e glib flavor could build more
often).
-------------------------------------------------------------------
Mon Nov 25 22:22:13 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package libdbus
# spec file
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -101,10 +101,10 @@ Summary: Development files for libdbus-c++
Group: Development/Libraries/C and C++
Requires: libdbus-c++%{?psuffix}-1-%{sover} = %{version}
Recommends: libdbus-c++-api-docs
Conflicts: libdbus-c++-devel < %{version}-%{release}
Conflicts: libdbus-c++-devel < %{version}
%if 0%{?suse_version} <= 1500
%if %{with glib}
Requires: libdbus-c++-devel = %{version}-%{release}
Requires: libdbus-c++-devel = %{version}
%endif
%endif