public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust2rpm] rawhide: Update to version 28.1.0; Fixes RHBZ#2533882
Date: Tue, 15 Sep 2026 15:14:20 GMT	[thread overview]
Message-ID: <178948526024.1.17375557170214081893.rpms-rust2rpm-03d60832288c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust2rpm
Branch : rawhide
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=rawhide

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

                 reply	other threads:[~2026-09-15 15:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178948526024.1.17375557170214081893.rpms-rust2rpm-03d60832288c@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox