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
This commit is contained in:
Reinhard Max 2020-05-07 08:00:58 +00:00 committed by Git OBS Bridge
parent 734d4c7e06
commit c35dc1271b
2 changed files with 8 additions and 3 deletions

View File

@ -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 <andreas.stieger@gmx.de>

View File

@ -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