forked from proxmox-mirrors/proxmox
access-control: bump to 0.2.4-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
f01f934963
commit
891413ffb7
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-access-control"
|
||||
description = "A collection of utilities to implement access control management."
|
||||
version = "0.2.3"
|
||||
version = "0.2.4"
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-access-control (0.2.4-1) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-schema 4.0
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 15 Jan 2025 12:47:56 +0100
|
||||
|
||||
rust-proxmox-access-control (0.2.3-1) bookworm; urgency=medium
|
||||
|
||||
* upgrade to current proxmox-router
|
||||
|
@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-proxmox-auth-api-0.4+api-types-dev <!nocheck>,
|
||||
librust-proxmox-auth-api-0.4+default-dev <!nocheck>,
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) <!nocheck>,
|
||||
librust-proxmox-schema-4+default-dev <!nocheck>,
|
||||
librust-proxmox-time-2+default-dev <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
@ -28,7 +28,7 @@ Depends:
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-proxmox-auth-api-0.4+api-types-dev,
|
||||
librust-proxmox-auth-api-0.4+default-dev,
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~),
|
||||
librust-proxmox-schema-4+default-dev,
|
||||
librust-proxmox-time-2+default-dev,
|
||||
librust-serde-1+default-dev
|
||||
Suggests:
|
||||
@ -39,8 +39,8 @@ Provides:
|
||||
librust-proxmox-access-control-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.2.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.2.3+default-dev (= ${binary:Version})
|
||||
librust-proxmox-access-control-0.2.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.2.4+default-dev (= ${binary:Version})
|
||||
Description: Collection of utilities to implement access control management - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-access-control"
|
||||
|
||||
@ -58,13 +58,13 @@ Depends:
|
||||
librust-proxmox-router-3+default-dev,
|
||||
librust-proxmox-section-config-2+default-dev (>= 2.1.0-~~),
|
||||
librust-proxmox-shared-memory-0.3+default-dev,
|
||||
librust-proxmox-sys-0.6+crypt-dev,
|
||||
librust-proxmox-sys-0.6+default-dev,
|
||||
librust-proxmox-sys-0.6+crypt-dev (>= 0.6.5-~~),
|
||||
librust-proxmox-sys-0.6+default-dev (>= 0.6.5-~~),
|
||||
librust-serde-json-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-access-control-0+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.2+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-access-control-0.2.3+impl-dev (= ${binary:Version})
|
||||
librust-proxmox-access-control-0.2.4+impl-dev (= ${binary:Version})
|
||||
Description: Collection of utilities to implement access control management - feature "impl"
|
||||
This metapackage enables feature "impl" for the Rust proxmox-access-control
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user