From 0e943051ba402fa58f3c6f0087a1d615de584fb1 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 27 Oct 2017 10:04:13 +0200 Subject: [PATCH] config.site: drop %config rpm attribute MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In Fedora – per Packaging:Guidelines – we are discouraged from installing %config files under /usr path. Resolves: rhbz#1506655 Version: 2.69-26 --- autoconf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/autoconf.spec b/autoconf.spec index f1c455c..0381062 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -6,7 +6,7 @@ Summary: A GNU tool for automatically configuring source code Name: autoconf Version: 2.69 -Release: 25%{?dist} +Release: 26%{?dist} License: GPLv2+ and GFDL Source0: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz Source1: config.site @@ -126,7 +126,7 @@ fi # don't include info's TOP directory %exclude %{_infodir}/dir %{_datadir}/autoconf/ -%config %{_datadir}/config.site +%{_datadir}/config.site %if %{with autoconf_enables_emacs} %{_datadir}/emacs/site-lisp/* %endif @@ -135,6 +135,9 @@ fi %changelog +* Fri Oct 27 2017 Pavel Raiskup - 2.69-26 +- drop %%config attribute for /usr/share/config.site file (rhbz#1506655) + * Wed Jul 26 2017 Fedora Release Engineering - 2.69-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild