SHA256
1
0
forked from pool/systemd

Accepting request 100588 from home:tittiatcoke:branches:Base:System

Package needs OK from fcrozat. Update to the latest systemd-38 version. Additional listen.conf so that rsyslog keeps working. Also added xz as an explicit buildrequires to ensure that the tarball can be unpacked.

OBS-URL: https://build.opensuse.org/request/show/100588
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=232
This commit is contained in:
Cristian Rodríguez
2012-01-18 16:44:20 +00:00
committed by Git OBS Bridge
parent da82e991f8
commit f761eae17d
24 changed files with 318 additions and 2371 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Jan 18 09:03:51 UTC 2012 - tittiatcoke@gmail.com
- Update to version 38 :
- Bugfixes
- Implementation of a Journal Utility Library
- Implementation of a 128 Bit ID Utility Library
- 11 Patches integrated upstream
- Add systemd-syslog_away_early_on_shutdown.patch: make sure
syslog socket goes away early during shutdown.
- Add listen.conf for rsyslog. This will ensure that it will still
work fine with rsyslog and the new journal.
-------------------------------------------------------------------
Mon Jan 9 17:01:22 UTC 2012 - fcrozat@suse.com
- Add fix-is-enabled.patch: ensure systemctl is-enabled work
properly when systemd isn't running.
- Add logind-console.patch: do not bail logind if /dev/tty0 doesn't
exist (bnc#733022, bnc#735047).
- Add sysctl-modules.patch: ensure sysctl is started after modules
are loaded (bnc#725412).
- Fix warning in insserv patch.
- Update avoid-random-seed-cycle.patch with better upstream
approach.
- Update storage-after-cryptsetup.patch to restart lvm before
local-fs.target, not after it (bnc#740106).
- Increase pam-config dependency (bnc#713319).
-------------------------------------------------------------------
Wed Dec 7 15:15:07 UTC 2011 - fcrozat@suse.com