forked from proxmox-mirrors/proxmox
apt: bump to 0.11.7-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
5382b8ce13
commit
c84376e2c8
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-apt"
|
||||
description = "Proxmox library for APT"
|
||||
version = "0.11.6"
|
||||
version = "0.11.7"
|
||||
|
||||
exclude = ["debian"]
|
||||
|
||||
|
@ -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
|
||||
|
||||
* pdm uses separator for pdm-test repo
|
||||
|
@ -49,8 +49,8 @@ Provides:
|
||||
librust-proxmox-apt-0+default-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.6-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.11.6+default-dev (= ${binary:Version})
|
||||
librust-proxmox-apt-0.11.7-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.11.7+default-dev (= ${binary:Version})
|
||||
Description: Proxmox library for APT - Rust source code
|
||||
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-log-0.4+default-dev (>= 0.4.17-~~),
|
||||
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-~~)
|
||||
Provides:
|
||||
librust-proxmox-apt-0+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"
|
||||
This metapackage enables feature "cache" for the Rust proxmox-apt crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user