mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-08 17:55:51 +00:00
Bump util-linux dependency to >= 2.25
As per NEWS:
* This version reenables support for fsck's -l switch. This
means at least version v2.25 of util-linux is required for
operation, otherwise dead-locks on device nodes may
occur. Again: you need to update util-linux to at least
v2.25 when updating systemd to v217.
This commit is contained in:
parent
f209192088
commit
f1bd9cb4f7
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -4,6 +4,7 @@ systemd (217-1) UNRELEASED; urgency=medium
|
||||
specific ones.
|
||||
* Disable systemd-resolved for now. It still needs to mature, and
|
||||
integration into Debian should be discussed first.
|
||||
* Bump util-linux dependency to >= 2.25 as per NEWS.
|
||||
|
||||
-- Martin Pitt <mpitt@debian.org> Wed, 19 Nov 2014 08:06:34 +0100
|
||||
|
||||
|
||||
6
debian/control
vendored
6
debian/control
vendored
@ -51,8 +51,8 @@ Pre-Depends: ${shlibs:Pre-Depends},
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
libsystemd0 (= ${binary:Version}),
|
||||
util-linux (>= 2.19.1-2),
|
||||
mount (>= 2.21),
|
||||
util-linux (>= 2.25),
|
||||
mount (>= 2.25),
|
||||
initscripts (>= 2.88dsf-53.2),
|
||||
sysv-rc,
|
||||
udev,
|
||||
@ -294,7 +294,7 @@ Depends: ${shlibs:Depends},
|
||||
adduser,
|
||||
libudev1 (= ${binary:Version}),
|
||||
lsb-base (>= 3.0-6),
|
||||
util-linux (>= 2.16),
|
||||
util-linux (>= 2.25),
|
||||
s390-tools (>> 1.6.2) [s390],
|
||||
procps
|
||||
Breaks: consolekit (<< 0.4.6-1),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user