public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sinit] rawhide: Regenerate with rust2rpm v28
@ 2026-07-29 20:41 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-29 20:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-sinit
Branch : rawhide
Commit : 3c8c0e36f06447397d07b1402683e577e64bf6a3
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-07-29T22:40:39+02:00
Stats : +12/-13 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-sinit/c/3c8c0e36f06447397d07b1402683e577e64bf6a3?branch=rawhide
Log:
Regenerate with rust2rpm v28
---
diff --git a/README.md b/README.md
deleted file mode 100644
index 3e3ba2c..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# rust-sinit
-
-The rust-sinit package
diff --git a/rust-sinit.spec b/rust-sinit.spec
index 6513096..fac84f9 100644
--- a/rust-sinit.spec
+++ b/rust-sinit.spec
@@ -1,5 +1,5 @@
-# Generated by rust2rpm 22
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global crate sinit
@@ -12,30 +12,30 @@ License: BSD-2-Clause
URL: https://crates.io/crates/sinit
Source: %{crates_source}
-ExclusiveArch: %{rust_arches}
-
-BuildRequires: rust-packaging >= 21
+BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
-Simple init system for use in containers.}
+A simple init system for use in containers.}
%description %{_description}
%package -n %{crate}
Summary: %{summary}
-# Effective license calculation:
-# BSD-2-Clause and (MIT OR Apache-2.0) and (MIT or ASL 2.0)
-License: BSD-2-Clause and (MIT or Apache-2.0)
+# BSD-2-Clause
+# MIT OR Apache-2.0
+License: BSD-2-Clause AND (MIT OR Apache-2.0)
+# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}
%files -n %{crate}
%license LICENSE
+%license LICENSE.dependencies
%doc README.md
%{_bindir}/sinit
%prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
+%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@@ -43,6 +43,8 @@ License: BSD-2-Clause and (MIT or Apache-2.0)
%build
%cargo_build
+%{cargo_license_summary}
+%{cargo_license} > LICENSE.dependencies
%install
%cargo_install
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-29 20:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29 20:41 [rpms/rust-sinit] rawhide: Regenerate with rust2rpm v28 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox