The package rpms/rust-nohash-hasher.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/rust-nohash-hasher.git/commit/?id=83... https://src.fedoraproject.org/cgit/rpms/rust-nohash-hasher.git/commit/?id=19... https://src.fedoraproject.org/cgit/rpms/rust-nohash-hasher.git/commit/?id=e4... https://src.fedoraproject.org/cgit/rpms/rust-nohash-hasher.git/commit/?id=54....
Change: -ExclusiveArch: %{rust_arches} +ExclusiveArch: %{rust_arches} -ExclusiveArch: %{rust_arches} +ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 833470957fe40779238b3f881dbef064d5849046 Author: Davide Cavalca dcavalca@fedoraproject.org Date: Fri May 30 08:27:41 2025 -0700
Regenerate the spec; Fixes: RHBZ#2369118
diff --git a/rust-nohash-hasher.spec b/rust-nohash-hasher.spec index ba36b87..bba7023 100644 --- a/rust-nohash-hasher.spec +++ b/rust-nohash-hasher.spec @@ -1,25 +1,22 @@ -# Generated by rust2rpm 20 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil}
%global crate nohash-hasher
-Name: rust-%{crate} +Name: rust-nohash-hasher Version: 0.2.0 Release: %autorelease -Summary: Implementation of `std::hash::Hasher` which does not hash at all +Summary: Implementation of std::hash::Hasher which does not hash at all
-# Upstream license specification: Apache-2.0 OR MIT -License: ASL 2.0 or MIT +License: Apache-2.0 OR MIT URL: https://crates.io/crates/nohash-hasher Source: %{crates_source}
-ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging +BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: -Implementation of `std::hash::Hasher` which does not hash at all.} +An implementation of `std::hash::Hasher` which does not hash at all.}
%description %{_description}
@@ -33,9 +30,10 @@ This package contains library source intended for building other packages which use the "%{crate}" crate.
%files devel -%license LICENSE-APACHE LICENSE-MIT -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/
%package -n %{name}+default-devel Summary: %{summary} @@ -47,7 +45,7 @@ This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel Summary: %{summary} @@ -59,10 +57,10 @@ This package contains library source intended for building other packages which use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep
%generate_buildrequires
commit 197742c71166ede91bd35a2bc173020222214aec Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri May 30 14:45:57 2025 +0000
Unretirement request: pagure.io/releng/issue/12761 Revert "unused leaf package for more than two release cycles"
This reverts commit e47e48e5b8e76b0d2acc1e1fa57ad5e9f6e0281c.
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f807559 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/nohash-hasher-0.2.0.crate diff --git a/README.md b/README.md new file mode 100644 index 0000000..16dea6c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-nohash-hasher + +The rust-nohash-hasher package diff --git a/dead.package b/dead.package deleted file mode 100644 index 6393b9f..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -unused leaf package for more than two release cycles diff --git a/rust-nohash-hasher.spec b/rust-nohash-hasher.spec new file mode 100644 index 0000000..ba36b87 --- /dev/null +++ b/rust-nohash-hasher.spec @@ -0,0 +1,83 @@ +# Generated by rust2rpm 20 +%bcond_without check +%global debug_package %{nil} + +%global crate nohash-hasher + +Name: rust-%{crate} +Version: 0.2.0 +Release: %autorelease +Summary: Implementation of `std::hash::Hasher` which does not hash at all + +# Upstream license specification: Apache-2.0 OR MIT +License: ASL 2.0 or MIT +URL: https://crates.io/crates/nohash-hasher +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging + +%global _description %{expand: +Implementation of `std::hash::Hasher` which does not hash at all.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license LICENSE-APACHE LICENSE-MIT +%doc README.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+std-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+std-devel %{_description} + +This package contains library source intended for building other packages which +use the "std" feature of the "%{crate}" crate. + +%files -n %{name}+std-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..f341b93 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (nohash-hasher-0.2.0.crate) = b1b754262471ac1fb074559c264321f8f08c46c55752187f51a93cdc73509551b43008751ff9db4aa5b47fbfdda783904f5492349546ad14856fe485ccec55d8
commit e47e48e5b8e76b0d2acc1e1fa57ad5e9f6e0281c Author: Fabio Valentini decathorpe@gmail.com Date: Sat Feb 4 16:12:21 2023 +0100
unused leaf package for more than two release cycles
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f807559..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/nohash-hasher-0.2.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index 16dea6c..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-nohash-hasher - -The rust-nohash-hasher package diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..6393b9f --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +unused leaf package for more than two release cycles diff --git a/rust-nohash-hasher.spec b/rust-nohash-hasher.spec deleted file mode 100644 index ba36b87..0000000 --- a/rust-nohash-hasher.spec +++ /dev/null @@ -1,83 +0,0 @@ -# Generated by rust2rpm 20 -%bcond_without check -%global debug_package %{nil} - -%global crate nohash-hasher - -Name: rust-%{crate} -Version: 0.2.0 -Release: %autorelease -Summary: Implementation of `std::hash::Hasher` which does not hash at all - -# Upstream license specification: Apache-2.0 OR MIT -License: ASL 2.0 or MIT -URL: https://crates.io/crates/nohash-hasher -Source: %{crates_source} - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging - -%global _description %{expand: -Implementation of `std::hash::Hasher` which does not hash at all.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages which -use the "%{crate}" crate. - -%files devel -%license LICENSE-APACHE LICENSE-MIT -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ - -%package -n %{name}+default-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+default-devel %{_description} - -This package contains library source intended for building other packages which -use the "default" feature of the "%{crate}" crate. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+std-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+std-devel %{_description} - -This package contains library source intended for building other packages which -use the "std" feature of the "%{crate}" crate. - -%files -n %{name}+std-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep - -%generate_buildrequires -%cargo_generate_buildrequires - -%build -%cargo_build - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -%autochangelog diff --git a/sources b/sources deleted file mode 100644 index f341b93..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (nohash-hasher-0.2.0.crate) = b1b754262471ac1fb074559c264321f8f08c46c55752187f51a93cdc73509551b43008751ff9db4aa5b47fbfdda783904f5492349546ad14856fe485ccec55d8
commit 4ab62b3b5a30048176343fa4d3fed3efed03e347 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jan 21 00:07:27 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
commit 963a2518b857db22abe42a0928b7450a24982a44 Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jul 23 05:20:40 2022 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
commit 54c9e56c89d0f5ebbcd0a52e5eab3518f4d88623 Author: Davide Cavalca dcavalca@fedoraproject.org Date: Fri Jan 28 06:42:56 2022 -0800
Initial import; Fixes: RHBZ#1990711
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f807559 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/nohash-hasher-0.2.0.crate diff --git a/rust-nohash-hasher.spec b/rust-nohash-hasher.spec new file mode 100644 index 0000000..ba36b87 --- /dev/null +++ b/rust-nohash-hasher.spec @@ -0,0 +1,83 @@ +# Generated by rust2rpm 20 +%bcond_without check +%global debug_package %{nil} + +%global crate nohash-hasher + +Name: rust-%{crate} +Version: 0.2.0 +Release: %autorelease +Summary: Implementation of `std::hash::Hasher` which does not hash at all + +# Upstream license specification: Apache-2.0 OR MIT +License: ASL 2.0 or MIT +URL: https://crates.io/crates/nohash-hasher +Source: %{crates_source} + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging + +%global _description %{expand: +Implementation of `std::hash::Hasher` which does not hash at all.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license LICENSE-APACHE LICENSE-MIT +%doc README.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+std-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+std-devel %{_description} + +This package contains library source intended for building other packages which +use the "std" feature of the "%{crate}" crate. + +%files -n %{name}+std-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +%autochangelog diff --git a/sources b/sources new file mode 100644 index 0000000..f341b93 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (nohash-hasher-0.2.0.crate) = b1b754262471ac1fb074559c264321f8f08c46c55752187f51a93cdc73509551b43008751ff9db4aa5b47fbfdda783904f5492349546ad14856fe485ccec55d8
arch-excludes@lists.fedoraproject.org