Skip to content

Commit fe8a55d

Browse files
author
Prakash Surya
authored
DLPX-73666 file "/var/run/reboot-required" is not properly generated on DEFERRED upgrades (#260)
This is a simple change to add the "update-notifier-common" package as a dependency. This package is required for the "/var/lib/reboot-required" file to be properly generated during a upgrade of the appliance.
1 parent 8e4fa67 commit fe8a55d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debian/rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ DEPENDS += ansible, \
6060
python3, \
6161
rng-tools, \
6262
systemd-container, \
63-
ubuntu-minimal,
63+
ubuntu-minimal, \
64+
update-notifier-common,
6465

6566
# Debugging symbols for packages pulled in by the the above dependencies
6667
DEPENDS += systemd-dbgsym, \

0 commit comments

Comments
 (0)