From 212d5c8a62083cf235a8530562108d348433315343589226462c6b6467eae97b Mon Sep 17 00:00:00 2001 From: David Anes Date: Wed, 6 Sep 2023 11:08:14 +0000 Subject: [PATCH] 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 --- rsync.changes | 3 --- rsync.spec | 1 - 2 files changed, 4 deletions(-) diff --git a/rsync.changes b/rsync.changes index f3caada..ba41ba9 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,9 +1,6 @@ ------------------------------------------------------------------- Wed Sep 6 09:52:41 UTC 2023 - David Anes -- 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 diff --git a/rsync.spec b/rsync.spec index 426ea89..50bd30d 100644 --- a/rsync.spec +++ b/rsync.spec @@ -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}