From 1cc092f858591a75233acb0f15a385c77c041f44 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Fri, 28 Apr 2023 09:03:43 -0500 Subject: [PATCH] Switch to GitHub for upstream source Upstream has switched to GitHub as their official source now. Signed-off-by: Major Hayden --- cloud-init.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cloud-init.spec b/cloud-init.spec index c91b53c..9ab404a 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -1,11 +1,11 @@ Name: cloud-init Version: 23.1.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cloud instance init scripts License: ASL 2.0 or GPLv3 -URL: http://launchpad.net/cloud-init +URL: https://github.com/canonical/cloud-init -Source0: https://launchpad.net/cloud-init/trunk/%{version}/+download/%{name}-%{version}.tar.gz +Source0: https://github.com/canonical/%{name}/archive/refs/tags/%{version}.tar.gz Source1: cloud-init-tmpfiles.conf # https://github.com/canonical/cloud-init/pull/2073 @@ -183,6 +183,9 @@ python3 -m pytest tests/unittests %changelog +* Fri Apr 28 2023 Major Hayden - 23.1.2-2 +- Switch to GitHub source since upstream uses that officially now. + * Thu Apr 27 2023 Major Hayden - 23.1.2-1 - Update to 23.1.2 - Includes fix for CVE-2023-1786