SHA256
1
0
forked from pool/cdk

Accepting request 975347 from security

OBS-URL: https://build.opensuse.org/request/show/975347
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdk?expand=0&rev=24
This commit is contained in:
2022-05-06 16:59:53 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Apr 26 09:33:18 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Resolve rpmlint report "libcdk5.x86_64: E:
shlib-policy-name-error SONAME: libcdk.so.6.2.4, expected
package suffix: 6_2_4"
-------------------------------------------------------------------
Mon May 3 18:24:40 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package cdk
#
# Copyright (c) 2021 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
@@ -16,7 +16,7 @@
#
%define lname lib%{name}5
%define lname lib%{name}6_2_4
%define mainver 5.0
%define datever 20210324
@@ -45,6 +45,7 @@ menu, a radio list, a viewer widget, and a dialog box.
%package -n %lname
Summary: The Runtime for the Curses Development Kit - Shared library
Group: Development/Libraries/C and C++
Conflicts: libcdk5
%description -n %lname
CDK is a widget set developed on top of the basic curses library. It
@@ -105,7 +106,6 @@ rm -rf %{buildroot}%{_datadir}/doc
%postun -n %lname -p /sbin/ldconfig
%files -n %lname
%defattr(-,root,root)
%if %{defined license}
%license COPYING
%doc EXPANDING NOTES TODO README CHANGES VERSION
@@ -115,7 +115,6 @@ rm -rf %{buildroot}%{_datadir}/doc
%{_libdir}/libcdk*.so.*
%files devel
%defattr(-,root,root)
%{_bindir}/cdk*5-config
%{_libdir}/libcdk*.so
%{_includedir}/%{name}