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