The package rpms/rust-actix-web.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-actix-web.git/commit/?id=75da6c... https://src.fedoraproject.org/cgit/rpms/rust-actix-web.git/commit/?id=4a2a7f....
Change: +ExclusiveArch: %{rust_arches} -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 71ea9ff09f0bc70c088078b56cc9f207c312c554 Author: Fabio Valentini decathorpe@gmail.com Date: Wed Jun 1 00:36:29 2022 +0200
Update to version 4.0.1; Fixes RHBZ#2048855
diff --git a/.gitignore b/.gitignore index 8b28186..ada6a51 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /actix-web-3.3.0.crate /actix-web-3.3.1.crate /actix-web-3.3.2.crate +/actix-web-4.0.1.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf index 135a88f..b926617 100644 --- a/.rust2rpm.conf +++ b/.rust2rpm.conf @@ -1,4 +1,4 @@ [DEFAULT] unwanted-features = + experimental-io-uring rustls - rust-tls diff --git a/actix-web-fix-metadata.diff b/actix-web-fix-metadata.diff deleted file mode 100644 index d2e826b..0000000 --- a/actix-web-fix-metadata.diff +++ /dev/null @@ -1,34 +0,0 @@ ---- actix-web-3.3.2/Cargo.toml 2020-12-01T23:34:30+00:00 -+++ actix-web-3.3.2/Cargo.toml 2020-12-02T14:56:04.708262+00:00 -@@ -172,6 +172,31 @@ - [dependencies.url] - version = "2.1" - -+[dev-dependencies.actix] -+version = "0.10.0" -+ -+[dev-dependencies.actix-http] -+version = "2.1.0" -+features = ["actors"] -+ -+[dev-dependencies.rand] -+version = "0.7" -+ -+[dev-dependencies.env_logger] -+version = "0.8" -+ -+[dev-dependencies.serde_derive] -+version = "1.0" -+ -+[dev-dependencies.brotli2] -+version = "0.3.2" -+ -+[dev-dependencies.flate2] -+version = "1.0.13" -+ -+[dev-dependencies.criterion] -+version = "0.3" -+ - [features] - compress = ["actix-http/compress", "awc/compress"] - default = ["compress"] diff --git a/rust-actix-web.spec b/rust-actix-web.spec index 18762a1..29f141a 100644 --- a/rust-actix-web.spec +++ b/rust-actix-web.spec @@ -1,11 +1,12 @@ -# Generated by rust2rpm 16 -%bcond_without check +# Generated by rust2rpm 21 +# * tests can only be run in-tree +%bcond_with check %global debug_package %{nil}
%global crate actix-web
Name: rust-%{crate} -Version: 3.3.2 +Version: 4.0.1 Release: %autorelease Summary: Powerful, pragmatic, and extremely fast web framework for Rust
@@ -13,16 +14,10 @@ Summary: Powerful, pragmatic, and extremely fast web framework for Rust License: MIT or ASL 2.0 URL: https://crates.io/crates/actix-web Source: %{crates_source} -# Initial patched metadata -# * add missing test dependencies (missing from processed Cargo.toml) -Patch0: actix-web-fix-metadata.diff
ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif
-BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21
%global _description %{expand: Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.} @@ -35,13 +30,20 @@ BuildArch: noarch
%description devel %{_description}
-This package contains library source intended for building other packages -which use "%{crate}" crate. +This package contains library source intended for building other packages which +use the "%{crate}" crate.
%files devel -%license LICENSE-MIT LICENSE-APACHE -%doc README.md CHANGES.md MIGRATION.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/CHANGES.md +%doc %{crate_instdir}/MIGRATION-0.x.md +%doc %{crate_instdir}/MIGRATION-1.0.md +%doc %{crate_instdir}/MIGRATION-2.0.md +%doc %{crate_instdir}/MIGRATION-3.0.md +%doc %{crate_instdir}/MIGRATION-4.0.md +%doc %{crate_instdir}/README.md +%{crate_instdir}/
%package -n %{name}+default-devel Summary: %{summary} @@ -49,35 +51,131 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
-This package contains library source intended for building other packages -which use "default" feature of "%{crate}" crate. +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}+__compress-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+__compress-devel %{_description} + +This package contains library source intended for building other packages which +use the "__compress" feature of the "%{crate}" crate. + +%files -n %{name}+__compress-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+actix-macros-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+actix-macros-devel %{_description} + +This package contains library source intended for building other packages which +use the "actix-macros" feature of the "%{crate}" crate. + +%files -n %{name}+actix-macros-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+actix-tls-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+actix-tls-devel %{_description} + +This package contains library source intended for building other packages which +use the "actix-tls" feature of the "%{crate}" crate. + +%files -n %{name}+actix-tls-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+actix-web-codegen-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+actix-web-codegen-devel %{_description} + +This package contains library source intended for building other packages which +use the "actix-web-codegen" feature of the "%{crate}" crate. + +%files -n %{name}+actix-web-codegen-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+compress-brotli-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+compress-brotli-devel %{_description} + +This package contains library source intended for building other packages which +use the "compress-brotli" feature of the "%{crate}" crate. + +%files -n %{name}+compress-brotli-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+compress-gzip-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+compress-gzip-devel %{_description} + +This package contains library source intended for building other packages which +use the "compress-gzip" feature of the "%{crate}" crate. + +%files -n %{name}+compress-gzip-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+compress-zstd-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+compress-zstd-devel %{_description} + +This package contains library source intended for building other packages which +use the "compress-zstd" feature of the "%{crate}" crate. + +%files -n %{name}+compress-zstd-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+cookie-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+cookie-devel %{_description} + +This package contains library source intended for building other packages which +use the "cookie" feature of the "%{crate}" crate. + +%files -n %{name}+cookie-devel +%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+compress-devel +%package -n %{name}+cookies-devel Summary: %{summary} BuildArch: noarch
-%description -n %{name}+compress-devel %{_description} +%description -n %{name}+cookies-devel %{_description}
-This package contains library source intended for building other packages -which use "compress" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "cookies" feature of the "%{crate}" crate.
-%files -n %{name}+compress-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%files -n %{name}+cookies-devel +%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+open-ssl-devel +%package -n %{name}+macros-devel Summary: %{summary} BuildArch: noarch
-%description -n %{name}+open-ssl-devel %{_description} +%description -n %{name}+macros-devel %{_description}
-This package contains library source intended for building other packages -which use "open-ssl" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "macros" feature of the "%{crate}" crate.
-%files -n %{name}+open-ssl-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%files -n %{name}+macros-devel +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+openssl-devel Summary: %{summary} @@ -85,11 +183,11 @@ BuildArch: noarch
%description -n %{name}+openssl-devel %{_description}
-This package contains library source intended for building other packages -which use "openssl" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "openssl" feature of the "%{crate}" crate.
%files -n %{name}+openssl-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+secure-cookies-devel Summary: %{summary} @@ -97,17 +195,15 @@ BuildArch: noarch
%description -n %{name}+secure-cookies-devel %{_description}
-This package contains library source intended for building other packages -which use "secure-cookies" feature of "%{crate}" crate. +This package contains library source intended for building other packages which +use the "secure-cookies" feature of the "%{crate}" crate.
%files -n %{name}+secure-cookies-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep -# drop unnecessary debuginfo generation to fix armv7hl OOM problems -sed -i "s/debuginfo=2/debuginfo=0/" .cargo/config
%generate_buildrequires %cargo_generate_buildrequires diff --git a/sources b/sources index a88b57c..d8795da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (actix-web-3.3.2.crate) = 505978796b1086016fedc21ebbe1be8a2e360c2985111c9b54c8ad828cfc102a24d697a0fa9d3b0358e65e638a054c4c3dcf57db0c710efa934d0cd4bffe4e10 +SHA512 (actix-web-4.0.1.crate) = 7e24e7212a14e0eb7c1c584c5c619a376a9fc855411c2306a2f6f332269c5e267bdafe4261dd5758ec5b9f7ee3b343c8725fdd50442cfba418c5db53ae253d93
commit 1fa20a329a0fbc90ff2da9f4e44b4e31f121f35a Author: Fabio Valentini decathorpe@gmail.com Date: Mon May 16 00:16:39 2022 +0200
Convert to rpmautospec
diff --git a/changelog b/changelog new file mode 100644 index 0000000..68caa36 --- /dev/null +++ b/changelog @@ -0,0 +1,88 @@ +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 3.3.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Dec 14 2021 Daiki Ueno dueno@redhat.com - 3.3.2-4 +- Drop unnecessary debuginfo generation to fix armv7hl OOM problems + https://src.fedoraproject.org/rpms/rust-cargo/c/37083edf76ed56f3e83169a6fab0... + +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 3.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 3.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Dec 02 2020 Fabio Valentini decathorpe@gmail.com - 3.3.2-1 +- Update to version 3.3.2. +- Fixes RHBZ#1903396 + +* Mon Nov 30 2020 Fabio Valentini decathorpe@gmail.com - 3.3.1-1 +- Update to version 3.3.1. +- Fixes RHBZ#1902512 + +* Wed Nov 25 2020 Fabio Valentini decathorpe@gmail.com - 3.3.0-1 +- Update to version 3.3.0. + +* Sat Nov 07 2020 Fabio Valentini decathorpe@gmail.com - 3.2.0-1 +- Update to version 3.2.0. +- Fixes RHBZ#1893077 + +* Wed Oct 07 2020 Fabio Valentini decathorpe@gmail.com - 3.1.0-1 +- Update to version 3.1.0. + +* Mon Sep 21 2020 Fabio Valentini decathorpe@gmail.com - 3.0.2-1 +- Update to version 3.0.2. + +* Sat Aug 29 08:41:00 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.0.0~beta.3-1 +- Update to 3.0.0-beta.3 + +* Sat Aug 01 2020 Fedora Release Engineering releng@fedoraproject.org - 3.0.0~alpha.3-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 3.0.0~alpha.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 12:30:02 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.0.0~alpha.3-1 +- Update to 3.0.0-alpha.3 + +* Thu May 14 22:44:25 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.0.0~alpha.2-1 +- Update to 3.0.0-alpha.2 + +* Thu May 14 19:40:08 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0-1 +- Update to 2.0.0 + +* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0~rc-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Dec 20 18:44:27 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.0.0~rc-2 +- Regenerate + +* Fri Dec 20 13:20:35 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.0.0~rc-1 +- Update to 2.0.0~rc + +* Mon Dec 16 08:08:31 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.0.0~alpha.6-1 +- Update to 2.0.0~alpha.6 + +* Sat Dec 14 00:51:38 CET 2019 Robert-André Mauchin zebob.m@gmail.com - 2.0.0~alpha.5-1 +- Update to 2.0.0~alpha.5 + +* Sun Sep 01 17:16:23 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.7-1 +- Update to 1.0.7 + +* Tue Aug 06 10:01:45 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.5-1 +- Update to 1.0.5 + +* Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 1.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jun 30 11:56:48 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.3-1 +- Update to 1.0.3 + +* Tue Jun 18 08:39:38 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.2-1 +- Update to 1.0.2 + +* Wed Jun 05 17:52:04 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-1 +- Update to 1.0.0 + +* Fri May 31 19:20:55 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0~rc-1 +- Initial package diff --git a/rust-actix-web.spec b/rust-actix-web.spec index 7134e45..18762a1 100644 --- a/rust-actix-web.spec +++ b/rust-actix-web.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 3.3.2 -Release: 5%{?dist} +Release: %autorelease Summary: Powerful, pragmatic, and extremely fast web framework for Rust
# Upstream license specification: MIT OR Apache-2.0 @@ -124,91 +124,4 @@ sed -i "s/debuginfo=2/debuginfo=0/" .cargo/config %endif
%changelog -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 3.3.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Dec 14 2021 Daiki Ueno dueno@redhat.com - 3.3.2-4 -- Drop unnecessary debuginfo generation to fix armv7hl OOM problems - https://src.fedoraproject.org/rpms/rust-cargo/c/37083edf76ed56f3e83169a6fab0... - -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 3.3.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 3.3.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Dec 02 2020 Fabio Valentini decathorpe@gmail.com - 3.3.2-1 -- Update to version 3.3.2. -- Fixes RHBZ#1903396 - -* Mon Nov 30 2020 Fabio Valentini decathorpe@gmail.com - 3.3.1-1 -- Update to version 3.3.1. -- Fixes RHBZ#1902512 - -* Wed Nov 25 2020 Fabio Valentini decathorpe@gmail.com - 3.3.0-1 -- Update to version 3.3.0. - -* Sat Nov 07 2020 Fabio Valentini decathorpe@gmail.com - 3.2.0-1 -- Update to version 3.2.0. -- Fixes RHBZ#1893077 - -* Wed Oct 07 2020 Fabio Valentini decathorpe@gmail.com - 3.1.0-1 -- Update to version 3.1.0. - -* Mon Sep 21 2020 Fabio Valentini decathorpe@gmail.com - 3.0.2-1 -- Update to version 3.0.2. - -* Sat Aug 29 08:41:00 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.0.0~beta.3-1 -- Update to 3.0.0-beta.3 - -* Sat Aug 01 2020 Fedora Release Engineering releng@fedoraproject.org - 3.0.0~alpha.3-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 3.0.0~alpha.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat May 23 12:30:02 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.0.0~alpha.3-1 -- Update to 3.0.0-alpha.3 - -* Thu May 14 22:44:25 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.0.0~alpha.2-1 -- Update to 3.0.0-alpha.2 - -* Thu May 14 19:40:08 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0-1 -- Update to 2.0.0 - -* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0~rc-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Dec 20 18:44:27 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.0.0~rc-2 -- Regenerate - -* Fri Dec 20 13:20:35 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.0.0~rc-1 -- Update to 2.0.0~rc - -* Mon Dec 16 08:08:31 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.0.0~alpha.6-1 -- Update to 2.0.0~alpha.6 - -* Sat Dec 14 00:51:38 CET 2019 Robert-André Mauchin zebob.m@gmail.com - 2.0.0~alpha.5-1 -- Update to 2.0.0~alpha.5 - -* Sun Sep 01 17:16:23 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.7-1 -- Update to 1.0.7 - -* Tue Aug 06 10:01:45 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.5-1 -- Update to 1.0.5 - -* Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 1.0.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Jun 30 11:56:48 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.3-1 -- Update to 1.0.3 - -* Tue Jun 18 08:39:38 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.2-1 -- Update to 1.0.2 - -* Wed Jun 05 17:52:04 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-1 -- Update to 1.0.0 - -* Fri May 31 19:20:55 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0~rc-1 -- Initial package +%autochangelog
commit 4b06b29db6613d750b29b5d6d7f5d9873c94925d Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 21 19:34:13 2022 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-actix-web.spec b/rust-actix-web.spec index a1a9db6..7134e45 100644 --- a/rust-actix-web.spec +++ b/rust-actix-web.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 3.3.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Powerful, pragmatic, and extremely fast web framework for Rust
# Upstream license specification: MIT OR Apache-2.0 @@ -124,6 +124,9 @@ sed -i "s/debuginfo=2/debuginfo=0/" .cargo/config %endif
%changelog +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 3.3.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Dec 14 2021 Daiki Ueno dueno@redhat.com - 3.3.2-4 - Drop unnecessary debuginfo generation to fix armv7hl OOM problems https://src.fedoraproject.org/rpms/rust-cargo/c/37083edf76ed56f3e83169a6fab0...
commit 6161645074286489e78ae5627d46714ba8c928f7 Author: Daiki Ueno dueno@redhat.com Date: Tue Dec 14 13:36:22 2021 +0100
Drop unnecessary debuginfo generation to fix armv7hl OOM problems
Signed-off-by: Daiki Ueno dueno@redhat.com
diff --git a/rust-actix-web.spec b/rust-actix-web.spec index 73530b7..a1a9db6 100644 --- a/rust-actix-web.spec +++ b/rust-actix-web.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 3.3.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Powerful, pragmatic, and extremely fast web framework for Rust
# Upstream license specification: MIT OR Apache-2.0 @@ -106,6 +106,8 @@ which use "secure-cookies" feature of "%{crate}" crate. %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep +# drop unnecessary debuginfo generation to fix armv7hl OOM problems +sed -i "s/debuginfo=2/debuginfo=0/" .cargo/config
%generate_buildrequires %cargo_generate_buildrequires @@ -122,6 +124,10 @@ which use "secure-cookies" feature of "%{crate}" crate. %endif
%changelog +* Tue Dec 14 2021 Daiki Ueno dueno@redhat.com - 3.3.2-4 +- Drop unnecessary debuginfo generation to fix armv7hl OOM problems + https://src.fedoraproject.org/rpms/rust-cargo/c/37083edf76ed56f3e83169a6fab0... + * Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 3.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
commit 75da6cc9bd7abda10d882eb1e211e217cb15fd78 Author: Tomas Hrcka thrcka@redhat.com Date: Tue Dec 7 11:57:39 2021 +0100
Unretirement request
https://pagure.io/releng/issue/10423
Signed-off-by: Tomas Hrcka thrcka@redhat.com
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b28186 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +/actix-web-1.0.0-rc.crate +/actix-web-1.0.0.crate +/actix-web-1.0.2.crate +/actix-web-1.0.3.crate +/actix-web-1.0.5.crate +/actix-web-1.0.7.crate +/actix-web-1.0.8.crate +/actix-web-2.0.0-alpha.5.crate +/actix-web-2.0.0-alpha.6.crate +/actix-web-2.0.0-rc.crate +/actix-web-2.0.0.crate +/actix-web-3.0.0-alpha.2.crate +/actix-web-3.0.0-alpha.3.crate +/actix-web-3.0.0-beta.3.crate +/actix-web-3.0.2.crate +/actix-web-3.1.0.crate +/actix-web-3.2.0.crate +/actix-web-3.3.0.crate +/actix-web-3.3.1.crate +/actix-web-3.3.2.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf new file mode 100644 index 0000000..135a88f --- /dev/null +++ b/.rust2rpm.conf @@ -0,0 +1,4 @@ +[DEFAULT] +unwanted-features = + rustls + rust-tls diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1c77ed --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-actix-web + +The rust-actix-web package \ No newline at end of file diff --git a/actix-web-fix-metadata.diff b/actix-web-fix-metadata.diff new file mode 100644 index 0000000..d2e826b --- /dev/null +++ b/actix-web-fix-metadata.diff @@ -0,0 +1,34 @@ +--- actix-web-3.3.2/Cargo.toml 2020-12-01T23:34:30+00:00 ++++ actix-web-3.3.2/Cargo.toml 2020-12-02T14:56:04.708262+00:00 +@@ -172,6 +172,31 @@ + [dependencies.url] + version = "2.1" + ++[dev-dependencies.actix] ++version = "0.10.0" ++ ++[dev-dependencies.actix-http] ++version = "2.1.0" ++features = ["actors"] ++ ++[dev-dependencies.rand] ++version = "0.7" ++ ++[dev-dependencies.env_logger] ++version = "0.8" ++ ++[dev-dependencies.serde_derive] ++version = "1.0" ++ ++[dev-dependencies.brotli2] ++version = "0.3.2" ++ ++[dev-dependencies.flate2] ++version = "1.0.13" ++ ++[dev-dependencies.criterion] ++version = "0.3" ++ + [features] + compress = ["actix-http/compress", "awc/compress"] + default = ["compress"] diff --git a/dead.package b/dead.package deleted file mode 100644 index 5ac8255..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -no longer used diff --git a/rust-actix-web.spec b/rust-actix-web.spec new file mode 100644 index 0000000..73530b7 --- /dev/null +++ b/rust-actix-web.spec @@ -0,0 +1,205 @@ +# Generated by rust2rpm 16 +%bcond_without check +%global debug_package %{nil} + +%global crate actix-web + +Name: rust-%{crate} +Version: 3.3.2 +Release: 3%{?dist} +Summary: Powerful, pragmatic, and extremely fast web framework for Rust + +# Upstream license specification: MIT OR Apache-2.0 +License: MIT or ASL 2.0 +URL: https://crates.io/crates/actix-web +Source: %{crates_source} +# Initial patched metadata +# * add missing test dependencies (missing from processed Cargo.toml) +Patch0: actix-web-fix-metadata.diff + +ExclusiveArch: %{rust_arches} +%if %{__cargo_skip_build} +BuildArch: noarch +%endif + +BuildRequires: rust-packaging + +%global _description %{expand: +Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages +which use "%{crate}" crate. + +%files devel +%license LICENSE-MIT LICENSE-APACHE +%doc README.md CHANGES.md MIGRATION.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 "default" feature of "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+compress-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+compress-devel %{_description} + +This package contains library source intended for building other packages +which use "compress" feature of "%{crate}" crate. + +%files -n %{name}+compress-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+open-ssl-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+open-ssl-devel %{_description} + +This package contains library source intended for building other packages +which use "open-ssl" feature of "%{crate}" crate. + +%files -n %{name}+open-ssl-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+openssl-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+openssl-devel %{_description} + +This package contains library source intended for building other packages +which use "openssl" feature of "%{crate}" crate. + +%files -n %{name}+openssl-devel +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%package -n %{name}+secure-cookies-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+secure-cookies-devel %{_description} + +This package contains library source intended for building other packages +which use "secure-cookies" feature of "%{crate}" crate. + +%files -n %{name}+secure-cookies-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 +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 3.3.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 3.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Dec 02 2020 Fabio Valentini decathorpe@gmail.com - 3.3.2-1 +- Update to version 3.3.2. +- Fixes RHBZ#1903396 + +* Mon Nov 30 2020 Fabio Valentini decathorpe@gmail.com - 3.3.1-1 +- Update to version 3.3.1. +- Fixes RHBZ#1902512 + +* Wed Nov 25 2020 Fabio Valentini decathorpe@gmail.com - 3.3.0-1 +- Update to version 3.3.0. + +* Sat Nov 07 2020 Fabio Valentini decathorpe@gmail.com - 3.2.0-1 +- Update to version 3.2.0. +- Fixes RHBZ#1893077 + +* Wed Oct 07 2020 Fabio Valentini decathorpe@gmail.com - 3.1.0-1 +- Update to version 3.1.0. + +* Mon Sep 21 2020 Fabio Valentini decathorpe@gmail.com - 3.0.2-1 +- Update to version 3.0.2. + +* Sat Aug 29 08:41:00 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.0.0~beta.3-1 +- Update to 3.0.0-beta.3 + +* Sat Aug 01 2020 Fedora Release Engineering releng@fedoraproject.org - 3.0.0~alpha.3-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 3.0.0~alpha.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 12:30:02 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.0.0~alpha.3-1 +- Update to 3.0.0-alpha.3 + +* Thu May 14 22:44:25 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.0.0~alpha.2-1 +- Update to 3.0.0-alpha.2 + +* Thu May 14 19:40:08 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0-1 +- Update to 2.0.0 + +* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0~rc-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Dec 20 18:44:27 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.0.0~rc-2 +- Regenerate + +* Fri Dec 20 13:20:35 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.0.0~rc-1 +- Update to 2.0.0~rc + +* Mon Dec 16 08:08:31 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.0.0~alpha.6-1 +- Update to 2.0.0~alpha.6 + +* Sat Dec 14 00:51:38 CET 2019 Robert-André Mauchin zebob.m@gmail.com - 2.0.0~alpha.5-1 +- Update to 2.0.0~alpha.5 + +* Sun Sep 01 17:16:23 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.7-1 +- Update to 1.0.7 + +* Tue Aug 06 10:01:45 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.5-1 +- Update to 1.0.5 + +* Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 1.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jun 30 11:56:48 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.3-1 +- Update to 1.0.3 + +* Tue Jun 18 08:39:38 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.2-1 +- Update to 1.0.2 + +* Wed Jun 05 17:52:04 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-1 +- Update to 1.0.0 + +* Fri May 31 19:20:55 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0~rc-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..a88b57c --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (actix-web-3.3.2.crate) = 505978796b1086016fedc21ebbe1be8a2e360c2985111c9b54c8ad828cfc102a24d697a0fa9d3b0358e65e638a054c4c3dcf57db0c710efa934d0cd4bffe4e10
commit 4a2a7f2f807397dc7c6e47c19677af3a57b5832b Author: Fabio Valentini decathorpe@gmail.com Date: Thu Nov 18 15:13:26 2021 +0100
no longer used
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8b28186..0000000 --- a/.gitignore +++ /dev/null @@ -1,20 +0,0 @@ -/actix-web-1.0.0-rc.crate -/actix-web-1.0.0.crate -/actix-web-1.0.2.crate -/actix-web-1.0.3.crate -/actix-web-1.0.5.crate -/actix-web-1.0.7.crate -/actix-web-1.0.8.crate -/actix-web-2.0.0-alpha.5.crate -/actix-web-2.0.0-alpha.6.crate -/actix-web-2.0.0-rc.crate -/actix-web-2.0.0.crate -/actix-web-3.0.0-alpha.2.crate -/actix-web-3.0.0-alpha.3.crate -/actix-web-3.0.0-beta.3.crate -/actix-web-3.0.2.crate -/actix-web-3.1.0.crate -/actix-web-3.2.0.crate -/actix-web-3.3.0.crate -/actix-web-3.3.1.crate -/actix-web-3.3.2.crate diff --git a/.rust2rpm.conf b/.rust2rpm.conf deleted file mode 100644 index 135a88f..0000000 --- a/.rust2rpm.conf +++ /dev/null @@ -1,4 +0,0 @@ -[DEFAULT] -unwanted-features = - rustls - rust-tls diff --git a/README.md b/README.md deleted file mode 100644 index a1c77ed..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-actix-web - -The rust-actix-web package \ No newline at end of file diff --git a/actix-web-fix-metadata.diff b/actix-web-fix-metadata.diff deleted file mode 100644 index d2e826b..0000000 --- a/actix-web-fix-metadata.diff +++ /dev/null @@ -1,34 +0,0 @@ ---- actix-web-3.3.2/Cargo.toml 2020-12-01T23:34:30+00:00 -+++ actix-web-3.3.2/Cargo.toml 2020-12-02T14:56:04.708262+00:00 -@@ -172,6 +172,31 @@ - [dependencies.url] - version = "2.1" - -+[dev-dependencies.actix] -+version = "0.10.0" -+ -+[dev-dependencies.actix-http] -+version = "2.1.0" -+features = ["actors"] -+ -+[dev-dependencies.rand] -+version = "0.7" -+ -+[dev-dependencies.env_logger] -+version = "0.8" -+ -+[dev-dependencies.serde_derive] -+version = "1.0" -+ -+[dev-dependencies.brotli2] -+version = "0.3.2" -+ -+[dev-dependencies.flate2] -+version = "1.0.13" -+ -+[dev-dependencies.criterion] -+version = "0.3" -+ - [features] - compress = ["actix-http/compress", "awc/compress"] - default = ["compress"] diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5ac8255 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +no longer used diff --git a/rust-actix-web.spec b/rust-actix-web.spec deleted file mode 100644 index 73530b7..0000000 --- a/rust-actix-web.spec +++ /dev/null @@ -1,205 +0,0 @@ -# Generated by rust2rpm 16 -%bcond_without check -%global debug_package %{nil} - -%global crate actix-web - -Name: rust-%{crate} -Version: 3.3.2 -Release: 3%{?dist} -Summary: Powerful, pragmatic, and extremely fast web framework for Rust - -# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 -URL: https://crates.io/crates/actix-web -Source: %{crates_source} -# Initial patched metadata -# * add missing test dependencies (missing from processed Cargo.toml) -Patch0: actix-web-fix-metadata.diff - -ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif - -BuildRequires: rust-packaging - -%global _description %{expand: -Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.} - -%description %{_description} - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages -which use "%{crate}" crate. - -%files devel -%license LICENSE-MIT LICENSE-APACHE -%doc README.md CHANGES.md MIGRATION.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 "default" feature of "%{crate}" crate. - -%files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+compress-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+compress-devel %{_description} - -This package contains library source intended for building other packages -which use "compress" feature of "%{crate}" crate. - -%files -n %{name}+compress-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+open-ssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+open-ssl-devel %{_description} - -This package contains library source intended for building other packages -which use "open-ssl" feature of "%{crate}" crate. - -%files -n %{name}+open-ssl-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+openssl-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+openssl-devel %{_description} - -This package contains library source intended for building other packages -which use "openssl" feature of "%{crate}" crate. - -%files -n %{name}+openssl-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml - -%package -n %{name}+secure-cookies-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+secure-cookies-devel %{_description} - -This package contains library source intended for building other packages -which use "secure-cookies" feature of "%{crate}" crate. - -%files -n %{name}+secure-cookies-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 -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 3.3.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 3.3.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Dec 02 2020 Fabio Valentini decathorpe@gmail.com - 3.3.2-1 -- Update to version 3.3.2. -- Fixes RHBZ#1903396 - -* Mon Nov 30 2020 Fabio Valentini decathorpe@gmail.com - 3.3.1-1 -- Update to version 3.3.1. -- Fixes RHBZ#1902512 - -* Wed Nov 25 2020 Fabio Valentini decathorpe@gmail.com - 3.3.0-1 -- Update to version 3.3.0. - -* Sat Nov 07 2020 Fabio Valentini decathorpe@gmail.com - 3.2.0-1 -- Update to version 3.2.0. -- Fixes RHBZ#1893077 - -* Wed Oct 07 2020 Fabio Valentini decathorpe@gmail.com - 3.1.0-1 -- Update to version 3.1.0. - -* Mon Sep 21 2020 Fabio Valentini decathorpe@gmail.com - 3.0.2-1 -- Update to version 3.0.2. - -* Sat Aug 29 08:41:00 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.0.0~beta.3-1 -- Update to 3.0.0-beta.3 - -* Sat Aug 01 2020 Fedora Release Engineering releng@fedoraproject.org - 3.0.0~alpha.3-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 3.0.0~alpha.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat May 23 12:30:02 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.0.0~alpha.3-1 -- Update to 3.0.0-alpha.3 - -* Thu May 14 22:44:25 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 3.0.0~alpha.2-1 -- Update to 3.0.0-alpha.2 - -* Thu May 14 19:40:08 CEST 2020 Igor Raits ignatenkobrain@fedoraproject.org - 2.0.0-1 -- Update to 2.0.0 - -* Thu Jan 30 2020 Fedora Release Engineering releng@fedoraproject.org - 2.0.0~rc-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Dec 20 18:44:27 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.0.0~rc-2 -- Regenerate - -* Fri Dec 20 13:20:35 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.0.0~rc-1 -- Update to 2.0.0~rc - -* Mon Dec 16 08:08:31 CET 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 2.0.0~alpha.6-1 -- Update to 2.0.0~alpha.6 - -* Sat Dec 14 00:51:38 CET 2019 Robert-André Mauchin zebob.m@gmail.com - 2.0.0~alpha.5-1 -- Update to 2.0.0~alpha.5 - -* Sun Sep 01 17:16:23 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.7-1 -- Update to 1.0.7 - -* Tue Aug 06 10:01:45 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.5-1 -- Update to 1.0.5 - -* Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 1.0.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Jun 30 11:56:48 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.3-1 -- Update to 1.0.3 - -* Tue Jun 18 08:39:38 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.2-1 -- Update to 1.0.2 - -* Wed Jun 05 17:52:04 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0-1 -- Update to 1.0.0 - -* Fri May 31 19:20:55 CEST 2019 Igor Gnatenko ignatenkobrain@fedoraproject.org - 1.0.0~rc-1 -- Initial package diff --git a/sources b/sources deleted file mode 100644 index a88b57c..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (actix-web-3.3.2.crate) = 505978796b1086016fedc21ebbe1be8a2e360c2985111c9b54c8ad828cfc102a24d697a0fa9d3b0358e65e638a054c4c3dcf57db0c710efa934d0cd4bffe4e10
arch-excludes@lists.fedoraproject.org