Accepting request 659326 from Base:System
- Drop rfkill-block@.service and rfkill-unblock@.service that functionally conflict with systemd-rfkill@.service (boo#1092820#c13). - Drop rfkill-block@.service and rfkill-unblock@.service that functionally conflict with systemd-rfkill@.service (boo#1092820#c13). - Drop rfkill-block@.service and rfkill-unblock@.service that functionally conflict with systemd-rfkill@.service (boo#1092820#c13). OBS-URL: https://build.opensuse.org/request/show/659326 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=234
This commit is contained in:
commit
c9396f1e58
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 19:08:35 CET 2018 - sbrabec@suse.com
|
||||
|
||||
- Drop rfkill-block@.service and rfkill-unblock@.service that
|
||||
functionally conflict with systemd-rfkill@.service
|
||||
(boo#1092820#c13).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 21 17:55:03 CET 2018 - sbrabec@suse.com
|
||||
|
||||
|
@ -140,8 +140,6 @@ Source13: %{_name}.keyring
|
||||
Source14: runuser.pamd
|
||||
Source15: runuser-l.pamd
|
||||
Source16: su-l.pamd
|
||||
Source41: rfkill-block@.service
|
||||
Source42: rfkill-unblock@.service
|
||||
#
|
||||
Source51: blkid.conf
|
||||
##
|
||||
@ -599,8 +597,6 @@ install -m 644 %{SOURCE15} %{buildroot}%{_sysconfdir}/pam.d/runuser-l
|
||||
install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/pam.d/su
|
||||
install -m 644 %{SOURCE16} %{buildroot}%{_sysconfdir}/pam.d/su-l
|
||||
install -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/default/su
|
||||
install -Dm644 %{SOURCE41} %{buildroot}%{_unitdir}/rfkill-block@.service
|
||||
install -Dm644 %{SOURCE42} %{buildroot}%{_unitdir}/rfkill-unblock@.service
|
||||
%endif
|
||||
#
|
||||
# util-linux install
|
||||
@ -862,8 +858,6 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
||||
%doc Documentation/mount.txt
|
||||
%doc Documentation/pg.txt
|
||||
%{_unitdir}/raw.service
|
||||
%{_unitdir}/rfkill-block@.service
|
||||
%{_unitdir}/rfkill-unblock@.service
|
||||
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/raw
|
||||
%config(noreplace) %{_sysconfdir}/filesystems
|
||||
%config(noreplace) %{_sysconfdir}/blkid.conf
|
||||
|
@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=RFKill-Block %I
|
||||
After=rfkill-unblock@all.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/sbin/rfkill block %I
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=RFKill-Unblock %I
|
||||
After=rfkill-block@all.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/sbin/rfkill unblock %I
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 19:08:35 CET 2018 - sbrabec@suse.com
|
||||
|
||||
- Drop rfkill-block@.service and rfkill-unblock@.service that
|
||||
functionally conflict with systemd-rfkill@.service
|
||||
(boo#1092820#c13).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 21 17:55:03 CET 2018 - sbrabec@suse.com
|
||||
|
||||
|
@ -140,8 +140,6 @@ Source13: %{_name}.keyring
|
||||
Source14: runuser.pamd
|
||||
Source15: runuser-l.pamd
|
||||
Source16: su-l.pamd
|
||||
Source41: rfkill-block@.service
|
||||
Source42: rfkill-unblock@.service
|
||||
#
|
||||
Source51: blkid.conf
|
||||
##
|
||||
@ -599,8 +597,6 @@ install -m 644 %{SOURCE15} %{buildroot}%{_sysconfdir}/pam.d/runuser-l
|
||||
install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/pam.d/su
|
||||
install -m 644 %{SOURCE16} %{buildroot}%{_sysconfdir}/pam.d/su-l
|
||||
install -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/default/su
|
||||
install -Dm644 %{SOURCE41} %{buildroot}%{_unitdir}/rfkill-block@.service
|
||||
install -Dm644 %{SOURCE42} %{buildroot}%{_unitdir}/rfkill-unblock@.service
|
||||
%endif
|
||||
#
|
||||
# util-linux install
|
||||
@ -862,8 +858,6 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
||||
%doc Documentation/mount.txt
|
||||
%doc Documentation/pg.txt
|
||||
%{_unitdir}/raw.service
|
||||
%{_unitdir}/rfkill-block@.service
|
||||
%{_unitdir}/rfkill-unblock@.service
|
||||
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/raw
|
||||
%config(noreplace) %{_sysconfdir}/filesystems
|
||||
%config(noreplace) %{_sysconfdir}/blkid.conf
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 19:08:35 CET 2018 - sbrabec@suse.com
|
||||
|
||||
- Drop rfkill-block@.service and rfkill-unblock@.service that
|
||||
functionally conflict with systemd-rfkill@.service
|
||||
(boo#1092820#c13).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 21 17:55:03 CET 2018 - sbrabec@suse.com
|
||||
|
||||
|
@ -140,8 +140,6 @@ Source13: %{_name}.keyring
|
||||
Source14: runuser.pamd
|
||||
Source15: runuser-l.pamd
|
||||
Source16: su-l.pamd
|
||||
Source41: rfkill-block@.service
|
||||
Source42: rfkill-unblock@.service
|
||||
#
|
||||
Source51: blkid.conf
|
||||
##
|
||||
@ -599,8 +597,6 @@ install -m 644 %{SOURCE15} %{buildroot}%{_sysconfdir}/pam.d/runuser-l
|
||||
install -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/pam.d/su
|
||||
install -m 644 %{SOURCE16} %{buildroot}%{_sysconfdir}/pam.d/su-l
|
||||
install -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/default/su
|
||||
install -Dm644 %{SOURCE41} %{buildroot}%{_unitdir}/rfkill-block@.service
|
||||
install -Dm644 %{SOURCE42} %{buildroot}%{_unitdir}/rfkill-unblock@.service
|
||||
%endif
|
||||
#
|
||||
# util-linux install
|
||||
@ -862,8 +858,6 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || :
|
||||
%doc Documentation/mount.txt
|
||||
%doc Documentation/pg.txt
|
||||
%{_unitdir}/raw.service
|
||||
%{_unitdir}/rfkill-block@.service
|
||||
%{_unitdir}/rfkill-unblock@.service
|
||||
%config(noreplace) %attr(644,root,root) %{_sysconfdir}/raw
|
||||
%config(noreplace) %{_sysconfdir}/filesystems
|
||||
%config(noreplace) %{_sysconfdir}/blkid.conf
|
||||
|
Loading…
Reference in New Issue
Block a user