syslog-api: bump to 0.1.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
870ec33574
commit
282e00d429
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-syslog-api"
|
name = "proxmox-syslog-api"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-syslog-api (0.1.1-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* add dump_journal and JournalFilter
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Fri, 12 Jul 2024 11:07:54 +0200
|
||||||
|
|
||||||
rust-proxmox-syslog-api (0.1.0-1) bookworm; urgency=medium
|
rust-proxmox-syslog-api (0.1.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* initial packaging (split out from proxmox-system-management-api)
|
* initial packaging (split out from proxmox-system-management-api)
|
||||||
|
@ -38,8 +38,8 @@ Provides:
|
|||||||
librust-proxmox-syslog-api-0+default-dev (= ${binary:Version}),
|
librust-proxmox-syslog-api-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-syslog-api-0.1-dev (= ${binary:Version}),
|
librust-proxmox-syslog-api-0.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-syslog-api-0.1+default-dev (= ${binary:Version}),
|
librust-proxmox-syslog-api-0.1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-syslog-api-0.1.0-dev (= ${binary:Version}),
|
librust-proxmox-syslog-api-0.1.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-syslog-api-0.1.0+default-dev (= ${binary:Version})
|
librust-proxmox-syslog-api-0.1.1+default-dev (= ${binary:Version})
|
||||||
Description: Syslog Management API implementation - Rust source code
|
Description: Syslog Management API implementation - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-syslog-api"
|
Source code for Debianized Rust crate "proxmox-syslog-api"
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ Depends:
|
|||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-syslog-api-0+impl-dev (= ${binary:Version}),
|
librust-proxmox-syslog-api-0+impl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-syslog-api-0.1+impl-dev (= ${binary:Version}),
|
librust-proxmox-syslog-api-0.1+impl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-syslog-api-0.1.0+impl-dev (= ${binary:Version})
|
librust-proxmox-syslog-api-0.1.1+impl-dev (= ${binary:Version})
|
||||||
Description: Syslog Management API implementation - feature "impl"
|
Description: Syslog Management API implementation - feature "impl"
|
||||||
This metapackage enables feature "impl" for the Rust proxmox-syslog-api crate,
|
This metapackage enables feature "impl" for the Rust proxmox-syslog-api crate,
|
||||||
by pulling in any additional dependencies needed by that feature.
|
by pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user