From b5abe96af334c7a5b5a76d2c9536e17054866b7e Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Wed, 3 May 2017 08:54:53 +0200 Subject: [PATCH] Added virtual provide for zlib library --- rsync.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rsync.spec b/rsync.spec index 42704a2..1bf4d16 100644 --- a/rsync.spec +++ b/rsync.spec @@ -9,7 +9,7 @@ Summary: A program for synchronizing files over a network Name: rsync Version: 3.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Group: Applications/Internet URL: http://rsync.samba.org/ @@ -23,6 +23,8 @@ Source6: rsyncd@.service BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel, systemd-units #Requires: zlib +#Added virtual provide for zlib due to https://fedoraproject.org/wiki/Bundled_Libraries?rd=Packaging:Bundled_Libraries +Provides: bundled(zlib) = 1.2.8 License: GPLv3+ Patch0: rsync-man.patch @@ -118,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT %systemd_postun_with_restart rsyncd.service %changelog +* Wed May 03 2017 Michal Ruprich - 3.1.2-4 +- Added virtual provide for zlib library + * Sat Feb 11 2017 Fedora Release Engineering - 3.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild