[yum-commits] 3 commits - ChangeLog Makefile yum-utils.spec
Tim Lauridsen
timlau at osuosl.org
Sun Nov 7 09:14:49 UTC 2010
ChangeLog | 210 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Makefile | 26 ++++---
yum-utils.spec | 5 +
3 files changed, 230 insertions(+), 11 deletions(-)
New commits:
commit 7579d8eaa7a7cbec22ea21c08f61997f89050f7a
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Sun Nov 7 10:15:05 2010 +0100
updated ChangeLog
diff --git a/ChangeLog b/ChangeLog
index c4ca752..35cdf62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,213 @@
+2010-11-07 Tim Lauridsen <timlau at fedoraproject.org>
+
+ * yum-utils.spec: bumped yum-utils version to 1.1.29
+
+2010-11-07 Tim Lauridsen <timlau at fedoraproject.org>
+
+ * Makefile: Make a better test-release Makefile target
+
+2010-11-07 Tim Lauridsen <timlau at fedoraproject.org>
+
+ * test/yum-utils-pylintrc: fix config file format changes for pylint
+ in F14
+
+2010-11-04 James Antill <james at and.org>
+
+ * plugins/security/security.py: Add --sec-severity, and deal with
+ severity data in updateinfo.
+
+2010-11-04 James Antill <james at and.org>
+
+ * plugins/aliases/aliases: Some more aliases.
+
+2010-11-01 James Antill <james at and.org>
+
+ * repoquery.py: Use arch as well as name in fmt_requires.
+
+2010-10-26 Seth Vidal <skvidal at fedoraproject.org>
+
+ * yum-utils.spec: add 3.2.29 requirement for repoquery --search
+
+2010-10-26 Seth Vidal <skvidal at fedoraproject.org>
+
+ * repoquery.py: - fix repoquery for the bizarre empty results and the traceback on
+ bad input - also needs a fix for yum 3.2.29 in the searchGenerator
+ :(
+
+2010-10-26 Seth Vidal <skvidal at fedoraproject.org>
+
+ * repoquery.py: add --search and --searchfields to repoquery
+
+2010-10-06 Florian Festi <ffesti at redhat.com>
+
+ * Makefile, docs/show-installed.1, docs/yum-utils.1,
+ repoclosure.py, show-installed.py, yum-utils.spec: show-installed, a
+ new tool to give a compat description of the packages installed on
+ the system making use of dependencies and comps groups
+
+2010-10-26 James Antill <james at and.org>
+
+ * docs/yumdb.8, yumdb.py: Add yumdb copy-force, for symmetry with
+ rename-force.
+
+2010-10-26 James Antill <james at and.org>
+
+ * yumdb.py: Cleanup yumdb rename/rename-force, and make the
+ difference more obvious.
+
+2010-10-26 James Antill <james at and.org>
+
+ * docs/yumdb.8, yumdb.py: Add a yumdb sync command, for failed
+ transactions.
+
+2010-10-26 James Antill <james at and.org>
+
+ * repodiff.py: Disable any excludes in repodiff.
+
+2010-10-13 James Antill <james at and.org>
+
+ * plugins/priorities/priorities.py: Only display priorities message,
+ if we did something.
+
+2010-10-13 James Antill <james at and.org>
+
+ * plugins/priorities/priorities.py: Speedup priorities: Reuse
+ rawobsoletes.
+
+2010-10-13 Seth Vidal <skvidal at fedoraproject.org>
+
+ * plugins/auto-update-debuginfo/auto-update-debuginfo.py: make all
+ debuginfo repos enabled by auto-update-debuginfo be set to
+ skip_if_unavailable=True Also change some variable names so I don't
+ go blind when reading this code trying to figure out if 'repos' is
+ the repos object or something else.
+
+2010-10-11 James Antill <james at and.org>
+
+ * yum-debug-dump.py: Fix the filename argument handling in
+ yum-debug-dump, BZ 641837
+
+2010-10-05 James Antill <james at and.org>
+
+ * plugins/tmprepo/tmprepo.py: Obey --nogpgcheck in --tmprepo repos.
+ Use pkgs_gpgcheck/etc. for defaults.
+
+2010-10-04 James Antill <james at and.org>
+
+ * repoquery.py: Fix unicide in repoquery --installed -a --changelog.
+
+
+2010-10-04 Seth Vidal <skvidal at fedoraproject.org>
+
+ * plugins/changelog/changelog.py: to_unicode() on the changelog
+ output as per ticket 610 - thanks to Richard Fearn for the
+ suggestion
+
+2010-10-04 James Antill <james at and.org>
+
+ * plugins/tmprepo/tmprepo.conf: Fix the text in the config. file for
+ the tmprepo plugin.
+
+2010-09-20 Casey Jao <cjao at ugcs.caltech.edu>
+
+ * plugins/remove-with-leaves/remove-with-leaves.py:
+ Remove-with-leaves plugin: check install reason
+
+2010-09-13 James Antill <james at and.org>
+
+ * docs/debuginfo-install.1, docs/yum-list-data.1: Fix typos in man
+ page, "pacakges" => packages. BZ 632857
+
+2010-09-10 James Antill <james at and.org>
+
+ * repoquery.py: Make --groupmember have sorted output.
+
+2010-09-09 Seth Vidal <skvidal at fedoraproject.org>
+
+ * repoquery.py: when --groupmember is specified output the groups
+ per pkg not just as one lump intermixed pkgname @groupname
+ @groupname2 pkgname2 @groupname @groupname3 etc
+
+2010-08-26 Seth Vidal <skvidal at fedoraproject.org>
+
+ * plugins/tsflags/tsflags.py: stop using setConfigOption in tsflags
+ plugin
+
+2010-08-19 James Antill <james at and.org>
+
+ * docs/yum-security.8: Update the docs. for "yum-security".
+
+2010-08-19 James Antill <james at and.org>
+
+ * plugins/security/security.py: Use .text() for notices, to drop
+ files output by default.
+
+2010-08-10 Seth Vidal <skvidal at fedoraproject.org>
+
+ Merge branch 'master' of
+ ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils * 'master' of
+ ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils: Don't
+ display 0: for epoch, on installed kernels security warning Choose
+ the sub-command more intelligently, depending on the args. (or lack)
+ Display multiple certs, on newer yums ... almost certainly not
+ though
+
+2010-08-10 Seth Vidal <skvidal at fedoraproject.org>
+
+ * repoclosure.py: fix the url-based repofrompaths with repoclosure
+ from having the wrong prefix prepended to them closes rh bug 622710
+
+
+2010-08-09 James Antill <james at and.org>
+
+ * plugins/security/security.py: Don't display 0: for epoch, on
+ installed kernels security warning
+
+2010-08-09 James Antill <james at and.org>
+
+ * plugins/security/security.py: Choose the sub-command more
+ intelligently, depending on the args. (or lack)
+
+2010-08-09 James Antill <james at and.org>
+
+ * plugins/keys/keys.py: Display multiple certs, on newer yums ...
+ almost certainly not though
+
+2010-08-05 Seth Vidal <skvidal at fedoraproject.org>
+
+ * repoquery.py: catch repoErrors when we go to matchPkgs since
+ that's where they end up getting setup. partial fix for rh bug
+ #621639
+
+2010-08-04 Ville Skyttä <ville.skytta at iki.fi>
+
+ * yum-utils.bash: Add repoquery --lookaside bash completion.
+
+2010-08-04 Ville Skyttä <ville.skytta at iki.fi>
+
+ * yum-utils.bash: Add repoquery --tree-* bash completions.
+
+2010-08-04 Ville Skyttä <ville.skytta at iki.fi>
+
+ * repoquery.py: --tree-whatrequires help string typo fix.
+
+2010-08-04 Ville Skyttä <ville.skytta at iki.fi>
+
+ * yum-utils.bash: Add bash completion for repodiff.
+
+2010-08-03 Seth Vidal <skvidal at fedoraproject.org>
+
+ * yum-utils.spec: add copying to each plugin for fedora policies
+
+2010-08-03 Dennis Gregorovic <dgregor at redhat.com>
+
+ * repoclosure.py: add --lookaside switch for depsolving against a
+ repo without depsolving the repo itself
+
+2010-08-03 Tim Lauridsen <timlau at fedoraproject.org>
+
+ * ChangeLog: updated ChangeLog
+
2010-08-03 Tim Lauridsen <timlau at fedoraproject.org>
* yum-utils.spec: bumped yum-utils version to 1.1.28
commit 5529ebf632fecfe27951ca4930082617951271e3
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Sun Nov 7 10:15:05 2010 +0100
bumped yum-utils version to 1.1.29
diff --git a/yum-utils.spec b/yum-utils.spec
index 0a74242..4ed0f09 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -1,6 +1,6 @@
Summary: Utilities based around the yum package manager
Name: yum-utils
-Version: 1.1.28
+Version: 1.1.29
Release: 1%{?dist}
License: GPLv2+
Group: Development/Tools
@@ -644,6 +644,9 @@ fi
/usr/lib/yum-plugins/ps.*
%changelog
+* Sun Nov 7 2010 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.29
+
* Tue Aug 3 2010 Seth Vidal <skvidal at fedoraproject.org>
- add COPYING docs to all the plugins to make fedora(and Tim) happy. :)
commit 580993d8e8778395b2fb7b92667faec2156b9eb4
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Sun Nov 7 09:33:09 2010 +0100
Make a better test-release Makefile target
diff --git a/Makefile b/Makefile
index bea99d7..7e4b443 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,13 @@ NMPATH=$(DESTDIR)/etc/NetworkManager/dispatcher.d
BASHCOMP=yum-utils.bash
BASHCOMPPATH=$(DESTDIR)/etc/bash_completion.d
+GITDATE=git$(shell date +%Y%m%d)
+VER_REGEX=\(^Version:\s*[0-9]*\.[0-9]*\.\)\(.*\)
+BUMPED_MINOR=${shell VN=`cat ${PKGNAME}.spec | grep Version| sed 's/${VER_REGEX}/\2/'`; echo $$(($$VN + 1))}
+NEW_VER=${shell cat ${PKGNAME}.spec | grep Version| sed 's/\(^Version:\s*\)\([0-9]*\.[0-9]*\.\)\(.*\)/\2${BUMPED_MINOR}/'}
+NEW_REL=0.1.${GITDATE}
+
+
clean:
rm -f *.pyc *.pyo *~
rm -f test/*~
@@ -61,22 +68,21 @@ release-tag:
install-builddeps:
su -c "yum install perl-TimeDate "
-
+
test-release:
@git checkout -b release-test
- # Add '.test' to Version in spec file
- @cat yum-utils.spec | sed 's/^Version:.*/&.test/' > yum-utils-test.spec ; mv yum-utils-test.spec yum-utils.spec
- @git commit -a -m "bumped yum-utils version to $(VERSION).test"
+ # +1 Minor version and add 0.1-gitYYYYMMDD release
+ @cat ${PKGNAME}.spec | sed -e 's/${VER_REGEX}/\1${BUMPED_MINOR}/' -e 's/\(^Release:\s*\)\([0-9]*\)\(.*\)./\10.1.${GITDATE}%{?dist}/' > ${PKGNAME}-test.spec ; mv ${PKGNAME}-test.spec ${PKGNAME}.spec
+ @git commit -a -m "bumped ${PKGNAME} version ${NEW_VER}-${NEW_REL}"
# Make Changelog
@git log --pretty --numstat --summary | ./tools/git2cl > ChangeLog
@git commit -a -m "updated ChangeLog"
- # Make archive
- @rm -rf ${PKGNAME}-${VERSION}.test.tar.gz
- @git archive --format=tar --prefix=$(PKGNAME)-$(VERSION).test/ HEAD | gzip -9v >${PKGNAME}-$(VERSION).test.tar.gz
+ # Make archive
+ @rm -rf ${PKGNAME}-${NEW_VER}.tar.gz
+ @git archive --format=tar --prefix=$(PKGNAME)-$(NEW_VER)/ HEAD | gzip -9v >${PKGNAME}-$(NEW_VER).tar.gz
# Build RPMS
- @rpmbuild -ta ${PKGNAME}-${VERSION}.test.tar.gz
- @$(MAKE) test-cleanup
-
+ @rpmbuild -ta ${PKGNAME}-${NEW_VER}.tar.gz
+ @$(MAKE) test-cleanup
test-cleanup:
@rm -rf ${PKGNAME}-${VERSION}.test.tar.gz
More information about the Yum-commits
mailing list