mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 16:22:55 +00:00
bump to 0.4.1
This commit is contained in:
parent
d6d6d7fceb
commit
02cccf671c
2 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||
|
||||
Name: centpkg
|
||||
Version: 0.2
|
||||
Version: 0.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: CentOS utility for working with dist-git
|
||||
|
||||
|
@ -53,6 +53,9 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Dec 14 2014 Brian Stinson bstinson@ksu.edu - 0.4.1-1
|
||||
- Fix a disttag regression and add a "patch" version number
|
||||
|
||||
* Sat Nov 23 2014 Brian Stinson bstinson@ksu.edu - 0.2-1
|
||||
- The srpm workflow to the CBS works now
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name = "centpkg",
|
||||
version = "0.2",
|
||||
version = "0.4.1",
|
||||
author = "Brian Stinson",
|
||||
author_email = "bstinson@ksu.edu",
|
||||
description = "CentOS Plugin to rpkg for managing RPM package sources",
|
||||
|
|
Loading…
Add table
Reference in a new issue