Fix require of libsocket_wrapper_noop-devel

This commit is contained in:
Andreas Schneider 2021-04-22 15:12:48 +02:00
parent 0e06f6705a
commit 4b0498d78c

View File

@ -1,6 +1,6 @@
Name: socket_wrapper
Version: 1.3.3
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD
Summary: A library passing all socket communications through Unix sockets
@ -41,7 +41,7 @@ Applications with the need to call socket_wrapper_enabled() should link against
%package -n libsocket_wrapper_noop-devel
Summary: Development headers for libsocket_wrapper_noop
Requires: libsocket_wrapper_noop0 = %{version}
Requires: libsocket_wrapper_noop = %{version}
%description -n libsocket_wrapper_noop-devel
Development headers for applications with the need to call
@ -90,6 +90,9 @@ LD_PRELOAD=%{__cmake_builddir}/src/libsocket_wrapper.so bash -c '>/dev/null'
%{_libdir}/pkgconfig/socket_wrapper_noop.pc
%changelog
* Thu Apr 22 2021 Andreas Schneider <asn@redhat.com> - 1.3.3-2
- Fix require of libsocket_wrapper_noop-devel
* Wed Feb 03 2021 Andreas Schneider <asn@redhat.com> - 1.3.3-1
- Update to version 1.3.3
* https://gitlab.com/cwrap/socket_wrapper/-/blob/socket_wrapper-1.3.3/CHANGELOG