Accepting request 1109258 from home:david.anes:branches:network

OBS-URL: https://build.opensuse.org/request/show/1109258
OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=111
This commit is contained in:
David Anes 2023-09-06 11:08:14 +00:00 committed by Git OBS Bridge
parent 3c6d9062b8
commit 212d5c8a62
2 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,6 @@
-------------------------------------------------------------------
Wed Sep 6 09:52:41 UTC 2023 - David Anes <david.anes@suse.com>
- Add missing runtime dependency to libxxhash when rsync builds
against it. (bsc#1214515)
- Rename patch to follow naming patch policies:
fortified-strlcpy-fix.patch -> rsync-fortified-strlcpy-fix.patch

View File

@ -67,7 +67,6 @@ BuildRequires: popt-devel
BuildRequires: systemd-rpm-macros
BuildRequires: zlib-devel
%if %{with xxhash}
Requires: libxxhash >= 0.8.0
BuildRequires: pkgconfig(libxxhash) >= 0.8.0
%endif
%if %{with gcc11}