[yum-rhn-plugin] Rebase to yum-rhn-plugin-1.6.16-1.fc16 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Mon Jan 2 14:42:52 UTC 2012


commit 92997d9e61485fb132fc5c28f722b696a40fa23d
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Jan 2 15:42:46 2012 +0100

    Rebase to yum-rhn-plugin-1.6.16-1.fc16 in rawhide.

 .gitignore          |    1 +
 sources             |    2 +-
 yum-rhn-plugin.spec |  105 +++++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 104 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 48ea4b1..52f66c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ yum-rhn-plugin-1.1.3.tar.gz
 /yum-rhn-plugin-1.2.7.tar.gz
 /yum-rhn-plugin-1.3.6.tar.gz
 /yum-rhn-plugin-1.4.15.tar.gz
+/yum-rhn-plugin-1.6.16.tar.gz
diff --git a/sources b/sources
index fb15812..d497fc6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea51fdcb5d6215fee2fcd4a487163643  yum-rhn-plugin-1.4.15.tar.gz
+ec94523a6c233f1e83baf267bc2cd8de  yum-rhn-plugin-1.6.16.tar.gz
diff --git a/yum-rhn-plugin.spec b/yum-rhn-plugin.spec
index 079145e..a19f5ea 100644
--- a/yum-rhn-plugin.spec
+++ b/yum-rhn-plugin.spec
@@ -1,6 +1,6 @@
 Summary: RHN support for yum
 Name: yum-rhn-plugin
-Version: 1.4.15
+Version: 1.6.16
 Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Base
@@ -15,7 +15,7 @@ BuildRequires: intltool
 BuildRequires: gettext
 
 Requires: yum >= 3.2.19-15
-Requires: rhn-client-tools >= 0.4.20-2
+Requires: rhn-client-tools >= 1.6.6-1
 Requires: m2crypto >= 0.16-6
 Requires: python-iniparse
 
@@ -64,7 +64,7 @@ fi
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/rhnplugin.conf
+%verify(not md5 mtime size) %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/rhnplugin.conf
 %dir /var/lib/up2date
 %{_mandir}/man*/*
 %{_datadir}/yum-plugins/*
@@ -72,6 +72,105 @@ fi
 %doc LICENSE
 
 %changelog
+* Wed Dec 21 2011 Miroslav Suchý 1.6.16-1
+- 759786 - wrap SSL.SysCallError in yum error
+
+* Wed Dec 21 2011 Milan Zazrivec <mzazrivec at redhat.com> 1.6.15-1
+- updated translations
+
+* Fri Oct 21 2011 Jan Pazdziora 1.6.14-1
+- When only package name is specified (like in Activation Key -> Packages),
+  only search installed by package name.
+
+* Tue Oct 18 2011 Miroslav Suchý 1.6.13-1
+- move errata.py action to the yum-rhn-plugin package (iartarisi at suse.cz)
+
+* Fri Oct 07 2011 Michael Mraka <michael.mraka at redhat.com> 1.6.12-1
+- pass error messages from yum plugin to rhn_check
+
+* Tue Sep 13 2011 Michael Mraka <michael.mraka at redhat.com> 1.6.11-1
+- 735339 - truncate rhnplugin.repos when there are no rhn channels
+
+* Mon Sep 05 2011 Michael Mraka <michael.mraka at redhat.com> 1.6.10-1
+- 734492, 734965, 735282 - check command line options only for yum
+
+* Fri Aug 12 2011 Miroslav Suchý 1.6.9-1
+- do not verify md5, size and mtime for /etc/yum/pluginconf.d/rhnplugin.conf
+
+* Thu Aug 11 2011 Miroslav Suchý 1.6.8-1
+- do not mask original error by raise in execption
+
+* Fri Aug 05 2011 Michael Mraka <michael.mraka at redhat.com> 1.6.7-1
+- parse commandline on our own
+
+* Thu Aug 04 2011 Miroslav Suchý 1.6.6-1
+- 690616 - fail to rollback if target package is not available
+
+* Thu Aug 04 2011 Michael Mraka <michael.mraka at redhat.com> 1.6.5-1
+- the latest yum-rhn-plugin and rhn-client-tools require each other
+
+* Thu Aug 04 2011 Michael Mraka <michael.mraka at redhat.com> 1.6.4-1
+- 710065 - exception messages are in unicode
+
+* Tue Aug 02 2011 Michael Mraka <michael.mraka at redhat.com> 1.6.3-1
+- fixed package exclusion
+- 725496 - respect default plugin settings from [main]
+
+* Tue Aug 02 2011 Michael Mraka <michael.mraka at redhat.com> 1.6.2-1
+- 701189 - make sure cachedir exists
+
+* Mon Aug 01 2011 Michael Mraka <michael.mraka at redhat.com> 1.6.1-1
+- call conduit.getConf() only once
+- 691283 - create persistdir in _repos_persistdir instead of PWD
+- 684342 - beside repo.id, cache even repo.name
+- disable network in cache only mode
+- cache list of last seen channels so we can correctly clean them
+- 627525 - disable network communication with certain commands/options
+- reverted init_hook -> prereposetup_hook move
+- Bumping package versions for 1.6.
+
+* Tue Jul 19 2011 Jan Pazdziora 1.5.11-1
+- Merging Transifex changes for yum-rhn-plugin.
+- New translations from Transifex for yum-rhn-plugin.
+- Download translations from Transifex for yum-rhn-plugin.
+
+* Tue Jul 19 2011 Jan Pazdziora 1.5.10-1
+- update .po and .pot files for yum-rhn-plugin
+
+* Mon Jul 18 2011 Simon Lukasik <slukasik at redhat.com> 1.5.9-1
+- 703169 - Search for cached repomd.xml in a correct path (slukasik at redhat.com)
+
+* Tue Jul 12 2011 Jan Pazdziora 1.5.8-1
+- Fixing sloppy coding.
+
+* Tue Jun 28 2011 Miroslav Suchý 1.5.7-1
+- 707241 - create progressbar even during groupinstall and do not delete
+  rhnplugin.repos during groupinstall command (msuchy at redhat.com)
+
+* Mon May 02 2011 Miroslav Suchý 1.5.6-1
+- set proxy_dict only if we have some proxy
+- proxy_dict is private attribute
+
+* Fri Apr 29 2011 Miroslav Suchý 1.5.5-1
+- code cleanup
+- 691283 - create persistdir in _repos_persistdir instead of PWD
+  (msuchy at redhat.com)
+
+* Thu Apr 21 2011 Miroslav Suchý 1.5.4-1
+- in rhel5 http_header is not present
+
+* Wed Apr 20 2011 Miroslav Suchý 1.5.3-1
+- rhel5 does not have _default_grabopts()
+
+* Tue Apr 12 2011 Miroslav Suchý 1.5.2-1
+- remove duplicate keyword (msuchy at redhat.com)
+
+* Tue Apr 12 2011 Miroslav Suchý 1.5.1-1
+- remove dead code
+- use default headers from yum class YumRepository
+- 690190 - yumdownloader set callbacks soon, save it to new repo
+- Bumping package versions for 1.5
+
 * Fri Apr 08 2011 Miroslav Suchý 1.4.15-1
 - fix cs translation (msuchy at redhat.com)
 


More information about the scm-commits mailing list