apt: bump to 0.11.7-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2025-01-15 12:39:26 +01:00
parent 5382b8ce13
commit c84376e2c8
3 changed files with 11 additions and 5 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.6" version = "0.11.7"
exclude = ["debian"] exclude = ["debian"]

View File

@ -1,3 +1,9 @@
rust-proxmox-apt (0.11.7-1) bookworm; urgency=medium
* rebuild with proxmox-schema 4.0
-- Proxmox Support Team <support@proxmox.com> Wed, 15 Jan 2025 12:39:27 +0100
rust-proxmox-apt (0.11.6-1) bookworm; urgency=medium rust-proxmox-apt (0.11.6-1) bookworm; urgency=medium
* pdm uses separator for pdm-test repo * pdm uses separator for pdm-test repo

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.6-dev (= ${binary:Version}), librust-proxmox-apt-0.11.7-dev (= ${binary:Version}),
librust-proxmox-apt-0.11.6+default-dev (= ${binary:Version}) librust-proxmox-apt-0.11.7+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"
@ -63,12 +63,12 @@ Depends:
librust-apt-pkg-native-0.3+default-dev (>= 0.3.2-~~), librust-apt-pkg-native-0.3+default-dev (>= 0.3.2-~~),
librust-log-0.4+default-dev (>= 0.4.17-~~), librust-log-0.4+default-dev (>= 0.4.17-~~),
librust-nix-0.26+default-dev (>= 0.26.1-~~), librust-nix-0.26+default-dev (>= 0.26.1-~~),
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~), librust-proxmox-schema-4+default-dev,
librust-regex-1+default-dev (>= 1.5-~~) librust-regex-1+default-dev (>= 1.5-~~)
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.6+cache-dev (= ${binary:Version}) librust-proxmox-apt-0.11.7+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.