sys: bump to 0.5.2-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-11-29 15:26:04 +01:00
parent 5517d6f839
commit 50b79198f8
3 changed files with 15 additions and 7 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-sys"
version = "0.5.1"
version = "0.5.2"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@ -1,3 +1,11 @@
rust-proxmox-sys (0.5.2-1) bookworm; urgency=medium
* add helper to get bootmode and secureboot status
* email: move Auto-Submitted header up
-- Proxmox Support Team <support@proxmox.com> Wed, 29 Nov 2023 15:25:47 +0100
rust-proxmox-sys (0.5.1-1) bookworm; urgency=medium
* fix #4162: sys: added `auto-submitted` header to email body

View File

@ -65,11 +65,11 @@ Provides:
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.1-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.1+acl-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.1+crypt-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.1+default-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.1+timer-dev (= ${binary:Version})
librust-proxmox-sys-0.5.2-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.2+acl-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.2+crypt-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.2+default-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.2+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.
@ -85,7 +85,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.1+logrotate-dev (= ${binary:Version})
librust-proxmox-sys-0.5.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.