Revisions of systemd

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 108532 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 91)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 106439 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 90)
Added a patch to correct the path to the plymouth binaries (changed to /usr/...) and also to make the two plymouth-quit*.services conflicting with the graphical.target. This would quit plymouth when running in runlevel 3 (non-graphical), but leaves the killing of plymouth up to the displaymanager when running in the graphical target. (forwarded request 106382 from tittiatcoke)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 106010 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 89)
- Use pkgconfig symbols for BuildRequires and specify version
- Add missing kmod BuildRequires for systemd-gtk (forwarded request 105839 from jengelh)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 104941 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 88)
- Update to version 42:
  + Various bug fixes
  + Watchdog support for supervising services is now usable
  + Service start rate limiting is now configurable and can be
    turned off per service.
  + New CanReboot(), CanPowerOff() bus calls in systemd-logind
- Dropped fix-kmod-build.patch, fix-message-after-chkconfig.patch,
  is-enabled-non-existing-service.patch (merged upstream)
- Add libxslt1 / docbook-xsl-stylesheets as BuildRequires for
  manpage generation

- Update to version 41:
  + systemd binary is now installed in /lib/systemd (symlink for
  /bin/systemd is available now)
  + kernel modules are now loaded through libkmod
  + Watchdog support is now useful (not complete)
  + new kernel command line available to set system wide
    environment variable: systemd.setenv
  + journald capabilities set is now limited
  + SIGPIPE is ignored by default. This can be disabled with
    IgnoreSIGPIPE=no in unit files.
- Add fix-kmod-build.patch: fix build with libkmod
- Drop remote-fs-after-network.patch (merged upstream)
- Add dm-lvm-after-local-fs-pre-target.patch: ensure md / lvm
  /dmraid is started before mounting partitions, if fsck was
  disabled for them (bnc#733283).
- Update lsb-header patch to correctly disable heuristic if
  X-Systemd-RemainAfterExit is specified (whatever its value)
- Add fix-message-after-chkconfig.patch: don't complain if only
  sysv services are called in systemctl.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 103083 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 87)
- Update to version 40:
  + reason why a service failed is now exposed in the"Result" D-Bus
    property.
  + Rudimentary service watchdog support (not complete)
  + Improve bootcharts, by immediatly changing argv[0] after
    forking to to reflect which process will be executed. 
  + Various bug fixes.
- Add remote-fs-after-network.patch and update insserv patch:
  ensure remote-fs-pre.target is enabled and started before network
  mount points (bnc#744293).
- Ensure journald doesn't prevent syslogs to read from /proc/kmsg.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 102201 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 86)
- Ensure systemd show service status when started behind bootsplash
  (bnc#736225).
- Disable core dump redirection to journal, not stable atm.

- Update modules_on_boot.patch to not cause failed state for
  systemd-modules-load.service (bnc#741481).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 101505 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 85)
- Update to version 39:
  + New systemd-cgtop tool to show control groups by their resource
    usage.
  + Linking against libacl for ACLs is optional again.
  + If a group "adm" exists, journal files are automatically owned
    by them, thus allow members of this group full access to the
    system journal as well as all user journals.
  + The journal now stores the SELinux context of the logging
    client for all entries.
  + Add C++ inclusion guards to all public headers.
  + New output mode "cat" in the journal to print only text
    messages, without any meta data like date or time.
  + Include tiny X server wrapper as a temporary stop-gap to teach
    XOrg udev display enumeration (until XOrg supports udev
    hotplugging for display devices).
  + Add new systemd-cat tool for executing arbitrary programs with
    STDERR/STDOUT connected to the journal. Can also act as BSD
    logger replacement, and does so by default.
  + Optionally store all locally generated coredumps in the journal
    along with meta data.
  + systemd-tmpfiles learnt four new commands: n, L, c, b, for
    writing short strings to files (for usage for /sys), and for
    creating symlinks, character and block device nodes.
  + New unit file option ControlGroupPersistent= to make cgroups
    persistent.
  + Support multiple local RTCs in a sane way.
  + No longer monopolize IO when replaying readahead data on
    rotating disks.
  + Don't show kernel threads in systemd-cgls anymore, unless
    requested with new -k switch. (forwarded request 101496 from fcrozat)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 96193 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 84)
- Remove storage-after-cryptsetup.service, add
  storage-after-cryptsetup.patch instead to prevent dependency
  cycle (bnc#722539).
- Add delay-fsck-cryptsetup-after-md-lvm-dmraid.patch: ensure
  fsck/cryptsetup is run after lvm/md/dmraid have landed
  (bnc#724912).
- Add cron-tty-pam.patch: Fix cron filling logs (bnc#731358).
- Add do_not_warn_pidfile.patch: Fix PID warning in logs
  (bnc#732912).
- Add mount-swap-log.patch: Ensure swap and mount output is
  redirected to default log target (rhb#750032).
- Add color-on-boot.patch: ensure colored status are displayed at
  boot time.
- Update modules_on_boot.patch to fix bnc#732041.
- Replace private_tmp_crash.patch with log_on_close.patch, better
  upstream fix for bnc#699829 and fix bnc#731719.
- Update vconsole patch to fix memleaks and crash (bnc#734527).
- Add handle-racy-daemon.patch: fix warnings with sendmail
  (bnc#732912).
- Add new-lsb-headers.patch: support PIDFile: and
  X-Systemd-RemainAfterExit: header in initscript (bnc#727771).
- Update bootsplash services to not start if vga= is missing from
  cmdline (bnc#727771)
- Add lock-opensuse.patch: disable /var/lock/{subsys,lockdev} and
  change default permissions on /var/lock (bnc#733523).
- Add garbage_collect_units: ensure error units are correctly
  garbage collected (rhb#680122).
- Add crypt-loop-file.patch: add support for crypt file loop
  (bnc#730496).
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 83)
replace license with spdx.org variant
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 82)
replace license with spdx.org variant
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 92813 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 81)
- add libtool as buildrequire to avoid implicit dependency (forwarded request 92485 from coolo)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 90129 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 80)
- Fix rpm macros to only call presets on initial install
  (bnc#728104). (forwarded request 90127 from fcrozat)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 89556 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 79)
- Add no-tmpfs-fsck.patch: don't try to fsck tmpfs mountpoint
  (bnc#726791). (forwarded request 89555 from fcrozat)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 89338 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 78)
- Add avoid-random-seed-cycle.patch: fix dependency cycle between
  cryptsetup and random-seed-load (bnc#721666).
- Add crash-isolating.patch: fix crash when isolating a service.
- Fix bootsplash being killed too early.
- Fix some manpages not being redirected properly.
- Add storage-after-cryptsetup.service to restart lvm after
  cryptsetup. Fixes lvm on top of LUKS (bnc#724238).

- Add avoid-random-seed-cycle.patch: fix dependency cycle between
  cryptsetup and random-seed-load (bnc#721666).
- Add crash-isolating.patch: fix crash when isolating a service.
- Fix bootsplash being killed too early.
- Fix some manpages not being redirected properly.
- Add storage-after-cryptsetup.service to restart lvm after
  cryptsetup. Fixes lvm on top of LUKS (bnc#724238). (forwarded request 89336 from fcrozat)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 77)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 87884 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 76)
- Recommends dbus-1-python, do not requires python (bnc#716939)
- Add private_tmp_crash.patch: prevent crash in debug mode
  (bnc#699829).
- Add systemctl-completion-fix.patch: fix incorrect bash completion
  with some commands (git). (forwarded request 87882 from fcrozat)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 87532 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 75)
- Shadow single sysv service, it was breaking runlevel 1.
- Add modules_on_boot.patch to handle /etc/sysconfig/kernel
  MODULES_ON_BOOT variable (bnc#721662). (forwarded request 87530 from fcrozat)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 87397 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 74)
- make sure updaters get in the /sbin/init from here - the sub package
  of the split package will decide which init wins in update case

- under openSUSE if it's not systemd, chances are good it's
  sysvinit

- do not list specific sbin_init providers
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 87081 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 73)
- Add logind-warning.patch: fix pam warning (bnc#716384) (forwarded request 87080 from fcrozat)
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 85490 from Frederic Crozat's avatar Frederic Crozat (fcrozat) (revision 72)
- Add services to stop bootsplash at end of startup and start it at
  beginning of shutdown.
- Fix bootsplash call and ensure dependencies are set right.

- Add services to stop bootsplash at end of startup and start it at
  beginning of shutdown.
- Fix bootsplash call and ensure dependencies are set right. (forwarded request 85489 from fcrozat)
Displaying revisions 341 - 360 of 431
openSUSE Build Service is sponsored by