f2820f
get ready to build version 0.2
@@ -1,8 +1,8 @@
|
|
1
1
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
2
2
|
|
3
3
|
Name: centpkg
|
4
|
-
Version: 0.
|
5
|
-
Release:
|
4
|
+
Version: 0.2
|
5
|
+
Release: 1%{?dist}
|
6
6
|
Summary: CentOS utility for working with dist-git
|
7
7
|
|
8
8
|
Group: Applications/System
|
@@ -53,6 +53,9 @@ rm -rf %{buildroot}
|
|
53
53
|
|
54
54
|
|
55
55
|
%changelog
|
56
|
+
* Sat Nov 23 2014 Brian Stinson bstinson@ksu.edu - 0.2-1
|
57
|
+
- The srpm workflow to the CBS works now
|
58
|
+
|
56
59
|
* Sat Jul 05 2014 Brian Stinson bstinson@ksu.edu - 0.1-2
|
57
60
|
- Update readme and add exception checking when running toplevel commands
|
58
61
|
|
@@ -2,7 +2,7 @@ from setuptools import setup
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name = "centpkg",
|
5
|
-
version = "0.
|
5
|
+
version = "0.2",
|
6
6
|
author = "Brian Stinson",
|
7
7
|
author_email = "bstinson@ksu.edu",
|
8
8
|
description = "CentOS Plugin to rpkg for managing RPM package sources",
|