Bug 1222517
| Summary: | backport patches from fedora | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Lukáš Nykrýn <lnykryn> |
| Component: | systemd | Assignee: | systemd-maint |
| Status: | CLOSED ERRATA | QA Contact: | Robin Hack <rhack> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.2 | CC: | fsumsal, jscotka, rhack, systemd-maint-list |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | systemd-219-4.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-19 15:06:25 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Lukáš Nykrýn
2015-05-18 12:20:57 UTC
f065b88 sd-daemon: simplify sd_pid_notify_with_fds Fix for coverity warning 6503fbe update-done: ignore nanosecond file timestamp components, they are not reliable small bugfix 33cca92 unit: don't add automatic dependencies on device units if they aren't supported this should fix couple of issues where mount unit had dependency on something weird b0204b3 units: set KillMode=mixed for our daemons that fork worker processes https://bugs.freedesktop.org/show_bug.cgi?id=90051 030a063 util: Fix assertion in split() on missing ' really nasty bug, systemd basically crashed 6df5513 kmod-setup: load ip_tables kmod at boot usefull for networkd, but that is only in optional channel so it does not need to be tested 0756d90 tmpfiles: there's no systemd-forbid-user-logins.service service self-explanatory 1eef7cb exit-status: Fix "NOTINSSTALLED" typo typo f98f6ed systemctl: avoid bumping NOFILE rlimit unless needed https://bugzilla.redhat.com/show_bug.cgi?id=1184712 fc3494e man: fix examples indentation in tmpfiles.d(5) cosmetical change bac3b41 python-systemd: fix is_socket_inet to cope with ports fix for some typos e55efa9 udevd: fix synchronization with settle when handling inotify events looks like a regression, previous patches broke https://git.kernel.org/cgit/linux/hotplug/udev.git/commit/?id=bb38678e3ccc02bcd970ccde3d8166a40edf92d3 60cf5a2 shared: fix memleak we don't want memleaks 3231718 man: remove 'fs' from 'rootfsflags' manpage fix 64b6bcb core/automount: beef up error message nicer error message, nothing else 15e2a6e shell-completion: systemctl switch-root verb 2cfba16 zsh-completion: update hostnamectl 6cc26ef zsh-completion: add missing -M completion for journalctl caa8056 zsh-completion: update loginctl couple of *-completion fixes d7087b7 units: explicitly order systemd-user-sessions.service after nss-user-lookup.target we need nss for user-sessions 09d5833 units: move After=systemd-hwdb-update.service dependency from udev to udev-trigger ordering fix 3f1ad9b man: don't mention "journalctl /dev/sda" that have only worked in Lennart's dreams :D 400756b udev: net_id - fix copy-paste error typo fix 07ce927 mount: fix up wording in the comment 1ab30e0 mount: don't run quotaon only for network filesystems we want quota on iscsi and I have messed up a comment in this fix 825d40b man: add journal-remote.conf(5) we should have this manpage 33ee962 resolved: Do not add .busname dependencies, when compiling without kdbus. and we don't have kdbus c37bc5a console-getty.service: don't start when /dev/console is missing someone from appinfra was complaining about this We also really need https://bugzilla.redhat.com/show_bug.cgi?id=1221652 commit 9ea44466541480b583032617e6060313f79a6bda Author: Martin Pitt <martin.pitt> Date: Thu May 14 09:06:40 2015 +0200 core: Fix assertion with empty Exec*= paths Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2092.html |