mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-29 13:52:17 +00:00
sys: bump to 0.5.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
5517d6f839
commit
50b79198f8
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-sys"
|
name = "proxmox-sys"
|
||||||
version = "0.5.1"
|
version = "0.5.2"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -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
|
rust-proxmox-sys (0.5.1-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* fix #4162: sys: added `auto-submitted` header to email body
|
* fix #4162: sys: added `auto-submitted` header to email body
|
||||||
|
@ -65,11 +65,11 @@ Provides:
|
|||||||
librust-proxmox-sys-0.5+crypt-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+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.5+timer-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.2-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.5.1+acl-dev (= ${binary:Version}),
|
librust-proxmox-sys-0.5.2+acl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.5.1+crypt-dev (= ${binary:Version}),
|
librust-proxmox-sys-0.5.2+crypt-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.5.1+default-dev (= ${binary:Version}),
|
librust-proxmox-sys-0.5.2+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.5.1+timer-dev (= ${binary:Version})
|
librust-proxmox-sys-0.5.2+timer-dev (= ${binary:Version})
|
||||||
Description: System tools (using nix) - Rust source code
|
Description: System tools (using nix) - Rust source code
|
||||||
This package contains the source for the Rust proxmox-sys crate, packaged by
|
This package contains the source for the Rust proxmox-sys crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
@ -85,7 +85,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
|
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
|
||||||
librust-proxmox-sys-0.5+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"
|
Description: System tools (using nix) - feature "logrotate"
|
||||||
This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by
|
This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user