From 3c6d9062b89ec33b4ce8de63eb4e970d78b8168305fc1a7df4e89021cdae9bfa Mon Sep 17 00:00:00 2001 From: David Anes Date: Wed, 6 Sep 2023 10:11:10 +0000 Subject: [PATCH] Accepting request 1109245 from home:david.anes:branches:network - 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 - add fortified-strlcpy-fix.patch (bsc#1214616, bsc#1214249) OBS-URL: https://build.opensuse.org/request/show/1109245 OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=110 --- ...cpy-fix.patch => rsync-fortified-strlcpy-fix.patch | 0 rsync.changes | 11 ++++++++++- rsync.spec | 3 ++- 3 files changed, 12 insertions(+), 2 deletions(-) rename fortified-strlcpy-fix.patch => rsync-fortified-strlcpy-fix.patch (100%) diff --git a/fortified-strlcpy-fix.patch b/rsync-fortified-strlcpy-fix.patch similarity index 100% rename from fortified-strlcpy-fix.patch rename to rsync-fortified-strlcpy-fix.patch diff --git a/rsync.changes b/rsync.changes index d965750..f3caada 100644 --- a/rsync.changes +++ b/rsync.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Wed Sep 6 09:19:36 UTC 2023 - Thorsten Kukuk @@ -8,7 +17,7 @@ Wed Sep 6 09:19:36 UTC 2023 - Thorsten Kukuk ------------------------------------------------------------------- Tue Sep 5 12:07:57 UTC 2023 - Dirk Müller -- add fortified-strlcpy-fix.patch (bsc#1214616) +- add fortified-strlcpy-fix.patch (bsc#1214616, bsc#1214249) ------------------------------------------------------------------- Tue Sep 5 11:11:04 UTC 2023 - Fabian Vogt diff --git a/rsync.spec b/rsync.spec index 6df139c..426ea89 100644 --- a/rsync.spec +++ b/rsync.spec @@ -55,7 +55,7 @@ Source11: https://rsync.samba.org/ftp/rsync/src/rsync-patches-%{version}.t Source12: %{name}.keyring Source13: rsyncd Patch0: rsync-no-libattr.patch -Patch1: fortified-strlcpy-fix.patch +Patch1: rsync-fortified-strlcpy-fix.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: c++_compiler @@ -67,6 +67,7 @@ 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}