From f56fe64a3cd5aac5b19873ad371d8549d3474c9b Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jan 23 2013 17:39:42 +0000 Subject: don't tag the unit file as a configuration file --- diff --git a/certmonger.spec b/certmonger.spec index 964a3b8..db984d5 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -197,12 +197,13 @@ exit 0 %attr(0644,root,root) %config(noreplace) /etc/tmpfiles.d/certmonger.conf %endif %if %{systemd} -%config(noreplace) %{_unitdir}/* +%{_unitdir}/* %endif %changelog * Wed Jan 23 2013 Nalin Dahyabhai 0.66-1 - build as position-independent executables with early binding (#883966) +- also don't tag the unit file as a configuration file (internal tooling) * Wed Jan 23 2013 Nalin Dahyabhai 0.65-2 - don't tag the D-Bus session .service file as a configuration file (internal