update upstream URL to the new Github organization

This commit is contained in:
Martin Sehnoutka 2019-07-31 08:24:25 +02:00
parent 1f3a9a50a8
commit 01e171a911

View File

@ -2,12 +2,12 @@
Name: %{pypi_name} Name: %{pypi_name}
Version: 1 Version: 1
Release: 1%{?dist} Release: 2%{?dist}
License: ASL 2.0 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 BuildArch: noarch
Summary: A build system for OS images Summary: A build system for OS images
@ -72,5 +72,8 @@ exit 0
%{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/%{pypi_name}/
%changelog %changelog
* Mon Jul 29 2019 Martin Sehnoutka <msehnout@redhat.com> - 1-2
- update upstream URL to the new Github organization
* Wed Jul 17 2019 Martin Sehnoutka <msehnout@redhat.com> - 1-1 * Wed Jul 17 2019 Martin Sehnoutka <msehnout@redhat.com> - 1-1
- Initial package - Initial package