apt: bump version to 0.11.5-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-11 21:08:57 +01:00
parent fd48033644
commit f22fae3852
3 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "proxmox-apt" name = "proxmox-apt"
description = "Proxmox library for APT" description = "Proxmox library for APT"
version = "0.11.4" version = "0.11.5"
exclude = ["debian"] exclude = ["debian"]

View File

@ -1,3 +1,9 @@
rust-proxmox-apt (0.11.5-1) bookworm; urgency=medium
* add Ceph Squid to standard repos for PVE
-- Proxmox Support Team <support@proxmox.com> Mon, 11 Nov 2024 21:08:39 +0100
rust-proxmox-apt (0.11.4-1) bookworm; urgency=medium rust-proxmox-apt (0.11.4-1) bookworm; urgency=medium
* add support for Ceph Squid repositories * add support for Ceph Squid repositories

View File

@ -49,8 +49,8 @@ Provides:
librust-proxmox-apt-0+default-dev (= ${binary:Version}), librust-proxmox-apt-0+default-dev (= ${binary:Version}),
librust-proxmox-apt-0.11-dev (= ${binary:Version}), librust-proxmox-apt-0.11-dev (= ${binary:Version}),
librust-proxmox-apt-0.11+default-dev (= ${binary:Version}), librust-proxmox-apt-0.11+default-dev (= ${binary:Version}),
librust-proxmox-apt-0.11.4-dev (= ${binary:Version}), librust-proxmox-apt-0.11.5-dev (= ${binary:Version}),
librust-proxmox-apt-0.11.4+default-dev (= ${binary:Version}) librust-proxmox-apt-0.11.5+default-dev (= ${binary:Version})
Description: Proxmox library for APT - Rust source code Description: Proxmox library for APT - Rust source code
Source code for Debianized Rust crate "proxmox-apt" Source code for Debianized Rust crate "proxmox-apt"
@ -68,7 +68,7 @@ Depends:
Provides: Provides:
librust-proxmox-apt-0+cache-dev (= ${binary:Version}), librust-proxmox-apt-0+cache-dev (= ${binary:Version}),
librust-proxmox-apt-0.11+cache-dev (= ${binary:Version}), librust-proxmox-apt-0.11+cache-dev (= ${binary:Version}),
librust-proxmox-apt-0.11.4+cache-dev (= ${binary:Version}) librust-proxmox-apt-0.11.5+cache-dev (= ${binary:Version})
Description: Proxmox library for APT - feature "cache" Description: Proxmox library for APT - feature "cache"
This metapackage enables feature "cache" for the Rust proxmox-apt crate, by This metapackage enables feature "cache" for the Rust proxmox-apt crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.