mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-24 00:32:55 +00:00
get ready to build version 0.2
This commit is contained in:
parent
0fefd979d3
commit
f2820f3363
2 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||||
|
|
||||||
Name: centpkg
|
Name: centpkg
|
||||||
Version: 0.1
|
Version: 0.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: CentOS utility for working with dist-git
|
Summary: CentOS utility for working with dist-git
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
|
@ -53,6 +53,9 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 23 2014 Brian Stinson bstinson@ksu.edu - 0.2-1
|
||||||
|
- The srpm workflow to the CBS works now
|
||||||
|
|
||||||
* Sat Jul 05 2014 Brian Stinson bstinson@ksu.edu - 0.1-2
|
* Sat Jul 05 2014 Brian Stinson bstinson@ksu.edu - 0.1-2
|
||||||
- Update readme and add exception checking when running toplevel commands
|
- Update readme and add exception checking when running toplevel commands
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "centpkg",
|
name = "centpkg",
|
||||||
version = "0.1",
|
version = "0.2",
|
||||||
author = "Brian Stinson",
|
author = "Brian Stinson",
|
||||||
author_email = "bstinson@ksu.edu",
|
author_email = "bstinson@ksu.edu",
|
||||||
description = "CentOS Plugin to rpkg for managing RPM package sources",
|
description = "CentOS Plugin to rpkg for managing RPM package sources",
|
||||||
|
|
Loading…
Add table
Reference in a new issue