update url in the specfile
This commit is contained in:
parent
4ebdc33e5e
commit
0812baa352
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue