From 1a005708982edc521f4eba6b918ef40fa94810b8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 11 Jul 2024 13:08:22 +0200 Subject: [PATCH] sys: bump to 0.6.0-1 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- proxmox-sys/Cargo.toml | 2 +- proxmox-sys/debian/changelog | 16 ++++++++++++++++ proxmox-sys/debian/control | 24 ++++++++++++------------ 4 files changed, 30 insertions(+), 14 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d911f374..3fb8d1c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -138,7 +138,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.7", path = "proxmox-sys" } +proxmox-sys = { version = "0.6.0", path = "proxmox-sys" } proxmox-tfa = { version = "5.0.0", path = "proxmox-tfa" } proxmox-time = { version = "2.0.0", path = "proxmox-time" } proxmox-uuid = { version = "1.0.1", path = "proxmox-uuid" } diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index 607a7922..e74c4461 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-sys" -version = "0.5.8" +version = "0.6.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/proxmox-sys/debian/changelog b/proxmox-sys/debian/changelog index 14e1fafa..5fa9f439 100644 --- a/proxmox-sys/debian/changelog +++ b/proxmox-sys/debian/changelog @@ -1,3 +1,19 @@ +rust-proxmox-sys (0.6.0-1) bookworm; urgency=medium + + * process_locker: explicitly do not truncate the lock file + + * enable cfg(doc_cfg) and cfg(doc_auto_cfg) + + * remove deprecated items + + * remove task_log macros + + * remove email module (this is now internal to proxmox-notify) + + * WorkerTaskContext trait is now in a separate proxomx-worker-task crate + + -- Proxmox Support Team Thu, 11 Jul 2024 13:08:03 +0200 + rust-proxmox-sys (0.5.8-1) bookworm; urgency=medium * upgrade proxmox-time to 2.0 diff --git a/proxmox-sys/debian/control b/proxmox-sys/debian/control index 7bd68854..b7d57113 100644 --- a/proxmox-sys/debian/control +++ b/proxmox-sys/debian/control @@ -59,14 +59,14 @@ Provides: librust-proxmox-sys-0+acl-dev (= ${binary:Version}), librust-proxmox-sys-0+default-dev (= ${binary:Version}), librust-proxmox-sys-0+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+default-dev (= ${binary:Version}), - librust-proxmox-sys-0.5+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}) + librust-proxmox-sys-0.6-dev (= ${binary:Version}), + 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.0-dev (= ${binary:Version}), + librust-proxmox-sys-0.6.0+acl-dev (= ${binary:Version}), + librust-proxmox-sys-0.6.0+default-dev (= ${binary:Version}), + librust-proxmox-sys-0.6.0+timer-dev (= ${binary:Version}) Description: System tools (using nix) - Rust source code Source code for Debianized Rust crate "proxmox-sys" @@ -79,8 +79,8 @@ Depends: librust-openssl-0.10+default-dev Provides: librust-proxmox-sys-0+crypt-dev (= ${binary:Version}), - librust-proxmox-sys-0.5+crypt-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.8+crypt-dev (= ${binary:Version}) + librust-proxmox-sys-0.6+crypt-dev (= ${binary:Version}), + librust-proxmox-sys-0.6.0+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. @@ -95,8 +95,8 @@ Depends: librust-zstd-0.12+default-dev Provides: librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}), - librust-proxmox-sys-0.5+logrotate-dev (= ${binary:Version}), - librust-proxmox-sys-0.5.8+logrotate-dev (= ${binary:Version}) + librust-proxmox-sys-0.6+logrotate-dev (= ${binary:Version}), + librust-proxmox-sys-0.6.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.