From 01e171a91160fde12d14d29b5d0fc1aa768ba375 Mon Sep 17 00:00:00 2001 From: Martin Sehnoutka Date: Wed, 31 Jul 2019 08:24:25 +0200 Subject: [PATCH] update upstream URL to the new Github organization --- osbuild.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/osbuild.spec b/osbuild.spec index 4621cb5..f2ff748 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -2,12 +2,12 @@ Name: %{pypi_name} Version: 1 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 -URL: https://github.com/larskarlitski/osbuild +URL: https://github.com/osbuild/osbuild -Source0: https://github.com/larskarlitski/%{pypi_name}/archive/%{version}.tar.gz +Source0: https://github.com/osbuild/%{pypi_name}/archive/%{version}.tar.gz BuildArch: noarch Summary: A build system for OS images @@ -72,5 +72,8 @@ exit 0 %{python3_sitelib}/%{pypi_name}/ %changelog +* Mon Jul 29 2019 Martin Sehnoutka - 1-2 +- update upstream URL to the new Github organization + * Wed Jul 17 2019 Martin Sehnoutka - 1-1 - Initial package