public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] config: files under /usr/lib/sysctl.d (_sysctldir) aren't %config.
@ 2017-11-02 15:54 Mark Wielaard
  2017-11-10 15:37 ` Mark Wielaard
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Wielaard @ 2017-11-02 15:54 UTC (permalink / raw)
  To: elfutils-devel; +Cc: Mark Wielaard

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        | 5 +++++
 config/elfutils.spec.in | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/config/ChangeLog b/config/ChangeLog
index de0d890..ae40cc0 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 439fcb7..1d0a4f8 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.
-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] config: files under /usr/lib/sysctl.d (_sysctldir) aren't %config.
  2017-11-02 15:54 [PATCH] config: files under /usr/lib/sysctl.d (_sysctldir) aren't %config Mark Wielaard
@ 2017-11-10 15:37 ` Mark Wielaard
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wielaard @ 2017-11-10 15:37 UTC (permalink / raw)
  To: elfutils-devel

On Thu, 2017-11-02 at 16:53 +0100, Mark Wielaard wrote:
> Admin can place the real config file under /etc/sysctl.d as override.
> https://bugzilla.redhat.com/show_bug.cgi?id=1506660

Pushed to master.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-10 15:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-02 15:54 [PATCH] config: files under /usr/lib/sysctl.d (_sysctldir) aren't %config Mark Wielaard
2017-11-10 15:37 ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).