Commit Graph

43 Commits

Author SHA1 Message Date
Tomas Popela
c4ddd6e53a Make the timer optional while getting compiled rust crates
So we can use the script in other components that are using rust crates.

Related: RHEL-14542
2023-11-01 14:02:59 +01:00
Eike Rathke
5d7e7e371f Sync spec file to rhel-9.2.0
Related: RHEL-14542
2023-11-01 14:02:35 +01:00
Eike Rathke
d288c2adce Update to 115.3.1
Resolves: RHEL-10604
2023-10-04 16:11:31 +02:00
Jan Horak
a86c648e30 Update to 115.3 esr
Resolves: RHEL-2182
2023-09-27 22:28:38 +02:00
Jan Horak
65fc9cd9a0 Rebase to 115 esr
Resolves: RHEL-2182
2023-09-27 22:27:49 +02:00
Eike Rathke
6bffe31992 Related: #2234839 Update to 102.15.1 2023-09-19 15:40:56 +02:00
Eike Rathke
b017968b20 Resolves: #2234839 Update to 102.15.0 build2 2023-09-04 19:29:22 +02:00
Eike Rathke
8e3bc9ef25 Resolves: #2225290 Update to 102.14.0 build1 2023-08-03 16:27:40 +02:00
Eike Rathke
c9c5aeda74 Related: #2217667 Remove upstream LLVM 16 and rust 1.70 patches 2023-07-13 14:59:36 +02:00
Eike Rathke
7cba407a58 Resolves: #2217667 Update to 102.13.0 build2 2023-07-13 14:59:36 +02:00
Eike Rathke
2010a6635b Resolves: #2217667 Update to 102.13.0 build1 2023-07-13 14:59:25 +02:00
Eike Rathke
757ef16e76 Related: #2211000 Revert last two "import sources" commits
The one actual diff

 -%if 0%{?rhel} == 7
 +%if 0%{?rhel} == 7 || (0%{?rhel} == 8 && %{rhel8_minor_version} >= 9)

is instead to be applied to rhel-* branches to stay in sync.
2023-06-29 15:05:23 +02:00
Adam Samalik
b507f084ca import sources 2023-06-21 12:43:19 +02:00
Adam Samalik
b27db16308 import sources 2023-06-20 17:22:31 +02:00
Eike Rathke
190b4cba79 Related: #2210993 Fix FTBFS with clang LLVM 16 also on c8s/rhel-8.9.0 2023-06-14 13:45:40 +02:00
Eike Rathke
7d112c7bf2 Related: #2192786 Fix macro call 2023-06-14 12:04:15 +02:00
Eike Rathke
ad79756db9 Related: #2192786 Fix FTBFS with clang LLVM 16
Add rust-bindgen patch for building against clang LLVM 16 on
c9s/rhel-9.3.0

With clang LLVM 16 rust-bindgen 0.56.0 is too old, see
https://github.com/rust-lang/rust-bindgen/pull/2319
https://github.com/rust-lang/rust-bindgen/issues/2312
https://github.com/rust-lang/rust-bindgen/issues/2488
https://github.com/rust-lang/rust-bindgen/pull/2339
https://github.com/rust-lang/rust-bindgen/issues/2325

Introduce dist_to_rhel9_minor() and rhel9_minor_version.
Rename dist_to_rhel_minor() to dist_to_rhel8_minor() and
rhel_minor_version to rhel8_minor_version.

Add mp4parse-rust patch to build with rust 1.70

Discovered as
8b5b652d38
apparently its commit summary "Fix unstable-name-collisions warning by using
fully qualified path" being completely unrelated to the original error message:

    error[E0277]: the trait bound `u64: Mul<NonZeroU8>` is not satisfied
	--> /builddir/build/BUILD/firefox-102.11.0esr/third_party/rust/mp4parse/src/lib.rs:3188:62
	 |
    3188 |                 static_assertions::const_assert!(<$lhs>::MAX * <$rhs>::MAX <= <$output>::MAX);
	 |                                                              ^ no implementation for `u64 * NonZeroU8`
2023-06-13 18:44:15 +02:00
Eike Rathke
a9998d6f05 Resolves: #2210993 Update to 102.12.0 build1 2023-06-13 18:22:09 +02:00
Anton Bobrov
1895f927aa Related: #2192786 fix https://bugzilla.redhat.com/show_bug.cgi?id=2118991 2023-06-13 18:22:06 +02:00
Jan Horak
523e74fc5a Related: #2192786 Disable telemetry 2023-06-13 18:22:02 +02:00
Eike Rathke
964b18e77c Resolves: #2192786 Update to 102.11.0 build2 2023-05-17 17:35:24 +02:00
Eike Rathke
d22e14f6b4 Related: #2183234 Update to 102.11.0 build1 2023-05-17 17:35:24 +02:00
Eike Rathke
5c8f7e438e Related: #2183234 Call restorecon only on existing directory
Fix https://bugzilla.redhat.com/show_bug.cgi?id=2187894
2023-05-17 17:35:24 +02:00
Jan Horak
a84638c956 Related: #2183234 rhbz#2176276 Set media.gmp-gmpopenh264.autoupdate to true to allow automatic installation of the openh264 when enabled by user. 2023-05-17 17:35:24 +02:00
Eike Rathke
0d3f386173 Resolves: #2183234 Update to 102.10.0 build1 2023-04-12 12:04:43 +02:00
Eike Rathke
f9843c1e02 Related: #2183234 .el8 is rhel-8.9.0 2023-04-12 12:04:27 +02:00
Tomas Popela
bb83c30480 Related: #2183234 Be more strict about firefox-x11 requirements
Start to require specific version and release as otherwise we could end
with mixed versions as it happened to QE:

rpm -qa | grep firefox
firefox-102.8.0-2.el9_1.x86_64
firefox-x11-102.9.0-3.el9_1.x86_64
2023-04-12 12:01:58 +02:00
Eike Rathke
12c0531e48 Related: #2176587 Apply lower-node-min-version for c8s build 2023-04-05 15:24:42 +02:00
Jan Horak
ec3a5ad58c Resolves: #2176587 Update bundled nss sources to nss-3.79.0-11.el8_1.src.rpm 2023-03-27 22:34:14 +02:00
Eike Rathke
d9bdca2163 Resolves: #2176587 Update to 102.9.0 build2 2023-03-27 22:34:14 +02:00
Eike Rathke
c1d23138d4 Related: #2176587 bump NVR 2023-03-27 22:34:14 +02:00
Jan Horak
ad321393e4 Related: #2167577 fixes https://bugzilla.redhat.com/show_bug.cgi?id=2176276 - removed disable-openpgp.patch 2023-03-27 22:34:14 +02:00
Jan Horak
a94542ed11 Related: #2167577 fixes https://bugzilla.redhat.com/show_bug.cgi?id=2176276 - removed disable-openh264-download.patch 2023-03-27 22:34:14 +02:00
Eike Rathke
5313d46321 Resolves: #2167577 Update to 102.9.0 build1 2023-03-27 22:34:14 +02:00
Jan Horak
eff2e4773e Related: #2167577 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2174241 2023-03-27 22:34:14 +02:00
Jan Horak
c5324b88ce Related: #2167577 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2174241 2023-03-27 22:34:14 +02:00
Eike Rathke
db402b6ac7 Related: #2176587 Resync to rhel-8.8.0
... as of

    commit 2540e8d98fb2bfb0a180b23ad5cf815da231013d
    CommitDate: Tue Feb 14 12:12:33 2023 +0100

        Update to 102.8.0 build2
2023-03-27 22:34:14 +02:00
Troy Dawson
b10614d1e6 Bring rpminspect.yaml over from Brew dist-git
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2023-03-10 10:37:00 -08:00
Troy Dawson
06e30586b3 Bring gating.yaml over from Brew dist-git
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2023-03-10 10:37:00 -08:00
James Antill
5525daf91e Import rpm: c8s 2023-02-28 10:48:22 -05:00
James Antill
2db411fcae Import rpm: c8s 2023-02-27 13:00:15 -05:00
James Antill
803b499a2b Auto sync2gitlab import of firefox-91.8.0-1.el8.src.rpm 2022-05-26 07:06:27 -04:00
James Antill
68305598b4 Initial c8s branch. 2022-05-26 07:06:19 -04:00