forked from pool/systemd
Accepting request 1134212 from Base:System
- udev: only require kmod in the full flavor. udev-mini is only used inside OBS in a strictly defined setup and udev will never have to load device drivers there. - Import commit 071ac409a0564863657d8f8a5a35e6a4f914695f 071ac409a0 rules: set up tty permissions and group for /dev/hvc* nodes f693b3ed8a vconsole-setup: remember the correct error value when open_terminal() fails 963d838bad vconsole-setup: handle the case where the vc is in KD_GRAPHICS mode more gracefully (bsc#1215282) 6f53f71d2d vconsole-setup: simplify error handling OBS-URL: https://build.opensuse.org/request/show/1134212 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=410
This commit is contained in:
commit
b69793bfb0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:85fcae5c382ca7b6a635a103888097b96c1436c165206a342e6713aa482c84f4
|
|
||||||
size 10351072
|
|
3
systemd-v254.5+suse.21.g071ac409a0.tar.xz
Normal file
3
systemd-v254.5+suse.21.g071ac409a0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4b5a0cb1989c2850c7087d2f1c00051878e26505a71ffe3287e27011b81023c8
|
||||||
|
size 10352172
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 20 12:49:09 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- udev: only require kmod in the full flavor. udev-mini is only
|
||||||
|
used inside OBS in a strictly defined setup and udev will never
|
||||||
|
have to load device drivers there.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 20 12:40:55 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Import commit 071ac409a0564863657d8f8a5a35e6a4f914695f
|
||||||
|
|
||||||
|
071ac409a0 rules: set up tty permissions and group for /dev/hvc* nodes
|
||||||
|
f693b3ed8a vconsole-setup: remember the correct error value when open_terminal() fails
|
||||||
|
963d838bad vconsole-setup: handle the case where the vc is in KD_GRAPHICS mode more gracefully (bsc#1215282)
|
||||||
|
6f53f71d2d vconsole-setup: simplify error handling
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 12 08:02:52 UTC 2023 - Franck Bui <fbui@suse.com>
|
Tue Dec 12 08:02:52 UTC 2023 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
|
|
||||||
%define archive_version +suse.17.gce08cd5f66
|
%define archive_version +suse.21.g071ac409a0
|
||||||
|
|
||||||
%define _testsuitedir %{_systemd_util_dir}/tests
|
%define _testsuitedir %{_systemd_util_dir}/tests
|
||||||
%define xinitconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}/X11/xinit
|
%define xinitconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}/X11/xinit
|
||||||
@ -306,7 +306,9 @@ URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
|||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
%systemd_requires
|
%systemd_requires
|
||||||
Requires: filesystem
|
Requires: filesystem
|
||||||
|
%if %{without bootstrap}
|
||||||
Requires: kmod
|
Requires: kmod
|
||||||
|
%endif
|
||||||
Requires: system-group-hardware
|
Requires: system-group-hardware
|
||||||
Requires: group(kvm)
|
Requires: group(kvm)
|
||||||
Requires: group(lp)
|
Requires: group(lp)
|
||||||
|
Loading…
Reference in New Issue
Block a user