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
This commit is contained in:
parent
2bc1e2ae43
commit
3c6d9062b8
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 6 09:19:36 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
@ -8,7 +17,7 @@ Wed Sep 6 09:19:36 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 5 12:07:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <fvogt@suse.com>
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user