## START: Set by rpmautospec ## (rpmautospec version 0.8.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 6; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by rust2rpm 27 %bcond check 1 %global crate sevctl Name: rust-sevctl Version: 0.6.2 Release: %autorelease Summary: Administrative utility for AMD SEV License: Apache-2.0 URL: https://crates.io/crates/sevctl Source: %{crates_source} # Manually created patch for downstream crate metadata changes # * Drop vendored feature from openssl dependency # * Relax clap dependency Patch: sevctl-fix-metadata.diff # SEV is an AMD x86_64 CPU feature so doesn't make sense to # try to build on other arches ExclusiveArch: x86_64 BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Administrative utility for AMD SEV.} %description %{_description} %package -n %{crate} Summary: %{summary} # Apache-2.0 # Apache-2.0 OR BSL-1.0 # Apache-2.0 OR MIT # MIT # MIT OR Apache-2.0 # MIT OR Apache-2.0 OR Zlib # Zlib OR Apache-2.0 OR MIT License: Apache-2.0 AND MIT # LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} %files -n %{crate} %license LICENSE %license LICENSE.dependencies %doc README.md %{_bindir}/sevctl %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %{cargo_license_summary} %{cargo_license} > LICENSE.dependencies %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog ## START: Generated by rpmautospec * Sat Feb 07 2026 Fabio Valentini - 0.6.2-6 - Rebuild for RUSTSEC-2026-{0007,0008,0009} and CVE-2026-25537 * Sat Jan 17 2026 Fedora Release Engineering - 0.6.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Jul 25 2025 Fedora Release Engineering - 0.6.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Wed May 28 2025 Sergio Lopez - 0.6.2-3 - Regenerate with rust2rpm * Wed May 28 2025 Sergio Lopez - 0.6.2-2 - Replace supported-arches with ExclusiveArch * Wed May 28 2025 Sergio Lopez - 0.6.2-1 - Update to version 0.6.2 and switch to rust2rpm * Thu Feb 06 2025 Fabio Valentini - 0.6.0-4 - Rebuild for openssl crate >= v0.10.70 (RUSTSEC-2025-0004) * Sun Jan 19 2025 Fedora Release Engineering - 0.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Nov 12 2024 Sergio Lopez - 0.6.0-1 - Update to version 0.6.0 * Sat Jul 20 2024 Fedora Release Engineering - 0.4.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu May 23 2024 Fabio Valentini - 0.4.3-4 - Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces. * Sat Jan 27 2024 Fedora Release Engineering - 0.4.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Dec 01 2023 Fabio Valentini - 0.4.3-2 - Rebuild for openssl crate >= v0.10.60 (RUSTSEC-2023-0044, RUSTSEC-2023-0072) * Mon Aug 07 2023 Tyler Fanelli - 0.4.3-1 - Update to 0.4.3 * Wed Jul 19 2023 Tyler Fanelli - 0.4.1-1 - Update to 0.4.1 - Remove patch to update sev dependency. * Wed May 03 2023 Fabio Valentini - 0.3.2-4 - Rebuild for openssl crate >= v0.10.48 (RUSTSEC-2023-{0022,0023,0024}) * Thu Feb 09 2023 Sergio Lopez - 0.3.2-3 - Include a patch to update sev dependency * Sat Jan 21 2023 Fedora Release Engineering - 0.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Nov 18 2022 Tyler Fanelli - 0.3.2-1 - Update to 0.3.2 (rhbz#2143857) * Thu Aug 25 2022 Fabio Valentini - 0.3.0-2 - Regenerate with rust2rpm v22 and specify License for binary package. * Thu Aug 25 2022 Cole Robinson - 0.3.0-1 - Update to 0.3.0 (rhbz #2097875) * Sat Jul 23 2022 Fedora Release Engineering - 0.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek - 0.2.0-4 - Rebuild with package notes * Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek - 0.2.0-3 - Rebuild with package notes * Fri Jan 21 2022 Fedora Release Engineering - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jan 4 2022 Daniel P. Berrangé - 0.2.0-1 - Update to 0.2.0 release (rhbz #2034304) - Restrict build arch to x86_64 only * Tue Sep 14 2021 Sahana Prasad - 0.1.0-3 - Rebuilt with OpenSSL 3.0.0 * Fri Jul 23 2021 Fedora Release Engineering - 0.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Mar 30 2021 Connor Kuehl - 0.1.0-1 - Initial package ## END: Generated by rpmautospec