From 64b07e2fc1d770e12b97ef0296a62f80984d88c0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Oct 10 2017 21:30:42 +0000 Subject: consistently use %{_unitdir} macro --- diff --git a/avahi.spec b/avahi.spec index 88c81f4..dca327d 100644 --- a/avahi.spec +++ b/avahi.spec @@ -18,7 +18,7 @@ Name: avahi Version: 0.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Local network service discovery License: LGPLv2+ URL: http://avahi.org @@ -356,7 +356,7 @@ NOCONFIGURE=1 ./autogen.sh --with-avahi-priv-access-group=avahi \ --with-autoipd-user=avahi-autoipd \ --with-autoipd-group=avahi-autoipd \ - --with-systemdsystemunitdir=/usr/lib/systemd/system \ + --with-systemdsystemunitdir=%{_unitdir} \ --enable-introspection=no \ %if %{WITH_COMPAT_DNSSD} --enable-compat-libdns_sd \ @@ -661,6 +661,9 @@ exit 0 %changelog +* Sat Oct 07 2017 Rex Dieter - 0.7-5 +- consistently use %%{_unitdir} macro + * Mon Oct 02 2017 Troy Dawson - 0.7-4 - Cleanup spec file conditionals