From dc7e730037c98f81327b0207fc27d4005bf2bf0a Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Mon, 18 Oct 2021 19:30:44 -0400 Subject: [PATCH] fix installation of nginxmods.attr for EPEL 7 Signed-off-by: Felix Kaechele --- nginx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nginx.spec b/nginx.spec index a92d020..3b1621b 100644 --- a/nginx.spec +++ b/nginx.spec @@ -41,7 +41,7 @@ Name: nginx Epoch: 1 Version: 1.20.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A high performance web server and reverse proxy server # BSD License (two clause) @@ -434,7 +434,7 @@ sed -e "s|@@NGINX_ABIVERSION@@|%{nginx_abiversion}|g" \ -e "s|@@NGINX_SRCDIR@@|%{nginx_srcdir}|g" \ %{SOURCE15} > %{buildroot}%{_rpmmacrodir}/macros.nginxmods ## Install dependency generator -install -Dpm0644 -t %{buildroot}%{_fileattrsdir} %{SOURCE16} +install -Dpm0644 %{SOURCE16} %{buildroot}%{_fileattrsdir}/nginxmods.attr %pre filesystem @@ -578,6 +578,9 @@ fi %changelog +* Mon Oct 18 2021 Felix Kaechele - 1:1.20.1-9 +- fix installation of nginxmods.attr for EPEL 7 + * Mon Oct 18 2021 Felix Kaechele - 1:1.20.1-8 - Fix "file size changed while zipping" when rotating logs (rhbz#1980948,2015249,2015243)