[fedpkg] New bugfix release

Jesse Keating jkeating at fedoraproject.org
Tue Nov 22 00:00:22 UTC 2011


commit 69b2d78bb3409f227fc94abb81f6570861043afd
Author: Jesse Keating <jkeating at redhat.com>
Date:   Mon Nov 21 16:00:05 2011 -0800

    New bugfix release

 .gitignore  |    1 +
 fedpkg.spec |    9 ++++++++-
 sources     |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 898f13e..cf7a907 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fedpkg-1.5.tar.bz2
+/fedpkg-1.6.tar.bz2
diff --git a/fedpkg.spec b/fedpkg.spec
index a9b6035..5ad5151 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           fedpkg
-Version:        1.5
+Version:        1.6
 Release:        1%{?dist}
 Summary:        Fedora utility for working with dist-git
 
@@ -45,6 +45,7 @@ Provides the fedpkg command for working with dist-git
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 %{__install} -d $RPM_BUILD_ROOT%{_mandir}/man1
 %{__install} -p -m 0644 fedpkg.1 $RPM_BUILD_ROOT%{_mandir}/man1
+rename es.py es $RPM_BUILD_ROOT%{_libexecdir}/fedpkg-fixbranches.py
 
 
 %clean
@@ -58,11 +59,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/bash_completion.d
 %{_bindir}/%{name}
 %{_mandir}/*/*
+%{_libexecdir}/fedpkg-fixbranches
 # For noarch packages: sitelib
 %{python_sitelib}/*
 
 
 %changelog
+* Mon Nov 21 2011 Jesse Keating <jkeating at redhat.com> - 1.6-1
+- Replace -c with -C for the --config option (jkeating)
+- Package up fedpkg-fixbranches (#751507) (jkeating)
+- Use old style of super class calls (jkeating)
+
 * Mon Nov 07 2011 Jesse Keating <jkeating at redhat.com> - 1.5-1
 - Pass along the return value from import_srpm (jkeating)
 - Whitespace cleanup (jkeating)
diff --git a/sources b/sources
index 9007136..6e28759 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89ad66f2bd7c651781a484f27ededd50  fedpkg-1.5.tar.bz2
+17f25c4c302c18570318d185198c9f76  fedpkg-1.6.tar.bz2


More information about the scm-commits mailing list