SHA256
1
0
forked from pool/systemd

Accepting request 1103458 from Base:System

- Import commit fcdb2dd2c921db3c6b7c28465dbda314f4469d17 (merge of v253.8)
  For a complete list of changes, visit:
  2dac0aff9c...fcdb2dd2c9

OBS-URL: https://build.opensuse.org/request/show/1103458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=399
This commit is contained in:
Dominique Leuenberger 2023-08-12 13:05:55 +00:00 committed by Git OBS Bridge
commit f0bbae77b0
4 changed files with 33 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f47ae5f0e4f04e059091c9099e9e8ab1bc531fa18ee8fc40347b0ee6eee98eb6
size 8279192

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f98d7387f9ec510d76d955a6353a5033ca8102d624dbd0dbc0b0831743f09ce
size 8282492

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Aug 11 08:31:12 UTC 2023 - Franck Bui <fbui@suse.com>
- Import commit fcdb2dd2c921db3c6b7c28465dbda314f4469d17 (merge of v253.8)
For a complete list of changes, visit:
https://github.com/openSUSE/systemd/compare/2dac0aff9ced1eca0cd11c24e264b33095ee5a5e...fcdb2dd2c921db3c6b7c28465dbda314f4469d17
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 28 14:40:48 UTC 2023 - Franck Bui <fbui@suse.com> Fri Jul 28 14:40:48 UTC 2023 - Franck Bui <fbui@suse.com>

View File

@ -19,7 +19,7 @@
%global flavor @BUILD_FLAVOR@%{nil} %global flavor @BUILD_FLAVOR@%{nil}
%define min_kernel_version 4.5 %define min_kernel_version 4.5
%define archive_version +suse.31.g2dac0aff9c %define archive_version +suse.32.gfcdb2dd2c9
%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
@ -75,7 +75,7 @@
Name: systemd%{?mini} Name: systemd%{?mini}
URL: http://www.freedesktop.org/wiki/Software/systemd URL: http://www.freedesktop.org/wiki/Software/systemd
Version: 253.7 Version: 253.8
Release: 0 Release: 0
Summary: A System and Session Manager Summary: A System and Session Manager
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -352,11 +352,23 @@ Provides: udev = %{version}-%{release}
%endif %endif
%description -n udev%{?mini} %description -n udev%{?mini}
Udev creates and removes device nodes in /dev for devices discovered or This package provides systemd-udevd. The udev daemon receives device uevents
removed from the system. It receives events via kernel netlink messages directly from the kernel whenever it adds or removes a device from the system in
and dispatches them according to rules in %{_udevrulesdir}/. Matching /dev, or it changes its state. When udev receives a device event, it matches its
rules may name a device node, create additional symlinks to the node, configured set of rules, located in %{_udevrulesdir}/, against various device
call tools to initialize a device, or load needed kernel modules. attributes to identify the device. Rules that match may adjust device node
permissions, create meaningful symlink names or provide additional device
information to be stored in the udev database.
The udev daemon may also rename network interfaces and perform various network
device configurations, see systemd.link(5) for more details.
This package also provides various tools and services that operate on devices
exclusively. For example it contains systemd-cryptsetup to manage encrypted
block devices as well as systemd-growfs to instruct the kernel to grow the
mounted filesystem to full size of the underlying block device.
This package shouldn't be necessary in containers.
%package -n libudev%{?mini}1 %package -n libudev%{?mini}1
Summary: Dynamic library to access udev device information Summary: Dynamic library to access udev device information
@ -615,6 +627,9 @@ Requires: systemd-coredump
%if %{with experimental} %if %{with experimental}
Requires: systemd-experimental Requires: systemd-experimental
%endif %endif
%if %{with homed}
Requires: systemd-homed
%endif
%if %{with journal_remote} %if %{with journal_remote}
Requires: systemd-journal-remote Requires: systemd-journal-remote
%endif %endif