Accepting request 563316 from home:fbui:systemd:Factory
- Import commit 82dbe8a2ae56649231111eaadd4c302a2d2175ee 8c7f0c449 service: Don't stop unneeded units needed by restarted service (bsc#1066156) 869be64ce sysctl: use raw file descriptor in sysctl_write (#7753) 0c2400810 sysctl: disable buffer while writing to /proc (bsc#1071558) 9eb1f30b8 Use read_line() and LONG_LINE_MAX to read values configuration files. (bsc#1071558) 4dbea654f def: add new constant LONG_LINE_MAX 48f14cd71 fileio: add new helper call read_line() as bounded getline() replacement 861e1a222 build-sys: udevadm should have LOG_REALM=LOG_REALM_UDEV 8ed5cf3fb meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666) a9f93f1d0 virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581) (bsc#1048510) fe56abdf9 seccomp: arm64/x32 do not have _sysctl c9194fe37 seccomp: arm64 does not have mmap2 31d9b3c32 fs-util: small tweak in chase_symlinks() 9dd0bc7a3 meson: do not include man/meson.build if xsltproc not found 7e29e2b07 analyze: replace --no-man with --man=no in the man page (bsc#1068251) OBS-URL: https://build.opensuse.org/request/show/563316 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1002
This commit is contained in:
parent
9c4c368b59
commit
834026bfeb
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:41f96893041fe93197c142ca64f51f882e6c5d4c50c774091e5ff4fc36a814e0
|
oid sha256:3b761b2045a378ccd840e3e95257adc1de122b6864706a3a521f86ceff7782fc
|
||||||
size 3352496
|
size 3353740
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 10 11:04:21 UTC 2018 - fbui@suse.com
|
||||||
|
|
||||||
|
- Import commit 82dbe8a2ae56649231111eaadd4c302a2d2175ee
|
||||||
|
|
||||||
|
8c7f0c449 service: Don't stop unneeded units needed by restarted service (bsc#1066156)
|
||||||
|
869be64ce sysctl: use raw file descriptor in sysctl_write (#7753)
|
||||||
|
0c2400810 sysctl: disable buffer while writing to /proc (bsc#1071558)
|
||||||
|
9eb1f30b8 Use read_line() and LONG_LINE_MAX to read values configuration files. (bsc#1071558)
|
||||||
|
4dbea654f def: add new constant LONG_LINE_MAX
|
||||||
|
48f14cd71 fileio: add new helper call read_line() as bounded getline() replacement
|
||||||
|
861e1a222 build-sys: udevadm should have LOG_REALM=LOG_REALM_UDEV
|
||||||
|
8ed5cf3fb meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666)
|
||||||
|
a9f93f1d0 virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581) (bsc#1048510)
|
||||||
|
fe56abdf9 seccomp: arm64/x32 do not have _sysctl
|
||||||
|
c9194fe37 seccomp: arm64 does not have mmap2
|
||||||
|
31d9b3c32 fs-util: small tweak in chase_symlinks()
|
||||||
|
9dd0bc7a3 meson: do not include man/meson.build if xsltproc not found
|
||||||
|
7e29e2b07 analyze: replace --no-man with --man=no in the man page (bsc#1068251)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 4 07:53:34 UTC 2017 - pavlix@pavlix.net
|
Mon Dec 4 07:53:34 UTC 2017 - pavlix@pavlix.net
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package systemd-mini
|
# spec file for package systemd-mini
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 10 11:04:21 UTC 2018 - fbui@suse.com
|
||||||
|
|
||||||
|
- Import commit 82dbe8a2ae56649231111eaadd4c302a2d2175ee
|
||||||
|
|
||||||
|
8c7f0c449 service: Don't stop unneeded units needed by restarted service (bsc#1066156)
|
||||||
|
869be64ce sysctl: use raw file descriptor in sysctl_write (#7753)
|
||||||
|
0c2400810 sysctl: disable buffer while writing to /proc (bsc#1071558)
|
||||||
|
9eb1f30b8 Use read_line() and LONG_LINE_MAX to read values configuration files. (bsc#1071558)
|
||||||
|
4dbea654f def: add new constant LONG_LINE_MAX
|
||||||
|
48f14cd71 fileio: add new helper call read_line() as bounded getline() replacement
|
||||||
|
861e1a222 build-sys: udevadm should have LOG_REALM=LOG_REALM_UDEV
|
||||||
|
8ed5cf3fb meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666)
|
||||||
|
a9f93f1d0 virt: use XENFEAT_dom0 to detect the hardware domain (#6442, #6662) (#7581) (bsc#1048510)
|
||||||
|
fe56abdf9 seccomp: arm64/x32 do not have _sysctl
|
||||||
|
c9194fe37 seccomp: arm64 does not have mmap2
|
||||||
|
31d9b3c32 fs-util: small tweak in chase_symlinks()
|
||||||
|
9dd0bc7a3 meson: do not include man/meson.build if xsltproc not found
|
||||||
|
7e29e2b07 analyze: replace --no-man with --man=no in the man page (bsc#1068251)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 4 07:53:34 UTC 2017 - pavlix@pavlix.net
|
Mon Dec 4 07:53:34 UTC 2017 - pavlix@pavlix.net
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package systemd
|
# spec file for package systemd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user