Accepting request 753452 from home:fbui:systemd:openSUSE-Factory
- Import commit dbb1d4734daffa62e0eddecfa4f784c84a9d8e76 1439d72a72 udevd: don't use monitor after manager_exit() 99288dd778 Revert "udevd: fix crash when workers time out after exit is signal caught" 152577d6d0 udevd: fix crash when workers time out after exit is signal caught f854991504 udevd: wait for workers to finish when exiting (bsc#1106383) Changes from the v243-stable (84 commits): e51d9bf9e5 man: add entry about SpeedMeter= aa1fc791c7 udev: silence warning about PROGRAM+= or IMPORT+= rules b9a619bb67 udevadm: ignore EROFS and return earlier 1ec5b9f80c basic: add vmware hypervisor detection from device-tree 7fa7080248 umount: be happy if /proc/swaps doesn't exist [...] 47d0e23d26 udev: fix memleak caused by wrong cleanup function a6fb0542c5 parse_hwdb: fix compatibility with pyparsing 2.4.* cb1d892f17 parse_hwdb: process files in order OBS-URL: https://build.opensuse.org/request/show/753452 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1081
This commit is contained in:
parent
ef73e361b7
commit
ce7fc68a4f
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 16:56:31 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import commit dbb1d4734daffa62e0eddecfa4f784c84a9d8e76
|
||||
|
||||
1439d72a72 udevd: don't use monitor after manager_exit()
|
||||
99288dd778 Revert "udevd: fix crash when workers time out after exit is signal caught"
|
||||
152577d6d0 udevd: fix crash when workers time out after exit is signal caught
|
||||
f854991504 udevd: wait for workers to finish when exiting (bsc#1106383)
|
||||
|
||||
Changes from the v243-stable (84 commits):
|
||||
|
||||
e51d9bf9e5 man: add entry about SpeedMeter=
|
||||
aa1fc791c7 udev: silence warning about PROGRAM+= or IMPORT+= rules
|
||||
b9a619bb67 udevadm: ignore EROFS and return earlier
|
||||
1ec5b9f80c basic: add vmware hypervisor detection from device-tree
|
||||
7fa7080248 umount: be happy if /proc/swaps doesn't exist
|
||||
[...]
|
||||
47d0e23d26 udev: fix memleak caused by wrong cleanup function
|
||||
a6fb0542c5 parse_hwdb: fix compatibility with pyparsing 2.4.*
|
||||
cb1d892f17 parse_hwdb: process files in order
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:15:03 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! #####
|
||||
%define mini -mini
|
||||
%define min_kernel_version 4.5
|
||||
%define suse_version +suse.135.g0b715187a8
|
||||
%define suse_version +suse.225.gdbb1d4734d
|
||||
|
||||
%bcond_with gnuefi
|
||||
%if 0%{?bootstrap}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ee8ed4694914a70e8831b9f5b88f23167e2fc87ca8893d991495de13f19ba74
|
||||
size 5618704
|
3
systemd-v243+suse.225.gdbb1d4734d.tar.xz
Normal file
3
systemd-v243+suse.225.gdbb1d4734d.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75e337763ce116e5e9125f6cd96c015ad29416f47c9bfe063f25478b532569d0
|
||||
size 5619504
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 3 16:56:31 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import commit dbb1d4734daffa62e0eddecfa4f784c84a9d8e76
|
||||
|
||||
1439d72a72 udevd: don't use monitor after manager_exit()
|
||||
99288dd778 Revert "udevd: fix crash when workers time out after exit is signal caught"
|
||||
152577d6d0 udevd: fix crash when workers time out after exit is signal caught
|
||||
f854991504 udevd: wait for workers to finish when exiting (bsc#1106383)
|
||||
|
||||
Changes from the v243-stable (84 commits):
|
||||
|
||||
e51d9bf9e5 man: add entry about SpeedMeter=
|
||||
aa1fc791c7 udev: silence warning about PROGRAM+= or IMPORT+= rules
|
||||
b9a619bb67 udevadm: ignore EROFS and return earlier
|
||||
1ec5b9f80c basic: add vmware hypervisor detection from device-tree
|
||||
7fa7080248 umount: be happy if /proc/swaps doesn't exist
|
||||
[...]
|
||||
47d0e23d26 udev: fix memleak caused by wrong cleanup function
|
||||
a6fb0542c5 parse_hwdb: fix compatibility with pyparsing 2.4.*
|
||||
cb1d892f17 parse_hwdb: process files in order
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 14:15:03 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define bootstrap 0
|
||||
%define mini %nil
|
||||
%define min_kernel_version 4.5
|
||||
%define suse_version +suse.135.g0b715187a8
|
||||
%define suse_version +suse.225.gdbb1d4734d
|
||||
|
||||
%bcond_with gnuefi
|
||||
%if 0%{?bootstrap}
|
||||
|
Loading…
Reference in New Issue
Block a user