Blame SPECS/yum-rhn-plugin.spec

ec6346
Summary: Spacewalk support for yum
ec6346
Name: yum-rhn-plugin
ec6346
Version: 2.0.1
ec6346
Release: 10%{?dist}
ec6346
License: GPLv2
ec6346
Group: System Environment/Base
ec6346
Source0: https://github.com/spacewalkproject/spacewalk/archive/%{name}-%{version}.tar.gz
ec6346
Patch0: yum-rhn-plugin-2.0.1-1-to-yum-rhn-plugin-2.0.1-2-el7.patch
ec6346
Patch1: yum-rhn-plugin-2.0.1-2-el7-to-yum-rhn-plugin-2.0.1-3-el7.patch
ec6346
Patch2: yum-rhn-plugin-2.0.1-3-el7-to-yum-rhn-plugin-2.0.1-4-el7.patch
ec6346
Patch3: yum-rhn-plugin-2.0.1-4-el7-to-yum-rhn-plugin-2.0.1-5-el7.patch
ec6346
Patch4: yum-rhn-plugin-2.0.1-5-el7-to-yum-rhn-plugin-2.0.1-6-el7.patch
ec6346
Patch5: yum-rhn-plugin-2.0.1-6-el7-to-yum-rhn-plugin-2.0.1-7-el7.patch
ec6346
Patch6: yum-rhn-plugin-2.0.1-7-el7-to-yum-rhn-plugin-2.0.1-8-el7.patch
ec6346
Patch7: yum-rhn-plugin-2.0.1-8-el7-to-yum-rhn-plugin-2.0.1-9-el7.patch
ec6346
Patch8: yum-rhn-plugin-2.0.1-9-el7-to-yum-rhn-plugin-2.0.1-10-el7.patch
ec6346
URL:     https://github.com/spacewalkproject/spacewalk
ec6346
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ec6346
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
ec6346
BuildArch: noarch
ec6346
%endif
ec6346
BuildRequires: python
ec6346
BuildRequires: intltool
ec6346
BuildRequires: gettext
ec6346
ec6346
Requires: yum >= 3.2.19-15
ec6346
Requires: rhn-client-tools >= 1.10.3-1
ec6346
Requires: m2crypto >= 0.16-6
ec6346
Requires: python-iniparse
ec6346
ec6346
# Not really, but for upgrades we need these
ec6346
Requires: rhn-setup
ec6346
Obsoletes: up2date < 5.0.0
ec6346
Provides: up2date = 5.0.0
ec6346
ec6346
%description
ec6346
This yum plugin provides support for yum to access a Spacewalk server for
ec6346
software updates.
ec6346
ec6346
%prep
ec6346
%setup -q
ec6346
%patch0 -p1
ec6346
%patch1 -p1
ec6346
%patch2 -p1
ec6346
%patch3 -p1
ec6346
%patch4 -p1
ec6346
%patch5 -p1
ec6346
%patch6 -p1
ec6346
%patch7 -p1
ec6346
%patch8 -p1
ec6346
ec6346
%build
ec6346
make -f Makefile.yum-rhn-plugin
ec6346
ec6346
%install
ec6346
rm -rf $RPM_BUILD_ROOT
ec6346
make -f Makefile.yum-rhn-plugin install VERSION=%{version}-%{release} PREFIX=$RPM_BUILD_ROOT MANPATH=%{_mandir} 
ec6346
ec6346
%find_lang %{name}
ec6346
ec6346
%clean
ec6346
rm -rf $RPM_BUILD_ROOT
ec6346
ec6346
%pre
ec6346
# 682820 - re-enable yum-rhn-plugin after package upgrade if the system is already registered
ec6346
export pluginconf='/etc/yum/pluginconf.d/rhnplugin.conf'
ec6346
if [ $1 -gt 1 ] && [ -f /etc/sysconfig/rhn/systemid ] && [ -f "$pluginconf" ]; then
ec6346
    if grep -q '^[[:space:]]*enabled[[:space:]]*=[[:space:]]*1[[:space:]]*$' \
ec6346
       "$pluginconf"; then
ec6346
        echo "1" > /etc/enable-yum-rhn-plugin
ec6346
    fi
ec6346
fi
ec6346
ec6346
%post
ec6346
# 682820 - re-enable yum-rhn-plugin after package upgrade if the system is already registered
ec6346
export pluginconf='/etc/yum/pluginconf.d/rhnplugin.conf'
ec6346
if [ $1 -gt 1 ] && [ -f "$pluginconf" ] && [ -f "/etc/enable-yum-rhn-plugin" ]; then
ec6346
    sed -i '/\[main]/,/^$/{/enabled/s/0/1/}' "$pluginconf"
ec6346
    rm -f /etc/enable-yum-rhn-plugin
ec6346
fi
ec6346
ec6346
%files -f %{name}.lang
ec6346
%verify(not md5 mtime size) %config(noreplace) %{_sysconfdir}/yum/pluginconf.d/rhnplugin.conf
ec6346
%dir /var/lib/up2date
ec6346
%{_mandir}/man*/*
ec6346
%{_datadir}/yum-plugins/*
ec6346
%{_datadir}/rhn/actions/*
ec6346
%doc LICENSE
ec6346
ec6346
%changelog
ec6346
* Thu Oct 19 2017 Tomas Kasparek <tkasparek@redhat.com> 2.0.1-10
ec6346
- Resolves: #1503956 - upstream project has migrated to github
ec6346
  (tkasparek@redhat.com)
ec6346
ec6346
* Fri May 12 2017 Tomas Kasparek <tkasparek@redhat.com> 2.0.1-9
ec6346
- Resolves: #1418104 - honor yum.conf when setting repo defaults
ec6346
  (michael.mraka@redhat.com)
ec6346
ec6346
* Mon Mar 06 2017 Gennadii Altukhov <galt@redhat.com> 2.0.1-8
ec6346
- Resolves: #1398406 - update repo options from rhnplugin.conf even in
ec6346
  cacheonly mode (michael.mraka@redhat.com)
ec6346
- Resolves: #1391867 - pass retry_no_cache option to urlgrabber
ec6346
  (michael.mraka@redhat.com)
ec6346
- Resolves: #1361185 - use yum's lock to prevent concurent yum & rhn_check
ec6346
  actions (michael.mraka@redhat.com)
ec6346
ec6346
* Mon Feb 20 2017 Tomas Kasparek <tkasparek@redhat.com> 2.0.1-7
ec6346
- Resolves: #1423007 - request failed: error reading the headers
ec6346
  (CVE-2016-8743) (pstudeni@redhat.com)
ec6346
ec6346
* Mon Jul 25 2016 Tomas Kasparek <tkasparek@redhat.com> 2.0.1-6
ec6346
- Resolves: #1359087 - expect additional arguments (tkasparek@redhat.com)
ec6346
ec6346
* Wed Sep 17 2014 Stephen Herr <sherr@redhat.com> 2.0.1-5
ec6346
- Related: #1115516 - don't encode proxy url if not set (mzazrivec@redhat.com)
ec6346
- Related: #1115516 - encode proxy url when passing it to urlgrabber
ec6346
  (mzazrivec@redhat.com)
ec6346
- Resolves: #1115516 - correctly initialize proxy settings for URLGrabber
ec6346
  (mzazrivec@redhat.com)
ec6346
ec6346
* Mon Feb 03 2014 Milan Zazrivec <mzazrivec@redhat.com> 2.0.1-4
ec6346
- Related: #1043850 - avoid insecure use of /var/tmp
ec6346
ec6346
* Mon Sep 09 2013 Stephen Herr <sherr@redhat.com> 2.0.1-2
ec6346
- Resolves: #1006045 - keep yum-rhn-plugins higher default timeout
ec6346
ec6346
* Wed Jul 17 2013 Tomas Kasparek <tkasparek@redhat.com> 2.0.1-1
ec6346
- Bumping package versions for 2.0.
ec6346
ec6346
* Wed Jul 17 2013 Tomas Kasparek <tkasparek@redhat.com> 1.10.5-1
ec6346
- Update .po and .pot files for yum-rhn-plugin.
ec6346
ec6346
* Mon Jun 17 2013 Tomas Kasparek <tkasparek@redhat.com> 1.10.4-1
ec6346
- rebranding few more strings in client stuff
ec6346
ec6346
* Wed Jun 12 2013 Tomas Kasparek <tkasparek@redhat.com> 1.10.3-1
ec6346
- rebranding RHN Proxy to Red Hat Proxy in client stuff
ec6346
- rebranding RHN Satellite to Red Hat Satellite in client stuff
ec6346
ec6346
* Tue May 21 2013 Tomas Kasparek <tkasparek@redhat.com> 1.10.2-1
ec6346
- branding clean-up of rhel client stuff
ec6346
ec6346
* Wed Apr 03 2013 Stephen Herr <sherr@redhat.com> 1.10.1-1
ec6346
- 947639 - Make timeout of yum-rhn-plugin calls through rhn-client-tools
ec6346
  configurable
ec6346
- Bumping package versions for 1.9
ec6346
- Purging %%changelog entries preceding Spacewalk 1.0, in active packages.
ec6346
ec6346
* Fri Feb 15 2013 Milan Zazrivec <mzazrivec@redhat.com> 1.9.4-1
ec6346
- Update .po and .pot files for yum-rhn-plugin.
ec6346
- New translations from Transifex for yum-rhn-plugin.
ec6346
- Download translations from Transifex for yum-rhn-plugin.
ec6346
ec6346
* Mon Feb 04 2013 Jan Pazdziora 1.9.3-1
ec6346
- 529923 - register package name in config_hook
ec6346
ec6346
* Fri Nov 30 2012 Jan Pazdziora 1.9.2-1
ec6346
- Revert "876328 - updating rhel client tools translations"
ec6346
ec6346
* Fri Nov 16 2012 Jan Pazdziora 1.9.1-1
ec6346
- 876328 - updating rhel client tools translations
ec6346
ec6346
* Tue Oct 30 2012 Jan Pazdziora 1.8.8-1
ec6346
- Update the copyright year.
ec6346
- Update .po and .pot files for yum-rhn-plugin.
ec6346
- New translations from Transifex for yum-rhn-plugin.
ec6346
- Download translations from Transifex for yum-rhn-plugin.
ec6346
ec6346
* Tue Oct 09 2012 Jan Pazdziora 1.8.7-1
ec6346
- 863997 - set correct exit code for check-update in case of error
ec6346
ec6346
* Fri Sep 21 2012 Michael Mraka <michael.mraka@redhat.com> 1.8.6-1
ec6346
- force metadata update if they differ from version on server
ec6346
ec6346
* Tue Jul 24 2012 Jan Pazdziora 1.8.5-1
ec6346
- 842396 - Fixed legacy typo
ec6346
ec6346
* Mon Jul 23 2012 Stephen Herr <sherr@redhat.com> 1.8.4-1
ec6346
- 842396 - Updated yum info messages to play nice with Subscription Management
ec6346
ec6346
* Tue Jul 10 2012 Stephen Herr <sherr@redhat.com> 1.8.3-1
ec6346
- 839052 - yum-rhn-plugin honors yum timeout value
ec6346
ec6346
* Thu Jun 21 2012 Jan Pazdziora 1.8.2-1
ec6346
- fix files headers. our code is under gplv2 license
ec6346
- %%defattr is not needed since rpm 4.4
ec6346
ec6346
* Wed May 02 2012 Milan Zazrivec <mzazrivec@redhat.com> 1.8.1-1
ec6346
- 817567 - fix reports for auto-errata application already installed
ec6346
ec6346
* Tue Feb 28 2012 Jan Pazdziora 1.7.2-1
ec6346
- Update .po and .pot files for yum-rhn-plugin.
ec6346
- Download translations from Transifex for yum-rhn-plugin.
ec6346
ec6346
* Tue Feb 14 2012 Miroslav Suchý 1.7.1-1
ec6346
- 788903 - do not change "enable" outside of [main]
ec6346
- Bumping package versions for 1.7.
ec6346
ec6346
* Wed Dec 21 2011 Miroslav Suchý 1.6.16-1
ec6346
- 759786 - wrap SSL.SysCallError in yum error
ec6346
ec6346
* Wed Dec 21 2011 Milan Zazrivec <mzazrivec@redhat.com> 1.6.15-1
ec6346
- updated translations
ec6346
ec6346
* Fri Oct 21 2011 Jan Pazdziora 1.6.14-1
ec6346
- When only package name is specified (like in Activation Key -> Packages),
ec6346
  only search installed by package name.
ec6346
ec6346
* Tue Oct 18 2011 Miroslav Suchý 1.6.13-1
ec6346
- move errata.py action to the yum-rhn-plugin package (iartarisi@suse.cz)
ec6346
ec6346
* Fri Oct 07 2011 Michael Mraka <michael.mraka@redhat.com> 1.6.12-1
ec6346
- pass error messages from yum plugin to rhn_check
ec6346
ec6346
* Tue Sep 13 2011 Michael Mraka <michael.mraka@redhat.com> 1.6.11-1
ec6346
- 735339 - truncate rhnplugin.repos when there are no rhn channels
ec6346
ec6346
* Mon Sep 05 2011 Michael Mraka <michael.mraka@redhat.com> 1.6.10-1
ec6346
- 734492, 734965, 735282 - check command line options only for yum
ec6346
ec6346
* Fri Aug 12 2011 Miroslav Suchý 1.6.9-1
ec6346
- do not verify md5, size and mtime for /etc/yum/pluginconf.d/rhnplugin.conf
ec6346
ec6346
* Thu Aug 11 2011 Miroslav Suchý 1.6.8-1
ec6346
- do not mask original error by raise in execption
ec6346
ec6346
* Fri Aug 05 2011 Michael Mraka <michael.mraka@redhat.com> 1.6.7-1
ec6346
- parse commandline on our own
ec6346
ec6346
* Thu Aug 04 2011 Miroslav Suchý 1.6.6-1
ec6346
- 690616 - fail to rollback if target package is not available
ec6346
ec6346
* Thu Aug 04 2011 Michael Mraka <michael.mraka@redhat.com> 1.6.5-1
ec6346
- the latest yum-rhn-plugin and rhn-client-tools require each other
ec6346
ec6346
* Thu Aug 04 2011 Michael Mraka <michael.mraka@redhat.com> 1.6.4-1
ec6346
- 710065 - exception messages are in unicode
ec6346
ec6346
* Tue Aug 02 2011 Michael Mraka <michael.mraka@redhat.com> 1.6.3-1
ec6346
- fixed package exclusion
ec6346
- 725496 - respect default plugin settings from [main]
ec6346
ec6346
* Tue Aug 02 2011 Michael Mraka <michael.mraka@redhat.com> 1.6.2-1
ec6346
- 701189 - make sure cachedir exists
ec6346
ec6346
* Mon Aug 01 2011 Michael Mraka <michael.mraka@redhat.com> 1.6.1-1
ec6346
- call conduit.getConf() only once
ec6346
- 691283 - create persistdir in _repos_persistdir instead of PWD
ec6346
- 684342 - beside repo.id, cache even repo.name
ec6346
- disable network in cache only mode
ec6346
- cache list of last seen channels so we can correctly clean them
ec6346
- 627525 - disable network communication with certain commands/options
ec6346
- reverted init_hook -> prereposetup_hook move
ec6346
- Bumping package versions for 1.6.
ec6346
ec6346
* Tue Jul 19 2011 Jan Pazdziora 1.5.11-1
ec6346
- Merging Transifex changes for yum-rhn-plugin.
ec6346
- New translations from Transifex for yum-rhn-plugin.
ec6346
- Download translations from Transifex for yum-rhn-plugin.
ec6346
ec6346
* Tue Jul 19 2011 Jan Pazdziora 1.5.10-1
ec6346
- update .po and .pot files for yum-rhn-plugin
ec6346
ec6346
* Mon Jul 18 2011 Simon Lukasik <slukasik@redhat.com> 1.5.9-1
ec6346
- 703169 - Search for cached repomd.xml in a correct path (slukasik@redhat.com)
ec6346
ec6346
* Tue Jul 12 2011 Jan Pazdziora 1.5.8-1
ec6346
- Fixing sloppy coding.
ec6346
ec6346
* Tue Jun 28 2011 Miroslav Suchý 1.5.7-1
ec6346
- 707241 - create progressbar even during groupinstall and do not delete
ec6346
  rhnplugin.repos during groupinstall command (msuchy@redhat.com)
ec6346
ec6346
* Mon May 02 2011 Miroslav Suchý 1.5.6-1
ec6346
- set proxy_dict only if we have some proxy
ec6346
- proxy_dict is private attribute
ec6346
ec6346
* Fri Apr 29 2011 Miroslav Suchý 1.5.5-1
ec6346
- code cleanup
ec6346
- 691283 - create persistdir in _repos_persistdir instead of PWD
ec6346
  (msuchy@redhat.com)
ec6346
ec6346
* Thu Apr 21 2011 Miroslav Suchý 1.5.4-1
ec6346
- in rhel5 http_header is not present
ec6346
ec6346
* Wed Apr 20 2011 Miroslav Suchý 1.5.3-1
ec6346
- rhel5 does not have _default_grabopts()
ec6346
ec6346
* Tue Apr 12 2011 Miroslav Suchý 1.5.2-1
ec6346
- remove duplicate keyword (msuchy@redhat.com)
ec6346
ec6346
* Tue Apr 12 2011 Miroslav Suchý 1.5.1-1
ec6346
- remove dead code
ec6346
- use default headers from yum class YumRepository
ec6346
- 690190 - yumdownloader set callbacks soon, save it to new repo
ec6346
- Bumping package versions for 1.5
ec6346
ec6346
* Fri Apr 08 2011 Miroslav Suchý 1.4.15-1
ec6346
- fix cs translation (msuchy@redhat.com)
ec6346
ec6346
* Fri Apr 08 2011 Miroslav Suchý 1.4.14-1
ec6346
- update copyright years (msuchy@redhat.com)
ec6346
- download spacewalk.yum-rhn-plugin from Transifex (msuchy@redhat.com)
ec6346
ec6346
* Wed Apr 06 2011 Simon Lukasik <slukasik@redhat.com> 1.4.13-1
ec6346
- Removing packages.verifyAll capability; it was never used.
ec6346
  (slukasik@redhat.com)
ec6346
- Moving unit test for touchTimeStamp() which was moved to yum-rhn-plugin
ec6346
  (slukasik@redhat.com)
ec6346
ec6346
* Wed Apr 06 2011 Michael Mraka <michael.mraka@redhat.com> 1.4.12-1
ec6346
- there're no opts when called from rhn_check
ec6346
ec6346
* Mon Apr 04 2011 Michael Mraka <michael.mraka@redhat.com> 1.4.11-1
ec6346
- 688870 - resolve --enablerepo/--disablerepo for RHN repos
ec6346
ec6346
* Fri Apr 01 2011 Miroslav Suchý 1.4.10-1
ec6346
- 690234 - do not re-create repo if it exist and is type of RhnRepo
ec6346
ec6346
* Fri Apr 01 2011 Miroslav Suchý 1.4.9-1
ec6346
- name of attribute have to be in apostrophe
ec6346
ec6346
* Wed Mar 30 2011 Miroslav Suchý 1.4.8-1
ec6346
- 683200 - ssl cert can not be unicode string
ec6346
- fix variable typo
ec6346
- older yum do not have _repos_persistdir
ec6346
ec6346
* Wed Mar 30 2011 Miroslav Suchý <msuchy@redhat.com> 1.4.7-1
ec6346
- 683200 - support IDN
ec6346
ec6346
* Thu Mar 24 2011 Michael Mraka <michael.mraka@redhat.com> 1.4.6-1
ec6346
- 688870 - also check whether cached repo is valid
ec6346
ec6346
* Wed Mar 23 2011 Jan Pazdziora 1.4.5-1
ec6346
- remove every reference to "up2date --register" - even in comments
ec6346
  (msuchy@redhat.com)
ec6346
- 684342 - beside repo.id, cache even repo.name (msuchy@redhat.com)
ec6346
ec6346
* Thu Mar 10 2011 Miroslav Suchý <msuchy@redhat.com> 1.4.4-1
ec6346
- 683546 - optparse isn't friendly to translations in unicode
ec6346
- 682820 - re-enable yum-rhn-plugin after package upgrade if the system is
ec6346
  already registered
ec6346
- forward port translations from RHEL6 to yum-rhn-plugin
ec6346
ec6346
* Fri Feb 18 2011 Jan Pazdziora 1.4.3-1
ec6346
- handle installations of less recent package versions correctly
ec6346
  (mzazrivec@redhat.com)
ec6346
ec6346
* Wed Feb 16 2011 Miroslav Suchý <msuchy@redhat.com> 1.4.2-1
ec6346
- l10n: Updates to Russian (ru) translation (ypoyarko@fedoraproject.org)
ec6346
- repopulate package sack after initial setup (mzazrivec@redhat.com)
ec6346
ec6346
* Mon Feb 14 2011 Jan Pazdziora 1.4.1-1
ec6346
- 675780 - remove installed packages from transaction (mzazrivec@redhat.com)
ec6346
- 671032 - specify RHN as "RHN Satellite or RHN Classic" (msuchy@redhat.com)
ec6346
- 671032 - disable rhnplugin by default and enable it only after successful
ec6346
  registration (msuchy@redhat.com)
ec6346
- Bumping package versions for 1.4 (tlestach@redhat.com)
ec6346
ec6346
* Wed Feb 02 2011 Tomas Lestach <tlestach@redhat.com> 1.3.6-1
ec6346
- this was accidentaly commited in previous commit - reverting
ec6346
  (msuchy@redhat.com)
ec6346
- 648403 - do not require up2date on rhel5 (msuchy@redhat.com)
ec6346
ec6346
* Mon Jan 31 2011 Tomas Lestach <tlestach@redhat.com> 1.3.5-1
ec6346
- 672471 - do not send info to rhnParent about removing packages if plugin is
ec6346
  enabled, but machine is not registred - i.e. getSystemId() returns None
ec6346
  (msuchy@redhat.com)
ec6346
ec6346
* Thu Jan 20 2011 Tomas Lestach <tlestach@redhat.com> 1.3.4-1
ec6346
- updating Copyright years for year 2011 (tlestach@redhat.com)
ec6346
- update .po and .pot files for yum-rhn-plugin (tlestach@redhat.com)
ec6346
- 666545 - don't report empty transactions as a successful action
ec6346
  (mzazrivec@redhat.com)
ec6346
- fix expression semantics (mzazrivec@redhat.com)
ec6346
ec6346
* Fri Jan 14 2011 Michael Mraka <michael.mraka@redhat.com> 1.3.3-1
ec6346
- switch off network communication in cache only mode
ec6346
- cache list of rhn channels so we can correctly clean our stuff
ec6346
- 627525 - moved communication with satellite server from init_hook to
ec6346
- 656380 - do not disable SSL server name check for XMLRPC communication
ec6346
- 652424 - code optimalization: use up2date_cfg as class atribute
ec6346
- 652424 - do not enable Akamai if you set useNoSSLForPackages option
ec6346
- 627525 - do not parse command line, leave it to yum itself
ec6346
ec6346
* Mon Jan 03 2011 Miroslav Suchý <msuchy@redhat.com> 1.3.2-1
ec6346
- 666876 - respect metadata_expire setting from yum config
ec6346
ec6346
* Wed Nov 24 2010 Michael Mraka <michael.mraka@redhat.com> 1.3.1-1
ec6346
- removed unused imports
ec6346
ec6346
* Mon Nov 15 2010 Jan Pazdziora 1.2.7-1
ec6346
- l10n: Updates to Italian (it) translation (tombo@fedoraproject.org)
ec6346
ec6346
* Wed Nov 10 2010 Jan Pazdziora 1.2.6-1
ec6346
- call config.initUp2dateConfig() only once (msuchy@redhat.com)
ec6346
ec6346
* Tue Nov 02 2010 Jan Pazdziora 1.2.5-1
ec6346
- Update copyright years in the rest of the repo.
ec6346
- update .po and .pot files for yum-rhn-plugin
ec6346
ec6346
* Tue Oct 12 2010 Jan Pazdziora 1.2.4-1
ec6346
- l10n: Updates to Persian (fa) translation (aysabzevar@fedoraproject.org)
ec6346
ec6346
* Wed Aug 25 2010 Michael Mraka <michael.mraka@redhat.com> 1.2.3-1
ec6346
- 626822 - packages for update should be cached
ec6346
ec6346
* Mon Aug 23 2010 Michael Mraka <michael.mraka@redhat.com> 1.2.2-1
ec6346
- 625778 - require newer yum-rhn-plugin
ec6346
ec6346
* Thu Aug 12 2010 Milan Zazrivec <mzazrivec@redhat.com> 1.2.1-1
ec6346
- update .po and .pot files for yum-rhn-plugin (msuchy@redhat.com)
ec6346
ec6346
* Tue Aug 10 2010 Milan Zazrivec <mzazrivec@redhat.com> 1.1.6-1
ec6346
- l10n: Italian version fully updated (fvalen@fedoraproject.org)
ec6346
ec6346
* Thu Aug 05 2010 Milan Zazrivec <mzazrivec@redhat.com> 1.1.5-1
ec6346
- enable caching for action packages.fullUpdate
ec6346
ec6346
* Tue Jul 20 2010 Miroslav Suchý <msuchy@redhat.com> 1.1.4-1
ec6346
- download scheduled package installation in advance (msuchy@redhat.com)
ec6346
- add parameter cache_only to all client actions (msuchy@redhat.com)
ec6346
ec6346
* Mon Jun 14 2010 Miroslav Suchý <msuchy@redhat.com> 1.1.3-1
ec6346
- 598323 - yumex do not set version (msuchy@redhat.com)
ec6346
- l10n: Updates to Chinese (China) (zh_CN) translation
ec6346
  (leahliu@fedoraproject.org)
ec6346
- l10n: Updates to Spanish (Castilian) (es) translation
ec6346
  (gguerrer@fedoraproject.org)
ec6346
- l10n: Updates to Russian (ru) translation (ypoyarko@fedoraproject.org)
ec6346
- cleanup - removing translation file, which does not match any language code
ec6346
  (msuchy@redhat.com)
ec6346
- update po files for yum-rhn-plugin (msuchy@redhat.com)
ec6346
- l10n: Updates to German (de) translation (ttrinks@fedoraproject.org)
ec6346
- l10n: Updates to Polish (pl) translation (raven@fedoraproject.org)
ec6346
ec6346
* Wed May 05 2010 Justin Sherrill <jsherril@redhat.com> 1.1.2-1
ec6346
- 589120 - fixing issue with traceback from rhn_chec "no attribute cfg"
ec6346
  (jsherril@redhat.com)
ec6346
ec6346
* Mon Apr 19 2010 Michael Mraka <michael.mraka@redhat.com> 1.1.1-1
ec6346
- bumping spec files to 1.1 packages
ec6346