bump proxmox-sys to 0.5.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
bd63af3c3b
commit
dd87a120bd
@ -91,7 +91,7 @@ proxmox-router = { version = "1.3.1", path = "proxmox-router" }
|
||||
proxmox-schema = { version = "1.3.7", path = "proxmox-schema" }
|
||||
proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }
|
||||
proxmox-sortable-macro = { version = "0.1.2", path = "proxmox-sortable-macro" }
|
||||
proxmox-sys = { version = "0.4.2", path = "proxmox-sys" }
|
||||
proxmox-sys = { version = "0.5.0", path = "proxmox-sys" }
|
||||
proxmox-tfa = { version = "4.0.0", path = "proxmox-tfa" }
|
||||
proxmox-time = { version = "1.1.4", path = "proxmox-time" }
|
||||
proxmox-uuid = { version = "1.0.1", path = "proxmox-uuid" }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-sys"
|
||||
version = "0.4.2"
|
||||
version = "0.5.0"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-sys (0.5.0-1) bookworm; urgency=medium
|
||||
|
||||
* bump zstd to 0.12
|
||||
|
||||
* rebuild for Debian 12 bookworm based series
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Tue, 23 May 2023 11:31:00 +0200
|
||||
|
||||
rust-proxmox-sys (0.4.2-1) stable; urgency=medium
|
||||
|
||||
* sys: impl AsFd for PidFd
|
||||
|
@ -60,16 +60,16 @@ Provides:
|
||||
librust-proxmox-sys-0+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0+timer-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4+timer-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.2+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.2+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.2+timer-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5+crypt-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.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.0+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.0+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.0+timer-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - Rust source code
|
||||
This package contains the source for the Rust proxmox-sys crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
@ -84,23 +84,8 @@ Depends:
|
||||
librust-zstd-0.12+default-dev
|
||||
Provides:
|
||||
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.2+logrotate-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.5+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.0+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.
|
||||
|
||||
Package: librust-proxmox-sys+sortable-macro-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-sys-dev (= ${binary:Version}),
|
||||
librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.2-~~)
|
||||
Provides:
|
||||
librust-proxmox-sys-0+sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4+sortable-macro-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.4.2+sortable-macro-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - feature "sortable-macro"
|
||||
This metapackage enables feature "sortable-macro" for the Rust proxmox-sys
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
x
Reference in New Issue
Block a user