diff --git a/SOURCES/Add-MSVSphere-support.patch b/SOURCES/Add-MSVSphere-support.patch index d5b454c..1adba29 100644 --- a/SOURCES/Add-MSVSphere-support.patch +++ b/SOURCES/Add-MSVSphere-support.patch @@ -560,8 +560,8 @@ index 528b7f3..2b03753 100644 + ANSI_COLOR="0;34" + LOGO="fedora-logo-icon" + CPE_NAME="cpe:/o:ncsd:msvsphere:9::baseos" -+ HOME_URL="https://msvsphere.ru/" -+ BUG_REPORT_URL="https://bugs.msvsphere.ru/" ++ HOME_URL="https://msvsphere-os.ru/" ++ BUG_REPORT_URL="https://bugs.msvsphere-os.ru/" + + MSVSPHERE_MANTISBT_PROJECT="MSVSphere-9" + MSVSPHERE_MANTISBT_PROJECT_VERSION="9.2" diff --git a/SPECS/cloud-init.spec b/SPECS/cloud-init.spec index 6f596ae..540b517 100644 --- a/SPECS/cloud-init.spec +++ b/SPECS/cloud-init.spec @@ -1,6 +1,6 @@ Name: cloud-init Version: 22.1 -Release: 9%{?dist}.inferit.1 +Release: 9%{?dist}.inferit.2 Summary: Cloud instance init scripts License: ASL 2.0 or GPLv3 URL: http://launchpad.net/cloud-init @@ -250,6 +250,9 @@ fi %config(noreplace) %{_sysconfdir}/rsyslog.d/21-cloudinit.conf %changelog +* Thu Sep 14 2023 Arkady L. Shane - 22.1-9.inferit.2 +- Change urls from msvsphere.ru to msvsphere-os.ru + * Fri Jul 07 2023 Eugene Zamriy - 22.1-9.inferit.1 - Updates MSVSphere support patch: adds missing distribution config, support to systemd templates and so on.