Remove GOST patches for MSVSphere as it is unsupported by system

i8
Arkady L. Shane 5 months ago
parent d9ccec48ae
commit 779a8c04ab
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,2 +1,2 @@
6ee03c92e5407ea199a2c8925949f6a0854ecb1e SOURCES/cockpit-310.4.tar.xz
a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz
436fb71aeea3b749a0e71c1cae1d420044c254fc SOURCES/cockpit-310.4.tar.xz

@ -21,6 +21,9 @@ echo "Checkout tag ${_version}"
git checkout ${_version} git checkout ${_version}
echo "Patching souurces" echo "Patching souurces"
# FIXME
# Remove GOST patches for MSVSphere 8
# As it is unsupported by system
git am ../000*.patch git am ../000*.patch
echo "Fix version in tools/make-dist" echo "Fix version in tools/make-dist"

@ -50,7 +50,7 @@ License: LGPL-2.1-or-later
URL: https://cockpit-project.org/ URL: https://cockpit-project.org/
Version: 310.4 Version: 310.4
Release: 1%{?dist}.inferit Release: 1%{?dist}.inferit.1
Source0: cockpit-%{version}.tar.xz Source0: cockpit-%{version}.tar.xz
Source1: cockpit.css.gz Source1: cockpit.css.gz
@ -786,6 +786,9 @@ via PackageKit.
# The changelog is automatically generated and merged # The changelog is automatically generated and merged
%changelog %changelog
* Mon Jul 22 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 310.4-1.inferit.1
- Remove GOST patches for MSVSphere as it is unsupported by system
* Tue Apr 02 2024 Martin Pitt <mpitt@redhat.com> - 310.4-1 * Tue Apr 02 2024 Martin Pitt <mpitt@redhat.com> - 310.4-1
- sosreport: Fix command injection with crafted report names [CVE-2024-2947] - sosreport: Fix command injection with crafted report names [CVE-2024-2947]
(jira#RHEL-30452) (jira#RHEL-30452)

Loading…
Cancel
Save