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