The package rpms/rust-faccess.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-faccess.git/commit/?id=3bad2634... https://src.fedoraproject.org/cgit/rpms/rust-faccess.git/commit/?id=08871ae3... https://src.fedoraproject.org/cgit/rpms/rust-faccess.git/commit/?id=5a4410a3... https://src.fedoraproject.org/cgit/rpms/rust-faccess.git/commit/?id=a1a9bfee... https://src.fedoraproject.org/cgit/rpms/rust-faccess.git/commit/?id=16424383....
Change: -ExclusiveArch: %{rust_arches} +ExclusiveArch: %{rust_arches} -ExclusiveArch: %{rust_arches} -%ifnarch %{ix86} x86_64 +%ifnarch %{ix86} x86_64
Thanks.
Full change: ============
commit 3bad2634555be148643c34d4dd689ca72e29653a Author: Fabio Valentini decathorpe@gmail.com Date: Fri Mar 3 12:00:56 2023 +0100
Regenerate with rust2rpm v24
diff --git a/README.md b/README.md deleted file mode 100644 index f0915de..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-faccess - -The rust-faccess package diff --git a/faccess-fix-metadata.diff b/faccess-fix-metadata-auto.diff similarity index 71% rename from faccess-fix-metadata.diff rename to faccess-fix-metadata-auto.diff index ee51e6f..f258590 100644 --- a/faccess-fix-metadata.diff +++ b/faccess-fix-metadata-auto.diff @@ -1,11 +1,9 @@ --- faccess-0.2.4/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ faccess-0.2.4/Cargo.toml 2022-03-21T12:13:39.852900+00:00 -@@ -34,19 +34,4 @@ - version = "1.2.1" - ++++ faccess-0.2.4/Cargo.toml 2023-03-03T10:57:19.234832+00:00 +@@ -36,17 +36,3 @@ [target."cfg(unix)".dependencies.libc] --version = "~0.2.68" -- + version = "~0.2.68" + -[target."cfg(windows)".dependencies.winapi] -version = "0.3.8" -features = [ @@ -20,4 +18,3 @@ - "winerror", - "winnt", -] -+version = "0.2.68" diff --git a/rust-faccess.spec b/rust-faccess.spec index 7a80ea4..5101102 100644 --- a/rust-faccess.spec +++ b/rust-faccess.spec @@ -1,23 +1,19 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil}
%global crate faccess
-Name: rust-%{crate} +Name: rust-faccess Version: 0.2.4 Release: %autorelease Summary: Simple file accessibility checks
-# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/faccess Source: %{crates_source} -# Initial patched metadata -# * drop Windows-specific dependencies -Patch0: faccess-fix-metadata.diff - -ExclusiveArch: %{rust_arches} +# Automatically generated patch to strip foreign dependencies +Patch: faccess-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21
commit 08871ae38f73c4a51ec2277213aa64a91e53ead0 Author: Tomas Hrcka thrcka@redhat.com Date: Fri Mar 3 10:49:13 2023 +0100
Unretirement request: https://pagure.io/releng/issue/11313
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6b4c34d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/faccess-0.2.3.crate +/faccess-0.2.4.crate diff --git a/README.md b/README.md new file mode 100644 index 0000000..f0915de --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rust-faccess + +The rust-faccess package diff --git a/changelog b/changelog new file mode 100644 index 0000000..3c3c203 --- /dev/null +++ b/changelog @@ -0,0 +1,8 @@ +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Dec 02 2021 Lokesh Mandvekar lsm5@fedoraproject.org - 0.2.3-2 +- install license and doc for all subpackages + +* Wed Dec 01 2021 Lokesh Mandvekar lsm5@fedoraproject.org - 0.2.3-1 +- Resolves: #2028271 - initial build diff --git a/dead.package b/dead.package deleted file mode 100644 index 5204a84..0000000 --- a/dead.package +++ /dev/null @@ -1 +0,0 @@ -Orphaned for 6+ weeks diff --git a/faccess-fix-metadata.diff b/faccess-fix-metadata.diff new file mode 100644 index 0000000..ee51e6f --- /dev/null +++ b/faccess-fix-metadata.diff @@ -0,0 +1,23 @@ +--- faccess-0.2.4/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ faccess-0.2.4/Cargo.toml 2022-03-21T12:13:39.852900+00:00 +@@ -34,19 +34,4 @@ + version = "1.2.1" + + [target."cfg(unix)".dependencies.libc] +-version = "~0.2.68" +- +-[target."cfg(windows)".dependencies.winapi] +-version = "0.3.8" +-features = [ +- "accctrl", +- "aclapi", +- "handleapi", +- "impl-default", +- "minwindef", +- "processthreadsapi", +- "securitybaseapi", +- "winbase", +- "winerror", +- "winnt", +-] ++version = "0.2.68" diff --git a/rust-faccess.spec b/rust-faccess.spec new file mode 100644 index 0000000..7a80ea4 --- /dev/null +++ b/rust-faccess.spec @@ -0,0 +1,74 @@ +# Generated by rust2rpm 21 +%bcond_without check +%global debug_package %{nil} + +%global crate faccess + +Name: rust-%{crate} +Version: 0.2.4 +Release: %autorelease +Summary: Simple file accessibility checks + +# Upstream license specification: MIT +License: MIT +URL: https://crates.io/crates/faccess +Source: %{crates_source} +# Initial patched metadata +# * drop Windows-specific dependencies +Patch0: faccess-fix-metadata.diff + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging >= 21 + +%global _description %{expand: +Simple file accessibility checks.} + +%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 %{crate_instdir}/LICENSE.txt +%doc %{crate_instdir}/README.md +%{crate_instdir}/ + +%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 %{crate_instdir}/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..ad26ca5 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (faccess-0.2.4.crate) = 6d3328238dcdad0a310ad33e28ca32e68314c7a1b99b0c88c4bb5b380c5a385ec8deb23bb5e8f6bb2eff957becf0b514c488564eb6bd88d471f6ebd3a1614efd
commit 5a4410a35c02ece3fea9e45a9e2a216ab9b2327a Author: Miro Hrončok miro@hroncok.cz Date: Fri Jan 27 11:51:23 2023 +0100
Orphaned for 6+ weeks
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6b4c34d..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/faccess-0.2.3.crate -/faccess-0.2.4.crate diff --git a/README.md b/README.md deleted file mode 100644 index f0915de..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-faccess - -The rust-faccess package diff --git a/changelog b/changelog deleted file mode 100644 index 3c3c203..0000000 --- a/changelog +++ /dev/null @@ -1,8 +0,0 @@ -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Thu Dec 02 2021 Lokesh Mandvekar lsm5@fedoraproject.org - 0.2.3-2 -- install license and doc for all subpackages - -* Wed Dec 01 2021 Lokesh Mandvekar lsm5@fedoraproject.org - 0.2.3-1 -- Resolves: #2028271 - initial build diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/faccess-fix-metadata.diff b/faccess-fix-metadata.diff deleted file mode 100644 index ee51e6f..0000000 --- a/faccess-fix-metadata.diff +++ /dev/null @@ -1,23 +0,0 @@ ---- faccess-0.2.4/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ faccess-0.2.4/Cargo.toml 2022-03-21T12:13:39.852900+00:00 -@@ -34,19 +34,4 @@ - version = "1.2.1" - - [target."cfg(unix)".dependencies.libc] --version = "~0.2.68" -- --[target."cfg(windows)".dependencies.winapi] --version = "0.3.8" --features = [ -- "accctrl", -- "aclapi", -- "handleapi", -- "impl-default", -- "minwindef", -- "processthreadsapi", -- "securitybaseapi", -- "winbase", -- "winerror", -- "winnt", --] -+version = "0.2.68" diff --git a/rust-faccess.spec b/rust-faccess.spec deleted file mode 100644 index 7a80ea4..0000000 --- a/rust-faccess.spec +++ /dev/null @@ -1,74 +0,0 @@ -# Generated by rust2rpm 21 -%bcond_without check -%global debug_package %{nil} - -%global crate faccess - -Name: rust-%{crate} -Version: 0.2.4 -Release: %autorelease -Summary: Simple file accessibility checks - -# Upstream license specification: MIT -License: MIT -URL: https://crates.io/crates/faccess -Source: %{crates_source} -# Initial patched metadata -# * drop Windows-specific dependencies -Patch0: faccess-fix-metadata.diff - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging >= 21 - -%global _description %{expand: -Simple file accessibility checks.} - -%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 %{crate_instdir}/LICENSE.txt -%doc %{crate_instdir}/README.md -%{crate_instdir}/ - -%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 %{crate_instdir}/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 ad26ca5..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (faccess-0.2.4.crate) = 6d3328238dcdad0a310ad33e28ca32e68314c7a1b99b0c88c4bb5b380c5a385ec8deb23bb5e8f6bb2eff957becf0b514c488564eb6bd88d471f6ebd3a1614efd
commit fa81903c29e090497a88b6483a04cfa2fb5d1c19 Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 20 22:47:04 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
commit b8c33d2798f9df36fa0471833fc00c1fa4b5b20c Author: Fedora Release Engineering releng@fedoraproject.org Date: Sat Jul 23 04:00:39 2022 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
commit a1a9bfeed31fa022bc3131973a851a18c11ce7e0 Author: Fabio Valentini decathorpe@gmail.com Date: Mon Mar 21 13:35:50 2022 +0100
Update to version 0.2.4; Fixes RHBZ#2066082
diff --git a/.gitignore b/.gitignore index 3fdb4c1..6b4c34d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /faccess-0.2.3.crate +/faccess-0.2.4.crate diff --git a/faccess-fix-metadata.diff b/faccess-fix-metadata.diff index 5491c86..ee51e6f 100644 --- a/faccess-fix-metadata.diff +++ b/faccess-fix-metadata.diff @@ -1,12 +1,23 @@ ---- faccess-0.2.3/Cargo.toml 2020-04-01T18:46:18+00:00 -+++ faccess-0.2.3/Cargo.toml 2021-12-02T14:17:39.662742+00:00 -@@ -27,6 +27,6 @@ +--- faccess-0.2.4/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ faccess-0.2.4/Cargo.toml 2022-03-21T12:13:39.852900+00:00 +@@ -34,19 +34,4 @@ version = "1.2.1" + [target."cfg(unix)".dependencies.libc] - version = "~0.2.68" +-version = "~0.2.68" +- -[target."cfg(windows)".dependencies.winapi] -version = "0.3.8" --features = ["accctrl", "aclapi", "handleapi", "impl-default", "minwindef", "processthreadsapi", "securitybaseapi", "winbase", "winerror", "winnt"] -+#[target."cfg(windows)".dependencies.winapi] -+#version = "0.3.8" -+#features = ["accctrl", "aclapi", "handleapi", "impl-default", "minwindef", "processthreadsapi", "securitybaseapi", "winbase", "winerror", "winnt"] +-features = [ +- "accctrl", +- "aclapi", +- "handleapi", +- "impl-default", +- "minwindef", +- "processthreadsapi", +- "securitybaseapi", +- "winbase", +- "winerror", +- "winnt", +-] ++version = "0.2.68" diff --git a/rust-faccess.spec b/rust-faccess.spec index e5c31d5..7a80ea4 100644 --- a/rust-faccess.spec +++ b/rust-faccess.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 20 +# Generated by rust2rpm 21 %bcond_without check %global debug_package %{nil}
%global crate faccess
Name: rust-%{crate} -Version: 0.2.3 +Version: 0.2.4 Release: %autorelease Summary: Simple file accessibility checks
@@ -14,11 +14,12 @@ License: MIT URL: https://crates.io/crates/faccess Source: %{crates_source} # Initial patched metadata +# * drop Windows-specific dependencies Patch0: faccess-fix-metadata.diff
ExclusiveArch: %{rust_arches}
-BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21
%global _description %{expand: Simple file accessibility checks.} @@ -35,9 +36,9 @@ This package contains library source intended for building other packages which use the "%{crate}" crate.
%files devel -%license LICENSE.txt -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE.txt +%doc %{crate_instdir}/README.md +%{crate_instdir}/
%package -n %{name}+default-devel Summary: %{summary} @@ -49,15 +50,10 @@ This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel -%license LICENSE.txt -%doc README.md -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml
%prep %autosetup -n %{crate}-%{version_no_tilde} -p1 -%ifnarch %{ix86} x86_64 -sed -i 's/const i8/const u8/' src/lib.rs -%endif %cargo_prep
%generate_buildrequires diff --git a/sources b/sources index cf87b71..ad26ca5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (faccess-0.2.3.crate) = 54118e75b914529d0ea8b3aea229ef2c35ab4a91f6bc18330ad29c4953fdd70eac7753c6c4ee254d5d18c968f273f2c53a680662a7a15dfb78c5816001a80599 +SHA512 (faccess-0.2.4.crate) = 6d3328238dcdad0a310ad33e28ca32e68314c7a1b99b0c88c4bb5b380c5a385ec8deb23bb5e8f6bb2eff957becf0b514c488564eb6bd88d471f6ebd3a1614efd
commit c46bbfa97962264e6a15a59d8baf33b24f3df659 Author: Fabio Valentini decathorpe@gmail.com Date: Mon Mar 21 13:13:14 2022 +0100
convert to rpmautospec
diff --git a/changelog b/changelog new file mode 100644 index 0000000..3c3c203 --- /dev/null +++ b/changelog @@ -0,0 +1,8 @@ +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Dec 02 2021 Lokesh Mandvekar lsm5@fedoraproject.org - 0.2.3-2 +- install license and doc for all subpackages + +* Wed Dec 01 2021 Lokesh Mandvekar lsm5@fedoraproject.org - 0.2.3-1 +- Resolves: #2028271 - initial build diff --git a/rust-faccess.spec b/rust-faccess.spec index 1b20fd9..e5c31d5 100644 --- a/rust-faccess.spec +++ b/rust-faccess.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.2.3 -Release: 3%{?dist} +Release: %autorelease Summary: Simple file accessibility checks
# Upstream license specification: MIT @@ -75,11 +75,4 @@ sed -i 's/const i8/const u8/' src/lib.rs %endif
%changelog -* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Thu Dec 02 2021 Lokesh Mandvekar lsm5@fedoraproject.org - 0.2.3-2 -- install license and doc for all subpackages - -* Wed Dec 01 2021 Lokesh Mandvekar lsm5@fedoraproject.org - 0.2.3-1 -- Resolves: #2028271 - initial build +%autochangelog
commit 74a1e6348ef4d8cd2dcca0dd5402eea3d1ebe888 Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 21 20:50:30 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-faccess.spec b/rust-faccess.spec index f12705e..1b20fd9 100644 --- a/rust-faccess.spec +++ b/rust-faccess.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 0.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Simple file accessibility checks
# Upstream license specification: MIT @@ -75,6 +75,9 @@ sed -i 's/const i8/const u8/' src/lib.rs %endif
%changelog +* Fri Jan 21 2022 Fedora Release Engineering releng@fedoraproject.org - 0.2.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Dec 02 2021 Lokesh Mandvekar lsm5@fedoraproject.org - 0.2.3-2 - install license and doc for all subpackages
commit 164243831857a2f4562607021962785c1a63b7b1 Author: Lokesh Mandvekar lsm5@fedoraproject.org Date: Thu Dec 2 10:52:50 2021 -0500
Resolves: #2028271 - initial build
Signed-off-by: Lokesh Mandvekar lsm5@fedoraproject.org
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3fdb4c1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/faccess-0.2.3.crate diff --git a/faccess-fix-metadata.diff b/faccess-fix-metadata.diff new file mode 100644 index 0000000..5491c86 --- /dev/null +++ b/faccess-fix-metadata.diff @@ -0,0 +1,12 @@ +--- faccess-0.2.3/Cargo.toml 2020-04-01T18:46:18+00:00 ++++ faccess-0.2.3/Cargo.toml 2021-12-02T14:17:39.662742+00:00 +@@ -27,6 +27,6 @@ + version = "1.2.1" + [target."cfg(unix)".dependencies.libc] + version = "~0.2.68" +-[target."cfg(windows)".dependencies.winapi] +-version = "0.3.8" +-features = ["accctrl", "aclapi", "handleapi", "impl-default", "minwindef", "processthreadsapi", "securitybaseapi", "winbase", "winerror", "winnt"] ++#[target."cfg(windows)".dependencies.winapi] ++#version = "0.3.8" ++#features = ["accctrl", "aclapi", "handleapi", "impl-default", "minwindef", "processthreadsapi", "securitybaseapi", "winbase", "winerror", "winnt"] diff --git a/rust-faccess.spec b/rust-faccess.spec new file mode 100644 index 0000000..f12705e --- /dev/null +++ b/rust-faccess.spec @@ -0,0 +1,82 @@ +# Generated by rust2rpm 20 +%bcond_without check +%global debug_package %{nil} + +%global crate faccess + +Name: rust-%{crate} +Version: 0.2.3 +Release: 2%{?dist} +Summary: Simple file accessibility checks + +# Upstream license specification: MIT +License: MIT +URL: https://crates.io/crates/faccess +Source: %{crates_source} +# Initial patched metadata +Patch0: faccess-fix-metadata.diff + +ExclusiveArch: %{rust_arches} + +BuildRequires: rust-packaging + +%global _description %{expand: +Simple file accessibility checks.} + +%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.txt +%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 +%license LICENSE.txt +%doc README.md +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version_no_tilde} -p1 +%ifnarch %{ix86} x86_64 +sed -i 's/const i8/const u8/' src/lib.rs +%endif +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Thu Dec 02 2021 Lokesh Mandvekar lsm5@fedoraproject.org - 0.2.3-2 +- install license and doc for all subpackages + +* Wed Dec 01 2021 Lokesh Mandvekar lsm5@fedoraproject.org - 0.2.3-1 +- Resolves: #2028271 - initial build diff --git a/sources b/sources new file mode 100644 index 0000000..cf87b71 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (faccess-0.2.3.crate) = 54118e75b914529d0ea8b3aea229ef2c35ab4a91f6bc18330ad29c4953fdd70eac7753c6c4ee254d5d18c968f273f2c53a680662a7a15dfb78c5816001a80599
arch-excludes@lists.fedoraproject.org