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 ...
This commit is contained in:
Florian Müllner 2024-09-12 22:42:09 +02:00
parent 4afb0146a8
commit d85eb3a5c8
No known key found for this signature in database

View File

@ -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 <fmuellner@redhat.com> - 1.80.2-10
- Actually apply test patch
Related: Resolves: RHEL-58016
* Tue Sep 10 2024 Florian Müllner <fmuellner@redhat.com> - 1.80.2-9
- Update mozjs to 115.15.0
Resolves: RHEL-58016