https://bugzilla.redhat.com/show_bug.cgi?id=2453288
Ben Beasley <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #35 from Ben Beasley <[email protected]> --- (In reply to Tyler Fanelli from comment #34) > Thanks, I think I've fixed the issue in the latest changes. Would you mind > taking a look? I’m sorry it’s taken me a little while to revisit this. The latest submission looks encouraging, but the spec file and SRPM don’t quite match. Could you please make sure that these two uploads are consistent? It makes it much easier for to make sure that I am reviewing the correct iteration. @@ -1,2 +1,12 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.8.4) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 2; + 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 + %global crate aws-nitro-enclaves-nsm-api @@ -6,17 +16,5 @@ Summary: C library for AWS Nitro Secure Module (NSM) API -SourceLicense: Apache-2.0 -# These are the licenses of statically-linked Rust dependencies, from the -# output of %%{cargo_license_summary}. -# -# Apache-2.0 -# Apache-2.0 OR MIT -# MIT -# MIT OR Apache-2.0 -%global additional_rust_licenses %{shrink: - MIT AND - (Apache-2.0 OR MIT) - } -License: Apache-2.0 AND %{additional_rust_licenses} +License: Apache-2.0 URL: https://github.com/aws/%{crate} Source0: %{url}/archive/v%{version}/%{crate}-%{version}.tar.gz @@ -35,4 +33,19 @@ %{summary}. +SourceLicense: Apache-2.0 +# These are the licenses of statically-linked Rust dependencies, from the +# output of %%{cargo_license_summary}. +# +# Apache-2.0 +# Apache-2.0 OR MIT +# MIT +# MIT OR Apache-2.0 +%global additional_rust_licenses %{shrink: + MIT AND + (Apache-2.0 OR MIT) + } +License: Apache-2.0 AND %{additional_rust_licenses} + + %package devel Summary: Header files and library for libnsm development @@ -89,3 +102,9 @@ %changelog -%{autochangelog} +## START: Generated by rpmautospec +* Mon Aug 03 2026 Tyler Fanelli <[email protected]> - 0.5.2-2 +- Uncommitted changes + +* Mon Aug 03 2026 Tyler Fanelli <[email protected]> - 0.5.2-1 +- Initial commit +## END: Generated by rpmautospec -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2453288 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202453288%23c35 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
