sys: bump to 0.5.8-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
ab41b5ce43
commit
3cd7223cc1
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-sys"
|
||||
version = "0.5.7"
|
||||
version = "0.5.8"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-sys (0.5.8-1) bookworm; urgency=medium
|
||||
|
||||
* upgrade proxmox-time to 2.0
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 20 Jun 2024 13:50:23 +0200
|
||||
|
||||
rust-proxmox-sys (0.5.7-1) bookworm; urgency=medium
|
||||
|
||||
* replace c_str! macro use with c"literals"
|
||||
|
@ -14,7 +14,7 @@ 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-1+default-dev (>= 1.1.6-~~) <!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 +41,7 @@ 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-1+default-dev (>= 1.1.6-~~),
|
||||
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 +63,10 @@ Provides:
|
||||
librust-proxmox-sys-0.5+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5+timer-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.7-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.7+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.7+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.7+timer-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.5.8-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.8+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.8+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.8+timer-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-sys"
|
||||
|
||||
@ -80,7 +80,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-sys-0+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.7+crypt-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.5.8+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 +96,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.7+logrotate-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.5.8+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