public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-aes-gcm] epel10: Re-generate with rust2rpm 28, rust2rpm.toml instead of .conf
@ 2026-08-29 5:51 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-29 5:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-aes-gcm
Branch : epel10
Commit : b5b7b660d35a0ecb6f6f91170f01478923259f6f
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-28T09:04:32+01:00
Stats : +6/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-aes-gcm/c/b5b7b660d35a0ecb6f6f91170f01478923259f6f?branch=epel10
Log:
Re-generate with rust2rpm 28, rust2rpm.toml instead of .conf
[skip changelog]
---
diff --git a/rust-aes-gcm.spec b/rust-aes-gcm.spec
index 1f5e31f..e07bdef 100644
--- a/rust-aes-gcm.spec
+++ b/rust-aes-gcm.spec
@@ -1,5 +1,5 @@
-# Generated by rust2rpm 24
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate aes-gcm
@@ -13,7 +13,7 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/aes-gcm
Source: %{crates_source}
-BuildRequires: rust-packaging >= 21
+BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Pure Rust implementation of the AES-GCM (Galois/Counter Mode)
@@ -159,7 +159,7 @@ use the "zeroize" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
+%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
diff --git a/rust2rpm.conf b/rust2rpm.conf
deleted file mode 100644
index 97b1021..0000000
--- a/rust2rpm.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[DEFAULT]
-summary = Pure Rust implementation of the AES-GCM AEAD Cipher
diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..ca99995
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,2 @@
+[package]
+summary = "Pure Rust implementation of the AES-GCM AEAD Cipher"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-29 5:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-29 5:51 [rpms/rust-aes-gcm] epel10: Re-generate with rust2rpm 28, rust2rpm.toml instead of .conf Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox