SHA256
1
0
forked from pool/cdk

Accepting request 972810 from home:jengelh:branches:security

- Resolve rpmlint report "libcdk5.x86_64: E:
  shlib-policy-name-error SONAME: libcdk.so.6.2.4, expected
  package suffix: 6_2_4"

OBS-URL: https://build.opensuse.org/request/show/972810
OBS-URL: https://build.opensuse.org/package/show/security/cdk?expand=0&rev=24
This commit is contained in:
Marcus Meissner 2022-05-06 07:55:50 +00:00 committed by Git OBS Bridge
parent 7a3aa7948c
commit b8831b0c64
2 changed files with 9 additions and 3 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

@ -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}