Bump version
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
05923f8e45
commit
df172d4f2c
2 changed files with 6 additions and 3 deletions
|
|
@ -26,8 +26,8 @@
|
|||
%{!?py2_install: %global py2_install %{expand: CFLAGS="%{optflags}" %{__python2} setup.py %{?py_setup_args} install -O1 --skip-build --root %{buildroot}}}
|
||||
|
||||
Name: python-multilib
|
||||
Version: 1.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A module for determining if a package is multilib or not
|
||||
Group: Development/Libraries
|
||||
License: GPLv2
|
||||
|
|
@ -125,6 +125,9 @@ Requires: %{name}-conf = %{version}-%{release}
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 05 2019 Lubomír Sedlář <lsedlar@redhat.com> - 1.3-1
|
||||
- Stop installing to /etc with setup.py
|
||||
|
||||
* Thu Apr 20 2017 Lubomír Sedlář <lsedlar@redhat.com> - 1.2-2
|
||||
- Update requires for epel builds
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -16,7 +16,7 @@ packages = sorted(packages)
|
|||
|
||||
setup(
|
||||
name = "python-multilib",
|
||||
version = "1.2",
|
||||
version = "1.3",
|
||||
author = "Jay Greguske",
|
||||
author_email = "jgregusk@redhat.com",
|
||||
description = ("module for determining if a package is multilib"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue