sys: bump to 0.5.7-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
d8eb6d1bde
commit
57fb1004b8
@ -129,7 +129,7 @@ proxmox-section-config = { version = "2.0.0", path = "proxmox-section-config" }
|
||||
proxmox-serde = { version = "0.1.1", path = "proxmox-serde", features = [ "serde_json" ] }
|
||||
proxmox-shared-memory = { version = "0.3.0", path = "proxmox-shared-memory" }
|
||||
proxmox-sortable-macro = { version = "0.1.3", path = "proxmox-sortable-macro" }
|
||||
proxmox-sys = { version = "0.5.5", path = "proxmox-sys" }
|
||||
proxmox-sys = { version = "0.5.7", path = "proxmox-sys" }
|
||||
proxmox-tfa = { version = "4.0.4", path = "proxmox-tfa" }
|
||||
proxmox-time = { version = "1.1.6", path = "proxmox-time" }
|
||||
proxmox-uuid = { version = "1.0.1", path = "proxmox-uuid" }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-sys"
|
||||
version = "0.5.6"
|
||||
version = "0.5.7"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,13 @@
|
||||
rust-proxmox-sys (0.5.7-1) bookworm; urgency=medium
|
||||
|
||||
* replace c_str! macro use with c"literals"
|
||||
|
||||
* provide public consts for xattr names
|
||||
|
||||
* deprecate xattr name functions in favor of the new constants
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 20 Jun 2024 10:45:22 +0200
|
||||
|
||||
rust-proxmox-sys (0.5.6-1) bookworm; urgency=medium
|
||||
|
||||
* fs: make file parameter generic in CreateOptions
|
||||
|
@ -12,8 +12,8 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~) <!nocheck>,
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
|
||||
librust-proxmox-io-1+default-dev <!nocheck>,
|
||||
librust-proxmox-lang-1+default-dev (>= 1.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-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
@ -39,8 +39,8 @@ Depends:
|
||||
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
||||
librust-proxmox-io-1+default-dev,
|
||||
librust-proxmox-lang-1+default-dev (>= 1.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-regex-1+default-dev (>= 1.5-~~),
|
||||
librust-serde-1+default-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.6-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.6+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.6+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.5.6+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})
|
||||
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.6+crypt-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.5.7+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.6+logrotate-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.5.7+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