5
This commit is contained in:
parent
6e5b838892
commit
1f526477d2
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
%global pkgdir %{_prefix}/lib/%{pypi_name}
|
||||
|
||||
Name: %{pypi_name}
|
||||
Version: 3
|
||||
Version: 5
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name="osbuild",
|
||||
version="3",
|
||||
version="5",
|
||||
description="A build system for OS images",
|
||||
packages=["osbuild"],
|
||||
license='Apache-2.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue