Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
steam
systemd
Commits
f4336cbe
Commit
f4336cbe
authored
Aug 20, 2014
by
Michael Biebl
Browse files
Add Breaks: kmod (<< 14) to udev
to make sure we have a kmod version supporting the static-nodes command.
parent
0d3c155c
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f4336cbe
...
...
@@ -14,6 +14,8 @@ systemd (208-8) UNRELEASED; urgency=medium
* Fix udev SysV init script and d-i start script to not write to
/sys/kernel/uevent_helper unconditionally to not fail on a kernel with
CONFIG_UEVENT_HELPER unset. (Closes: #756312)
* Add Breaks: kmod (<< 14) to udev to make sure we have a kmod version
supporting the static-nodes command.
-- Martin Pitt <mpitt@debian.org> Thu, 07 Aug 2014 08:31:38 +0200
...
...
debian/control
View file @
f4336cbe
...
...
@@ -252,7 +252,8 @@ Depends: ${shlibs:Depends},
util-linux (>= 2.16),
s390-tools (>> 1.6.2) [s390],
procps
Breaks: consolekit (<< 0.4.6-1)
Breaks: consolekit (<< 0.4.6-1),
kmod (<< 14)
Description: /dev/ and hotplug management daemon
udev is a daemon which dynamically creates and removes device nodes from
/dev/, handles hotplug events and loads drivers at boot time.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment