diff --git a/centpkg.spec b/centpkg.spec index c2ee59c..80bc5f5 100644 --- a/centpkg.spec +++ b/centpkg.spec @@ -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.4.3 +Version: 0.4.4 Release: 1%{?dist} Summary: CentOS utility for working with dist-git @@ -53,6 +53,9 @@ rm -rf %{buildroot} %changelog +* Sat Jan 31 2015 Brian Stinson bstinson@ksu.edu - 0.4.4-1 +- New version correcting the anonymous pull URLs + * Sun Dec 14 2014 Brian Stinson bstinson@ksu.edu - 0.4.3-1 - Use the authenticated git url for centpkg pulls diff --git a/setup.py b/setup.py index 2decc87..99c150f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name = "centpkg", - version = "0.4.3", + version = "0.4.4", author = "Brian Stinson", author_email = "bstinson@ksu.edu", description = "CentOS Plugin to rpkg for managing RPM package sources", diff --git a/src/centpkg.conf b/src/centpkg.conf index efea469..92fd00d 100644 --- a/src/centpkg.conf +++ b/src/centpkg.conf @@ -3,7 +3,7 @@ lookaside = https://git.centos.org/sources/ lookasidehash = sha1 lookaside_cgi = https://localhost/repo/pkgs/upload.cgi #Not Implemented gitbaseurl = https://%(user)s@git.centos.org/git/rpms/%(module)s -anongiturl = https://git.centos.org/git/rpms/%(module)s +anongiturl = git://git.centos.org/rpms/%(module)s branchre = .+\d$|.+\d-.+|master$ kojiconfig = /etc/koji.conf.d/cbs-koji.conf build_client = cbs