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:
parent
4afb0146a8
commit
d85eb3a5c8
8
gjs.spec
8
gjs.spec
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
Name: gjs
|
Name: gjs
|
||||||
Version: 1.80.2
|
Version: 1.80.2
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Javascript Bindings for GNOME
|
Summary: Javascript Bindings for GNOME
|
||||||
|
|
||||||
# The following files contain code from Mozilla which
|
# The following files contain code from Mozilla which
|
||||||
@ -184,6 +184,8 @@ pushd firefox-%{mozjs_version}
|
|||||||
%patch 20 -p1
|
%patch 20 -p1
|
||||||
%patch 21 -p1
|
%patch 21 -p1
|
||||||
|
|
||||||
|
%patch 30 -p1
|
||||||
|
|
||||||
# Purge the bundled six library incompatible with Python 3.12
|
# Purge the bundled six library incompatible with Python 3.12
|
||||||
rm third_party/python/six/six.py
|
rm third_party/python/six/six.py
|
||||||
|
|
||||||
@ -310,6 +312,10 @@ popd
|
|||||||
%{_datadir}/installed-tests/
|
%{_datadir}/installed-tests/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 10 2024 Florian Müllner <fmuellner@redhat.com> - 1.80.2-9
|
||||||
- Update mozjs to 115.15.0
|
- Update mozjs to 115.15.0
|
||||||
Resolves: RHEL-58016
|
Resolves: RHEL-58016
|
||||||
|
Loading…
Reference in New Issue
Block a user