tfa: bump to 5.0.2-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2025-01-15 12:43:04 +01:00
parent 40f0a0bdd3
commit 7e25958623
3 changed files with 16 additions and 10 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-tfa"
description = "tfa implementation for totp and u2f"
version = "5.0.1"
version = "5.0.2"
authors.workspace = true
edition.workspace = true

View File

@ -1,3 +1,9 @@
rust-proxmox-tfa (5.0.2-1) bookworm; urgency=medium
* rebuild with proxmox-schema 4.0
-- Proxmox Support Team <support@proxmox.com> Wed, 15 Jan 2025 12:42:55 +0100
rust-proxmox-tfa (5.0.1) bookworm; urgency=medium
* provide TfaUser via the 'types' feature

View File

@ -36,7 +36,7 @@ Suggests:
Provides:
librust-proxmox-tfa-5-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0.1-dev (= ${binary:Version})
librust-proxmox-tfa-5.0.2-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - Rust source code
Source code for Debianized Rust crate "proxmox-tfa"
@ -58,7 +58,7 @@ Depends:
Provides:
librust-proxmox-tfa-5+api-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0+api-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0.1+api-dev (= ${binary:Version})
librust-proxmox-tfa-5.0.2+api-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "api"
This metapackage enables feature "api" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.
@ -70,12 +70,12 @@ Depends:
${misc:Depends},
librust-proxmox-tfa-dev (= ${binary:Version}),
librust-proxmox-tfa+types-dev (= ${binary:Version}),
librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~),
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~)
librust-proxmox-schema-4+api-macro-dev,
librust-proxmox-schema-4+default-dev
Provides:
librust-proxmox-tfa-5+api-types-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0+api-types-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0.1+api-types-dev (= ${binary:Version})
librust-proxmox-tfa-5.0.2+api-types-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "api-types"
This metapackage enables feature "api-types" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.
@ -97,8 +97,8 @@ Provides:
librust-proxmox-tfa-5+default-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0+totp-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0+default-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0.1+totp-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0.1+default-dev (= ${binary:Version})
librust-proxmox-tfa-5.0.2+totp-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0.2+default-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "totp" and 1 more
This metapackage enables feature "totp" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.
@ -116,7 +116,7 @@ Depends:
Provides:
librust-proxmox-tfa-5+types-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0+types-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0.1+types-dev (= ${binary:Version})
librust-proxmox-tfa-5.0.2+types-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "types"
This metapackage enables feature "types" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.
@ -135,7 +135,7 @@ Depends:
Provides:
librust-proxmox-tfa-5+u2f-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0+u2f-dev (= ${binary:Version}),
librust-proxmox-tfa-5.0.1+u2f-dev (= ${binary:Version})
librust-proxmox-tfa-5.0.2+u2f-dev (= ${binary:Version})
Description: Tfa implementation for totp and u2f - feature "u2f"
This metapackage enables feature "u2f" for the Rust proxmox-tfa crate, by
pulling in any additional dependencies needed by that feature.