From 65aba6bdca1acdd5637665194a528ebbad0449f1 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Nov 02 2017 15:57:15 +0000 Subject: 0.170-2 - Config files under /usr/lib/sysctl.d (_sysctldir) aren't %config. Resolves: #1506660 --- diff --git a/elfutils.spec b/elfutils.spec index 6978ad4..7ac278f 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,7 +1,7 @@ Name: elfutils Summary: A collection of utilities and DSOs to handle ELF files and DWARF data Version: 0.170 -%global baserelease 1 +%global baserelease 2 URL: http://elfutils.org/ %global source_url ftp://sourceware.org/pub/elfutils/%{version}/ License: GPLv3+ and (GPLv2+ or LGPLv3+) @@ -296,10 +296,14 @@ rm -rf ${RPM_BUILD_ROOT} %if %{provide_yama_scope} %files default-yama-scope %defattr(-,root,root) -%config(noreplace) %{_sysctldir}/10-default-yama-scope.conf +%{_sysctldir}/10-default-yama-scope.conf %endif %changelog +* Thu Nov 2 2017 Mark Wielaard - 0.170-2 +- Config files under /usr/lib/sysctl.d (_sysctldir) aren't %config (#1506660) + Admin can place the real config file under /etc/sysctl.d as override. + * Thu Aug 3 2017 Mark Wielaard - 0.170-1 - New upstream release. Remove upstreamed patches. - provide_yama_scope for either fedora >= 22 and rhel >= 7.