Revisions of systemd

Franck Bui's avatar Franck Bui (fbui) committed (revision 1495)
- Import commit 31f1148f75a1155d3eb37fd1a450096d669ec65b
  31f1148f75 seccomp: include `fchmodat2` in `@file-system` (bsc#1219766)
  001f349c57 service: Demote log level of NotifyAccess= messages to debug (bsc#1210113 jsc#PED-6214)
Franck Bui's avatar Franck Bui (fbui) accepted request 1148086 from Daan De Meyer's avatar Daan De Meyer (daandemeyer) (revision 1494)
- Add a new %upstream macro to support building from upstream sources. This
  will allow upstream to build systemd rpms using the opensuse systemd packaging
  specs. These rpms will be built and used in upstream's mkosi based hacking and
  testing environment to test changes and in the future to run integration tests
  as well. By building the rpms using the opensuse packaging specs, the idea is
  to catch more issues ahead of time as the mkosi environment will behave more
  like a regular opensuse system.
- Add new %version_override and %version_release macros to allow overriding the
  version and release of the rpm respectively.
Franck Bui's avatar Franck Bui (fbui) committed (revision 1493)
- Import commit 53e2aaaf9d69fb1c8f6ae2c9f8a99b02d70d318f
  53e2aaaf9d vconsole-setup: don't fail if the only found vc is already used by plymouth (bsc#1218618)
  22c4878430 vconsole-setup: port to main-func.h boilerplate
Franck Bui's avatar Franck Bui (fbui) committed (revision 1492)
- systemd-testsuite: depend on "qemu" instead of "qemu-kvm", the latter is
  obsolete. (bsc#1218684)
Franck Bui's avatar Franck Bui (fbui) committed (revision 1491)
- Import commit fbf9f32eb774ba6ec54e0d5d53b36baaf3e6b146
  fbf9f32eb7 test/test-shutdown.py: optionally display the test I/Os in a dedicated log file
  cd012774df test-69: send SIGTERM to ask systemd-nspawn to properly stop the container
  d883b83244 man: Document ranges for distributions config files and local config files
Franck Bui's avatar Franck Bui (fbui) committed (revision 1490)
- Import commit fa94ab006d09686cef121aaa3baa10cf5ca95e19 (merge of v254.9)
  For a complete list of changes, visit:
  https://github.com/openSUSE/systemd/compare/67a5ac1043417d900bf417a884372ae14a96ef69...fa94ab006d09686cef121aaa3baa10cf5ca95e19
Franck Bui's avatar Franck Bui (fbui) committed (revision 1489)
- Update the version of libbpf dlopened by systemd (weak dependency) (bsc#1219440)
Franck Bui's avatar Franck Bui (fbui) committed (revision 1488)
- Drop python3-pefile dependency from the experimental package. MicroOs is fond
  of the experimental stuff but OTOH it doesn't ship python3. Let's drop the
  dependency for now, users of ukify are invited to install python3-pe manually.
Franck Bui's avatar Franck Bui (fbui) committed (revision 1487)
- Move systemd-reboot.service from udev to the main package as this service is
  useful in containers.
Franck Bui's avatar Franck Bui (fbui) committed (revision 1486)
reference bsc#1218297 in the changelog
Franck Bui's avatar Franck Bui (fbui) committed (revision 1485)
- Add patches that implement [jsc#PED-5659]
  5003-cgroup-rename-TasksMax-structure-to-CGroupTasksMax.patch
  5004-bus-print-properties-ignore-CGROUP_LIMIT_MAX-for-Mem.patch
  5005-bus-print-properties-prettify-more-unset-properties.patch
  5006-cgroup-Add-EffectiveMemoryMax-EffectiveMemoryHigh-an.patch
  5007-test-Convert-rlimit-test-to-subtest-of-generic-limit.patch
  5008-test-Add-effective-cgroup-limits-testing.patch
  5009-cgroup-Restrict-effective-limits-with-global-resourc.patch
  5010-cgroup-Rename-effective-limits-internal-table.patch
  They are temporarily put in quarantine to get broader testing but should be
  eventually moved to the git repo.
Franck Bui's avatar Franck Bui (fbui) accepted request 1140337 from Giacomo Comes's avatar Giacomo Comes (gcomes.obs) (revision 1484)
- remove pam-config call from post scriptlet of systemd-32bit
  * the full package already does that
Franck Bui's avatar Franck Bui (fbui) committed (revision 1483)
- Add 5001-Revert-udev-update-devlink-with-the-newer-device-nod.patch
      5002-Revert-udev-revert-workarounds-for-issues-caused-by-.patch
  It seems that systemd upstream has a dubious way to fix broken code these
  days... let's revert these hacks until a final decision is taken to solve
  https://github.com/systemd/systemd/issues/28141. See also
  https://github.com/systemd/systemd/pull/30075.
Franck Bui's avatar Franck Bui (fbui) committed (revision 1482)
- Import commit 67a5ac1043417d900bf417a884372ae14a96ef69 (merge of v254.8)
  For a complete list of changes, visit:
  https://github.com/openSUSE/systemd/compare/071ac409a0564863657d8f8a5a35e6a4f914695f...67a5ac1043417d900bf417a884372ae14a96ef69
Franck Bui's avatar Franck Bui (fbui) accepted request 1134609 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 1481)
- udev(-mini)?: ensure %_modulesloaddir exists and is owned
  properly. Allows other packages to install modules without worry
  of the parent directory. We do not ensure /etc/modules-load.d
  exists in the -mini flavor, as that directory is not meant to be
  used by packages.
Franck Bui's avatar Franck Bui (fbui) committed (revision 1480)
document bsc#1218137 in the changelogs
Franck Bui's avatar Franck Bui (fbui) committed (revision 1479)
disable kmod support for the mini flavor, this complements the previous change
Franck Bui's avatar Franck Bui (fbui) accepted request 1134210 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 1478)
- 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.

This should allow us to remove system-module-tools from almost all buildroots.
Franck Bui's avatar Franck Bui (fbui) committed (revision 1477)
- 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
Franck Bui's avatar Franck Bui (fbui) committed (revision 1476)
- Explicitely provide 'group(systemd-journal)' from the main package (bsc#1217852)
Displaying revisions 21 - 40 of 1515
openSUSE Build Service is sponsored by