mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-08 12:38:31 +00:00
product-config: bump to 0.2.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
24210a3a86
commit
68125e67fc
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-product-config"
|
name = "proxmox-product-config"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-product-config (0.2.1-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* rebuild with proxmox-sys 6.0
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2024 14:57:17 +0200
|
||||||
|
|
||||||
rust-proxmox-product-config (0.2.0-1) bookworm; urgency=medium
|
rust-proxmox-product-config (0.2.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* add open_secret_lockfile
|
* add open_secret_lockfile
|
||||||
|
@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-hex-0.4+default-dev <!nocheck>,
|
librust-hex-0.4+default-dev <!nocheck>,
|
||||||
librust-log-0.4+default-dev (>= 0.4.17-~~) <!nocheck>,
|
librust-log-0.4+default-dev (>= 0.4.17-~~) <!nocheck>,
|
||||||
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
|
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
|
||||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~) <!nocheck>,
|
librust-proxmox-sys-0.6+default-dev <!nocheck>,
|
||||||
librust-proxmox-sys-0.5+timer-dev (>= 0.5.5-~~) <!nocheck>
|
librust-proxmox-sys-0.6+timer-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.6.2
|
Standards-Version: 4.6.2
|
||||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||||
@ -28,15 +28,15 @@ Depends:
|
|||||||
librust-hex-0.4+default-dev,
|
librust-hex-0.4+default-dev,
|
||||||
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-sys-0.5+default-dev (>= 0.5.5-~~),
|
librust-proxmox-sys-0.6+default-dev,
|
||||||
librust-proxmox-sys-0.5+timer-dev (>= 0.5.5-~~)
|
librust-proxmox-sys-0.6+timer-dev
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-product-config+default-dev (= ${binary:Version}),
|
librust-proxmox-product-config+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-product-config-0-dev (= ${binary:Version}),
|
librust-proxmox-product-config-0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-product-config-0+default-dev (= ${binary:Version}),
|
librust-proxmox-product-config-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-product-config-0.2-dev (= ${binary:Version}),
|
librust-proxmox-product-config-0.2-dev (= ${binary:Version}),
|
||||||
librust-proxmox-product-config-0.2+default-dev (= ${binary:Version}),
|
librust-proxmox-product-config-0.2+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-product-config-0.2.0-dev (= ${binary:Version}),
|
librust-proxmox-product-config-0.2.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-product-config-0.2.0+default-dev (= ${binary:Version})
|
librust-proxmox-product-config-0.2.1+default-dev (= ${binary:Version})
|
||||||
Description: Configuration file handling for Proxmox products - Rust source code
|
Description: Configuration file handling for Proxmox products - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-product-config"
|
Source code for Debianized Rust crate "proxmox-product-config"
|
||||||
|
Loading…
Reference in New Issue
Block a user