From 5f7a0dce420e21b7b816dff6716cbd7257a78ff9 Mon Sep 17 00:00:00 2001 From: chengquan Date: Mon, 17 Feb 2020 15:14:59 +0800 Subject: [PATCH] Add necessary BuildRequire --- rsync.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/rsync.spec b/rsync.spec index a8ded3f..3150c78 100644 --- a/rsync.spec +++ b/rsync.spec @@ -1,6 +1,6 @@ Name: rsync Version: 3.1.3 -Release: 6 +Release: 7 Summary: Fast incremental file transfer utility License: GPLv3+ URL: http://rsync.samba.org/ @@ -12,7 +12,7 @@ Source4: rsyncd.conf Source5: rsyncd.sysconfig Source6: rsyncd@.service -BuildRequires: git gcc systemd libacl-devel libattr-devel autoconf popt-devel +BuildRequires: git gcc systemd libacl-devel libattr-devel autoconf popt-devel make Provides: bundled(zlib) = 1.2.8 rsync-daemon Obsoletes: rsync-daemon %{?systemd_requires} @@ -90,6 +90,12 @@ install -D -m644 %{SOURCE6} %{buildroot}/%{_unitdir}/rsyncd@.service %{_mandir}/man5/rsyncd.conf.5* %changelog +* Mon Feb 17 2020 chengquan - 3.1.3-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Add necessary BuildRequire + * Fri Sep 27 2019 chengquan - 3.1.3-6 - Type:bugfix - ID:NA -- Gitee