[packit] sync from downstream branch 'master'
Downstream commit: 769e09f84422db3c56e7228a2c51a6076528616c Signed-off-by: Martin Sehnoutka <msehnout@redhat.com>
This commit is contained in:
parent
2c73187046
commit
448da5df8f
1 changed files with 6 additions and 5 deletions
11
osbuild.spec
11
osbuild.spec
|
|
@ -2,14 +2,12 @@
|
||||||
|
|
||||||
Name: %{pypi_name}
|
Name: %{pypi_name}
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
|
||||||
URL: https://github.com/osbuild/osbuild
|
URL: https://github.com/osbuild/osbuild
|
||||||
|
|
||||||
# We use /version/whatever to get the tarball because github releases use only <version>.tar.gz, but
|
Source0: https://github.com/osbuild/%{pypi_name}/archive/%{version}.tar.gz
|
||||||
# packit/rpm expect <name>-<version>.tar.gz
|
|
||||||
Source0: https://github.com/osbuild/%{pypi_name}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Summary: A build system for OS images
|
Summary: A build system for OS images
|
||||||
|
|
||||||
|
|
@ -41,7 +39,7 @@ Summary: %{summary}
|
||||||
A build system for OS images
|
A build system for OS images
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
@ -74,6 +72,9 @@ exit 0
|
||||||
%{python3_sitelib}/%{pypi_name}/
|
%{python3_sitelib}/%{pypi_name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1-3
|
||||||
|
- Rebuilt for Python 3.8
|
||||||
|
|
||||||
* Mon Jul 29 2019 Martin Sehnoutka <msehnout@redhat.com> - 1-2
|
* Mon Jul 29 2019 Martin Sehnoutka <msehnout@redhat.com> - 1-2
|
||||||
- update upstream URL to the new Github organization
|
- update upstream URL to the new Github organization
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue