Yuchen Lin 2020-05-26 15:14:10 +00:00 committed by Git OBS Bridge
commit 37c03bb0db
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue May 19 15:40:26 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Fixup previous fix: use the defined macro %_unitdir for the
systemd unit.
-------------------------------------------------------------------
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}%{_unitdir}/modem@.service
install -Dm 644 %{SOURCE16} %{buildroot}%{_udevrulesdir}/90-modem.rules
%if 0%{?suse_version} < 1330
@ -220,8 +220,7 @@ 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
%{_unitdir}/modem@.service
%dir %{_udevrulesdir}
%{_udevrulesdir}/90-modem.rules