Remove GOST patches for MSVSphere as it is unsupported by system

i8-beta changed/i8-beta/cockpit-310.3-1.el8.inferit.1
Arkady L. Shane 5 months ago
parent b8c3af8508
commit 5b9683bad0
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,2 +1,2 @@
671296c65d88f6c7cc520fcf93d2cab9a8ea1b36 SOURCES/cockpit-310.3.tar.xz
a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz
e3c77825b38894cbf8261dbddf56affefb431083 SOURCES/cockpit-310.3.tar.xz

@ -21,6 +21,11 @@ echo "Checkout tag ${_version}"
git checkout ${_version}
echo "Patching souurces"
# FIXME
# Remove GOST patches for MSVSphere 8
# As it is unsupported by system
rm ../0001-Added-support-GOST-and-PAM-GOST-profiles-for-crypto-.patch
rm ../0009-Change-chpasswd-to-passwd-to-support-PAM-crypto-algo.patch
git am ../000*.patch
echo "Fix version in tools/make-dist"

@ -50,8 +50,8 @@ License: LGPL-2.1-or-later
URL: https://cockpit-project.org/
Version: 310.3
Release: 1%{?dist}.inferit
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
Release: 1%{?dist}.inferit.1
Source0: cockpit-%{version}.tar.xz
Source1: cockpit.css.gz
# in RHEL 8 the source package is duplicated: cockpit (building basic packages like cockpit-{bridge,system})
@ -786,6 +786,9 @@ via PackageKit.
# The changelog is automatically generated and merged
%changelog
* Mon Jul 22 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 310.3-1.inferit.1
- Remove GOST patches for MSVSphere as it is unsupported by system
* Tue Apr 16 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 310.3-1.inferit
- Replace Source0 archive with MSVSphere OS-specific one
- Add MSVSphere OS branding

Loading…
Cancel
Save