From d85eb3a5c87e4364db35b7d5fdebf3659b452cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 12 Sep 2024 22:42:09 +0200 Subject: [PATCH] Actually apply test patch Most package have been ported to %autosetup by now, so it's easy to miss some step when a package hasn't done so ... --- gjs.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gjs.spec b/gjs.spec index c71580c..3b1d8ee 100644 --- a/gjs.spec +++ b/gjs.spec @@ -29,7 +29,7 @@ Name: gjs Version: 1.80.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Javascript Bindings for GNOME # The following files contain code from Mozilla which @@ -184,6 +184,8 @@ pushd firefox-%{mozjs_version} %patch 20 -p1 %patch 21 -p1 +%patch 30 -p1 + # Purge the bundled six library incompatible with Python 3.12 rm third_party/python/six/six.py @@ -310,6 +312,10 @@ popd %{_datadir}/installed-tests/ %changelog +* Thu Sep 12 2024 Florian Müllner - 1.80.2-10 +- Actually apply test patch + Related: Resolves: RHEL-58016 + * Tue Sep 10 2024 Florian Müllner - 1.80.2-9 - Update mozjs to 115.15.0 Resolves: RHEL-58016