From 146845f7f095f482ec9bf7e315cdca477b5114ef Mon Sep 17 00:00:00 2001 From: Carl George Date: Sun, 8 Jul 2018 22:02:25 -0500 Subject: [PATCH] Remove %%config from systemd unit file https://fedoraproject.org/wiki/Packaging:Systemd#.25files_section --- uwsgi.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uwsgi.spec b/uwsgi.spec index e499e48..296e591 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -1407,7 +1407,7 @@ fi %{_sbindir}/uwsgi %config(noreplace) %{_sysconfdir}/uwsgi.ini %if %{with systemd} -%config %{_unitdir}/uwsgi.service +%{_unitdir}/uwsgi.service %{_tmpfilesdir}/uwsgi.conf %else %{_initddir}/uwsgi @@ -1815,6 +1815,7 @@ fi - Use systemd tmpfiles to create /run/uwsgi with group write permissions (rhbz#1427303) - Use /var/run/uwsgi when not using systemd - Build with versioned python command +- Remove %%config from systemd unit file * Tue Jul 03 2018 Petr Pisar - 2.0.16-7 - Perl 5.28 rebuild