summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2017-11-02 16:53:10 +0100
committerMark Wielaard <mark@klomp.org>2017-11-10 16:32:21 +0100
commitcc1d7e7612e9bd43a299fd1e2237f837f84e6f04 (patch)
tree90cf47700e1e909cdc308ea81ba3994416bfe0fe /config
parentab6b37ac32ddf2f2f11f800a770170814f5cbb8b (diff)
downloadelfutils-cc1d7e7612e9bd43a299fd1e2237f837f84e6f04.tar.gz
config: files under /usr/lib/sysctl.d (_sysctldir) aren't %config.
Admin can place the real config file under /etc/sysctl.d as override. https://bugzilla.redhat.com/show_bug.cgi?id=1506660 Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog5
-rw-r--r--config/elfutils.spec.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index de0d890d..ae40cc07 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-02 Mark Wielaard <mark@klomp.org>
+
+ * elfutils.spec.in: Config files under /usr/lib/sysctl.d (_sysctldir)
+ aren't %config.
+
2017-10-24 Mark Wielaard <mark@klomp.org>
* eu.am (AM_CFLAGS): Handle -Wno-packed-not-aligned.
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in
index 439fcb73..1d0a4f8e 100644
--- a/config/elfutils.spec.in
+++ b/config/elfutils.spec.in
@@ -224,10 +224,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/libelf.a
%files default-yama-scope
-%config(noreplace) %{_sysctldir}/10-default-yama-scope.conf
+%{_sysctldir}/10-default-yama-scope.conf
%changelog
-* Wed Aug 2 2017 Mark Wielaard <mark@gmail.com> 0.170-1
+* Wed Aug 2 2017 Mark Wielaard <mark@klomp.org> 0.170-1
- libdw: Added new DWARF5 attribute, tag, character encoding,
language code, calling convention, defaulted member function
and macro constants to dwarf.h.