Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
40
.gitignore
vendored
40
.gitignore
vendored
@ -1 +1,39 @@
|
|||||||
SOURCES/librsvg-2.42.7.tar.xz
|
librsvg-2.31.0.tar.bz2
|
||||||
|
/librsvg-2.32.0.tar.bz2
|
||||||
|
/librsvg-2.32.1.tar.bz2
|
||||||
|
/librsvg-2.34.0.tar.bz2
|
||||||
|
/librsvg-2.34.1.tar.xz
|
||||||
|
/librsvg-2.35.0.tar.xz
|
||||||
|
/librsvg-2.35.1.tar.xz
|
||||||
|
/librsvg-2.35.2.tar.xz
|
||||||
|
/librsvg-2.36.0.tar.xz
|
||||||
|
/librsvg-2.36.1.tar.xz
|
||||||
|
/librsvg-2.36.3.tar.xz
|
||||||
|
/librsvg-2.36.4.tar.xz
|
||||||
|
/librsvg-2.37.0.tar.xz
|
||||||
|
/librsvg-2.39.0.tar.xz
|
||||||
|
/librsvg-2.40.0.tar.xz
|
||||||
|
/librsvg-2.40.1.tar.xz
|
||||||
|
/librsvg-2.40.2.tar.xz
|
||||||
|
/librsvg-2.40.3.tar.xz
|
||||||
|
/librsvg-2.40.4.tar.xz
|
||||||
|
/librsvg-2.40.5.tar.xz
|
||||||
|
/librsvg-2.40.6.tar.xz
|
||||||
|
/librsvg-2.40.7.tar.xz
|
||||||
|
/librsvg-2.40.8.tar.xz
|
||||||
|
/librsvg-2.40.9.tar.xz
|
||||||
|
/librsvg-2.40.10.tar.xz
|
||||||
|
/librsvg-2.40.11.tar.xz
|
||||||
|
/librsvg-2.40.12.tar.xz
|
||||||
|
/librsvg-2.40.13.tar.xz
|
||||||
|
/librsvg-2.40.15.tar.xz
|
||||||
|
/librsvg-2.40.16.tar.xz
|
||||||
|
/librsvg-2.40.17.tar.xz
|
||||||
|
/librsvg-2.40.18.tar.xz
|
||||||
|
/librsvg-2.40.19.tar.xz
|
||||||
|
/librsvg-2.40.20.tar.xz
|
||||||
|
/librsvg-2.42.1.tar.xz
|
||||||
|
/librsvg-2.42.2.tar.xz
|
||||||
|
/librsvg-2.42.3.tar.xz
|
||||||
|
/librsvg-2.42.6.tar.xz
|
||||||
|
/librsvg-2.42.7.tar.xz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
dd6d47ab7db959ec6dd80739b61bda3b24fc170c SOURCES/librsvg-2.42.7.tar.xz
|
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
@ -66,7 +66,8 @@ BuildRequires: (crate(regex) >= 0.2.1 with crate(regex) < 0.3.0)
|
|||||||
Requires: gdk-pixbuf2%{?_isa}
|
Requires: gdk-pixbuf2%{?_isa}
|
||||||
|
|
||||||
%if 0%{?bundled_rust_deps}
|
%if 0%{?bundled_rust_deps}
|
||||||
# Basically everything apart from Windows and Fuchsia specific things
|
# Generated with a script from Firefox package:
|
||||||
|
# https://gitlab.com/redhat/centos-stream/rpms/firefox/-/blob/c9s/get_rust_bundled_provides.sh
|
||||||
Provides: bundled(crate(aho-corasick)) = 0.6.4
|
Provides: bundled(crate(aho-corasick)) = 0.6.4
|
||||||
Provides: bundled(crate(bitflags)) = 0.9.1
|
Provides: bundled(crate(bitflags)) = 0.9.1
|
||||||
Provides: bundled(crate(bitflags)) = 1.0.1
|
Provides: bundled(crate(bitflags)) = 1.0.1
|
||||||
@ -107,6 +108,7 @@ Provides: bundled(crate(rand)) = 0.3.22
|
|||||||
Provides: bundled(crate(rand)) = 0.4.2
|
Provides: bundled(crate(rand)) = 0.4.2
|
||||||
Provides: bundled(crate(regex)) = 0.2.7
|
Provides: bundled(crate(regex)) = 0.2.7
|
||||||
Provides: bundled(crate(regex-syntax)) = 0.5.0
|
Provides: bundled(crate(regex-syntax)) = 0.5.0
|
||||||
|
Provides: bundled(crate(rsvg_internals)) = 0.0.1
|
||||||
Provides: bundled(crate(siphasher)) = 0.2.2
|
Provides: bundled(crate(siphasher)) = 0.2.2
|
||||||
Provides: bundled(crate(smallvec)) = 0.6.0
|
Provides: bundled(crate(smallvec)) = 0.6.0
|
||||||
Provides: bundled(crate(syn)) = 0.11.11
|
Provides: bundled(crate(syn)) = 0.11.11
|
Loading…
Reference in New Issue
Block a user