]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
config: files under /usr/lib/sysctl.d (_sysctldir) aren't %config.
authorMark Wielaard <mark@klomp.org>
Thu, 2 Nov 2017 15:53:10 +0000 (16:53 +0100)
committerMark Wielaard <mark@klomp.org>
Fri, 10 Nov 2017 15:32:21 +0000 (16:32 +0100)
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>
config/ChangeLog
config/elfutils.spec.in

index de0d890d2c243261e003649f8615125df7e1923f..ae40cc07d32ce732c0359e97f6f228cfe730c4a0 100644 (file)
@@ -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.
index 439fcb731b4b5036da033fbc0f0737c999948897..1d0a4f8e2422e78bceff7c928544f125349d151a 100644 (file)
@@ -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.