mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 20:44:53 +00:00
fix version for upgrade handling for datastore locking using /run now
See commit 27dd7377
("fix #3935: datastore/api/backup: move datastore
locking to '/run'") for details, as I'll bump PBS now we can fixate
the version and drop the safety-net "reminder" from d/rules again.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7e15e6039b
commit
907ba4dd61
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -73,7 +73,7 @@ EOF
|
||||
fi
|
||||
fi
|
||||
|
||||
if dpkg --compare-versions "$2" 'lt' '3.3.4~'; then
|
||||
if dpkg --compare-versions "$2" 'lt' '3.3.5~'; then
|
||||
# ensure old locking is used by the daemon until a reboot happened
|
||||
touch "/run/proxmox-backup/old-locking"
|
||||
fi
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -22,8 +22,6 @@ ifneq ("$(wildcard .repoid)","")
|
||||
endif
|
||||
|
||||
%:
|
||||
@echo "fix locking version in postinst"
|
||||
false
|
||||
dh $@ --with=bash-completion
|
||||
|
||||
override_dh_auto_configure:
|
||||
|
Loading…
Reference in New Issue
Block a user