From c35dc1271b18eb79c57f8d0ab9036999944adc39150b8581966ca6cd07f2806e Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Thu, 7 May 2020 08:00:58 +0000 Subject: [PATCH] Accepting request 800960 from home:pgajdos:libexec - /usr/lib/systemd instead %{_libexecdir}/systemd OBS-URL: https://build.opensuse.org/request/show/800960 OBS-URL: https://build.opensuse.org/package/show/network/ppp?expand=0&rev=57 --- ppp.changes | 5 +++++ ppp.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ppp.changes b/ppp.changes index 412d44e..e088f38 100644 --- a/ppp.changes +++ b/ppp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 7 07:42:50 UTC 2020 - pgajdos@suse.com + +- /usr/lib/systemd instead %{_libexecdir}/systemd + ------------------------------------------------------------------- Sun Apr 26 21:10:15 UTC 2020 - Andreas Stieger diff --git a/ppp.spec b/ppp.spec index a6bf538..eca5726 100644 --- a/ppp.spec +++ b/ppp.spec @@ -184,7 +184,7 @@ install -d 755 %{buildroot}%{_sysconfdir}/pam.d install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/ppp install -m 644 %{SOURCE13} %{buildroot}%{_mandir}/man8/pppoe-discovery.8.gz install -Dm 644 %{SOURCE14} %{buildroot}%{_sysconfdir}/ppp/chatscripts/modem.chat -install -Dm 644 %{SOURCE15} %{buildroot}%{_libexecdir}/systemd/system/modem@.service +install -Dm 644 %{SOURCE15} %{buildroot}/usr/lib/systemd/system/modem@.service install -Dm 644 %{SOURCE16} %{buildroot}%{_udevrulesdir}/90-modem.rules %if 0%{?suse_version} < 1330 @@ -220,8 +220,8 @@ getent group %{_group} >/dev/null || %{_sbindir}/groupadd -r %{_group} %config(noreplace) %{_sysconfdir}/ppp/peers/modem %dir %{_sysconfdir}/ppp/chatscripts %config(noreplace) %{_sysconfdir}/ppp/chatscripts/modem.chat -%dir %{_libexecdir}/systemd/system -%{_libexecdir}/systemd/system/modem@.service +%dir /usr/lib/systemd/system +/usr/lib/systemd/system/modem@.service %dir %{_udevrulesdir} %{_udevrulesdir}/90-modem.rules