sys: bump to 0.6.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
93d42ad488
commit
fa3c7690e7
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-sys"
|
||||
version = "0.6.1"
|
||||
version = "0.6.2"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-sys (0.6.2-1) bookworm; urgency=medium
|
||||
|
||||
* drop unused dependency on proxmox-time
|
||||
|
||||
* add fs::make_tmp_dir
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 09 Aug 2024 12:53:03 +0200
|
||||
|
||||
rust-proxmox-sys (0.6.1-1) bookworm; urgency=medium
|
||||
|
||||
* drop fd::cwd() - this is known to not be in use and trivially replaced by
|
||||
|
@ -14,7 +14,6 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
|
||||
librust-proxmox-io-1+default-dev (>= 1.1.0-~~) <!nocheck>,
|
||||
librust-proxmox-lang-1+default-dev (>= 1.3-~~) <!nocheck>,
|
||||
librust-proxmox-time-2+default-dev <!nocheck>,
|
||||
librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>,
|
||||
@ -41,7 +40,6 @@ Depends:
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
||||
librust-proxmox-io-1+default-dev (>= 1.1.0-~~),
|
||||
librust-proxmox-lang-1+default-dev (>= 1.3-~~),
|
||||
librust-proxmox-time-2+default-dev,
|
||||
librust-regex-1+default-dev (>= 1.5-~~),
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev,
|
||||
@ -63,10 +61,10 @@ Provides:
|
||||
librust-proxmox-sys-0.6+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6+timer-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.1+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.1+timer-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.6.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.2+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.2+timer-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-sys"
|
||||
|
||||
@ -80,7 +78,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-sys-0+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.1+crypt-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.6.2+crypt-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - feature "crypt"
|
||||
This metapackage enables feature "crypt" for the Rust proxmox-sys crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -96,7 +94,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.1+logrotate-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.6.2+logrotate-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - feature "logrotate"
|
||||
This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user