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:
Thomas Lamprecht 2025-04-02 18:50:22 +02:00
parent 7e15e6039b
commit 907ba4dd61
2 changed files with 1 additions and 3 deletions

2
debian/postinst vendored
View File

@ -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
View File

@ -22,8 +22,6 @@ ifneq ("$(wildcard .repoid)","")
endif
%:
@echo "fix locking version in postinst"
false
dh $@ --with=bash-completion
override_dh_auto_configure: