Accepting request 1179326 from devel:libraries:c_c++

- Fix baselibs.conf for libcmocka-cmake subpackage

OBS-URL: https://build.opensuse.org/request/show/1179326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmocka?expand=0&rev=22
This commit is contained in:
Ana Guerrero 2024-06-09 18:19:04 +00:00 committed by Git OBS Bridge
commit 54b2545096
3 changed files with 10 additions and 3 deletions

View File

@ -2,6 +2,8 @@ libcmocka0
provides "libcmocka-<targettype> = <version>" provides "libcmocka-<targettype> = <version>"
obsoletes "libmockery-<targettype> <= <version>" obsoletes "libmockery-<targettype> <= <version>"
libcmocka-devel libcmocka-devel
+/usr/lib(64)?/cmake/cmocka/.*
requires -"libcmocka-<targettype>" requires -"libcmocka-<targettype>"
requires "libcmocka0-<targettype> = <version>" requires "libcmocka0-<targettype> = <version>"
libcmocka-cmake
+/usr/lib(64)?/cmake/cmocka/.*
requires "libcmocka-devel-<targettype> = <version>"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 7 11:09:17 UTC 2024 - Andreas Schneider <asn@cryptomilk.org>
- Fix baselibs.conf for libcmocka-cmake subpackage
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 23 06:30:05 UTC 2023 - Martin Wilck <mwilck@suse.com> Wed Aug 23 06:30:05 UTC 2023 - Martin Wilck <mwilck@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package cmocka # spec file for package cmocka
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -107,8 +107,8 @@ Documentation for the cmocka unit testing library.
%package -n libcmocka-cmake %package -n libcmocka-cmake
Summary: cmake support for the cmocka library Summary: cmake support for the cmocka library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libcmocka-devel = %{version}
Requires: cmake Requires: cmake
Requires: libcmocka-devel = %{version}
Provides: libcmocka-devel:%{_libdir}/cmake/cmocka Provides: libcmocka-devel:%{_libdir}/cmake/cmocka
%description -n libcmocka-cmake %description -n libcmocka-cmake