public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust2rpm] f43: Update to version 28.1.0; Fixes RHBZ#2533882
@ 2026-09-15 15:31 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-15 15:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust2rpm
Branch : f43
Commit : 03d60832288c9b747c6a2d35a6eaf9ab594637f2
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-09-15T17:13:54+02:00
Stats : +7/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust2rpm/c/03d60832288c9b747c6a2d35a6eaf9ab594637f2?branch=f43
Log:
Update to version 28.1.0; Fixes RHBZ#2533882
---
diff --git a/.gitignore b/.gitignore
index 2cb1314..e4b03a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
/rust2rpm-27.1.0.tar.gz
/rust2rpm-27.1.1.tar.gz
/v28.0.0.tar.gz
+/v28.1.0.tar.gz
diff --git a/rust2rpm.spec b/rust2rpm.spec
index 160676c..e3bdf95 100644
--- a/rust2rpm.spec
+++ b/rust2rpm.spec
@@ -1,7 +1,7 @@
-%bcond_without check
+%bcond check 1
Name: rust2rpm
-Version: 28.0.0
+Version: 28.1.0
Release: %autorelease
Summary: Generate RPM spec files for Rust crates
License: MIT
@@ -17,11 +17,13 @@ BuildRequires: /usr/bin/asciidoctor
%if %{with check}
BuildRequires: cargo
BuildRequires: rust2rpm-helper >= 0.1.2
+BuildRequires: python3-libdnf5
%endif
Requires: cargo
Requires: cargo-rpm-macros
Recommends: rust2rpm-helper >= 0.1.2
+Recommends: python3-libdnf5
# obsolete old provides (removed in Fedora 38)
Obsoletes: cargo-inspector < 24
@@ -68,6 +70,7 @@ install -Dpm 644 docs/rust2rpm.toml.5 -t %{buildroot}/%{_mandir}/man5/
%doc README.md
%doc CHANGELOG.md
%{_bindir}/rust2rpm
+%{_bindir}/cratedeps
%{_mandir}/man1/rust2rpm.1*
%{_mandir}/man5/rust2rpm.{conf,toml}.5*
diff --git a/sources b/sources
index b36a631..78c97d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v28.0.0.tar.gz) = 6f5858a63208d349ea6a8f5ae01f1729242d066e2fa97ee6dcb7ba5ceace12f703f61d08e88ec8455c0d218b3e91ccc4423852c32722c3be70f0f38b0a0f0197
+SHA512 (v28.1.0.tar.gz) = 3069bb56f920dc013b0fe6f91f15adc90595775f7646077301bd4dd0eb77ad386ce8fbe8eae47ee4ae5297207e2f207234294b8355bce035c6e06b29681774b3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-15 15:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 15:31 [rpms/rust2rpm] f43: Update to version 28.1.0; Fixes RHBZ#2533882 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox