summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 <[email protected]>
+
+ * elfutils.spec.in: Config files under /usr/lib/sysctl.d (_sysctldir)
+ aren't %config.
+
2017-10-24 Mark Wielaard <[email protected]>
* 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 <[email protected]> 0.170-1
+* Wed Aug 2 2017 Mark Wielaard <[email protected]> 0.170-1
- libdw: Added new DWARF5 attribute, tag, character encoding,
language code, calling convention, defaulted member function
and macro constants to dwarf.h.