From b06f52063b21a59c9a1b388c27804a8e4e1f3c97 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 24 Jul 2017 15:35:05 +0200 Subject: [PATCH] update URL of the upstream source tarball --- acl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/acl.spec b/acl.spec index dbc60a3..2c7c635 100644 --- a/acl.spec +++ b/acl.spec @@ -1,13 +1,13 @@ Summary: Access control list utilities Name: acl Version: 2.2.52 -Release: 15%{?dist} +Release: 16%{?dist} BuildRequires: gawk BuildRequires: gettext BuildRequires: libattr-devel BuildRequires: libtool Requires: libacl = %{version}-%{release} -Source: http://download.savannah.gnu.org/releases-noredirect/acl/acl-%{version}.src.tar.gz +Source: https://download-mirror.savannah.gnu.org/releases/acl/acl-%{version}.src.tar.gz # fix a typo in setfacl(1) man page (#675451) Patch1: 0001-acl-2.2.49-bz675451.patch @@ -127,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}* %{_libdir}/libacl.so.* %changelog +* Mon Jul 24 2017 Kamil Dudka 2.2.52-16 +- update URL of the upstream source tarball + * Thu May 18 2017 Kamil Dudka 2.2.52-15 - setfacl.1: document the meaning of '-' in perms (#1337039) - avoid failure of %%check when building as root (#1085389)