[fedora-packager] New upstream release, bugfixes and enhancements.

Jesse Keating jkeating at fedoraproject.org
Thu Feb 10 00:23:56 UTC 2011


commit 0999987cd64ed6cf95a65112c238ded929944262
Author: Jesse Keating <jkeating at redhat.com>
Date:   Wed Feb 9 16:56:44 2011 -0700

    New upstream release, bugfixes and enhancements.
    
    Yes, this is stomping on some local spec changes, this is desired to get
    the downstream and upstream specs back into sync.

 .gitignore           |    1 +
 fedora-packager.spec |   52 ++++++++++++++++++++-----------------------------
 sources              |    2 +-
 3 files changed, 23 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1e30e5..b10ee20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ fedora-packager-0.5.1.2.tar.bz2
 /fedora-packager-0.5.1.4.tar.bz2
 /fedora-packager-0.5.2.0.tar.bz2
 /fedora-packager-0.5.3.0.tar.bz2
+/fedora-packager-0.5.4.0.tar.bz2
diff --git a/fedora-packager.spec b/fedora-packager.spec
index c847e43..454a366 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:           fedora-packager
-Version:        0.5.3.0
-Release:        2%{?dist}
+Version:        0.5.4.0
+Release:        1%{?dist}
 Summary:        Tools for setting up a fedora maintainer environment
 
 Group:          Applications/Productivity
@@ -22,7 +22,6 @@ Requires:       redhat-rpm-config
 Requires:       fedpkg = %{version}-%{release}
 Requires:       fedora-cert = %{version}-%{release}
 Requires:       ykpers
-Requires:       ykpers
 
 BuildArch:      noarch
 
@@ -93,11 +92,27 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/fedpkg
 %{python_sitelib}/pyfedpkg
 %{_sysconfdir}/bash_completion.d
+%{_mandir}/*/*
 
 
 %changelog
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.3.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Wed Feb 09 2011 Jesse Keating <jkeating at redhat.com> - 0.5.4.0-1
+- Re-arrange verify-files and slight fixups (jkeating)
+- Add "fedpkg verify-files" command (hun)
+- Provide feedback about new-ticket. (ticket 91) (jkeating)
+- Add the new pull options to bash completion (jkeating)
+- Add a --rebase and --no-rebase option to pull (jkeating)
+- Update the documentation for a lot of commands (jkeating)
+- Handle working from a non-existent path (#675398) (jkeating)
+- Fix an traceback when failing to watch a build. (jkeating)
+- Handle arches argument for scratch builds (#675285) (jkeating)
+- Trim the "- " out of clogs.  (#675892) (jkeating)
+- Exit with an error when appropriate (jkeating)
+- Add build time man page generator (hun)
+- Add help text for global --user option (hun)
+- Move argparse setup into parse_cmdline function (hun)
+- Require python-hashlib on EL5 and 4 (jkeating)
+- Catch a traceback when trying to build from local branch (jkeating)
 
 * Mon Jan 31 2011 Jesse Keating <jkeating at redhat.com> 0.5.3.0-1
 - Catch the case where there is no branch merge point (#622592) (jkeating)
@@ -118,33 +133,8 @@ rm -rf $RPM_BUILD_ROOT
 - Fix a traceback when koji goes offline (#668889) (jkeating)
 - Fix traceback with lint (ticket 89) (jkeating)
 
-* Thu Jan 06 2011 Dennis Gilmore <dennis at ausil.us> - 0.5.2.0-2
-- move python-offtrac requires to fedpkg from fedora-packager
-
 * Wed Jan 05 2011 Dennis Gilmore <dennis at ausil.us> - 0.5.2.0-1
-- update to new upstream release read changeLog for changes
-- drop upstream patches
-
-* Mon Oct 18 2010 Dan Horák <dan[at]danny.cz> - 0.5.1.4-7
-- revert the last change as %%ifarch doesn't work with noarch packages
-  and I also got ykpers built on s390(x)
-
-* Mon Oct 18 2010 Dan Horák <dan[at]danny.cz> - 0.5.1.4-6
-- don't Require ykpers and don't install fedora-burn-yubikey on s390(x)
-
-* Sun Oct 10 2010 Dennis Gilmore <dennis at ausil.us> - 0.5.1.4-5
-- fedpkg needs python-fedora
-
-* Sun Oct 10 2010 Dennis Gilmore <dennis at ausil.us> - 0.5.1.4-4
-- fedpkg needs koji installed
-- fedora-cert needs pycurl when installed by itself
-
-* Sun Oct 10 2010 Dennis Gilmore <dennis at ausil.us> - 0.5.1.4-3
-- move Requires: python-pycurl to fedpkg
-
-* Sun Oct 10 2010 Dennis Gilmore <dennis at ausil.us> - 0.5.1.4-2
-- split out fedora-cert tool and library
-- add fedora-burn-yubikey tool
+- new release see ChangeLog
 
 * Tue Aug 24 2010 Jesse Keating <jkeating at redhat.com> - 0.5.1.4-1
 - Fix setting push.default when cloning with dirs
diff --git a/sources b/sources
index 6b90ace..977131f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-254e4211c79cbc83c20697557c01ca25  fedora-packager-0.5.3.0.tar.bz2
+dd570c3567d47b7a86a9288fe12c0f06  fedora-packager-0.5.4.0.tar.bz2


More information about the scm-commits mailing list