Accepting request 1132679 from home:tsaupe:branches:Base:System:rsyslog-bsc1217292

require current librelp version (bsc#1217292)

OBS-URL: https://build.opensuse.org/request/show/1132679
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=364
This commit is contained in:
Thomas Blume 2023-12-15 14:20:01 +00:00 committed by Git OBS Bridge
parent a7b17ceed2
commit 020bda13f5

View File

@ -27,6 +27,8 @@
/usr/bin/systemctl set-property "rsyslog.service" Markers=+needs-restart \
%endif
%define requires_file() %( readlink -f '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name} >= %%{epoch}:%%{version}\\n' -f | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
# drop this with next release when doc tarball version lines up
%define rsyslog_major 8.2306
%define rsyslog_patch 0
@ -397,6 +399,8 @@ Requires: %{name} = %{version}
Summary: RELP protocol support module for syslog
Group: System/Daemons
%requires_file %{_libdir}/librelp.so
%description module-relp
Rsyslog is an enhanced multi-threaded syslog daemon. See rsyslog
package.