* Fri Feb 15 2019 tchvatal@suse.com
- Drop the noarch statement as it broke updates bsc#1111112
* Wed Aug 29 2018 tchvatal@suse.com
- Use python instead of python2 prefixes as not all of the deps
are singlespec yet.
* Fri Aug 10 2018 tchvatal@suse.com
- Add patch to fix bsc#1104227 bsc#1104716 correct path to rpmdb:
* yum-3.4.3-correct-rpmdb-path.patch
- Do not mark systemd service as config
- Do not install in sitearch as this is non-platform-specific package
* Thu Nov 23 2017 rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)
* Wed Nov 01 2017 mpluskal@suse.com
- Explicitly use python2
- Rename subpackage
- Run spec-cleaner
* Thu Mar 30 2017 ngompa@datto.com
- Add python-pyliblzma dependency to python-yum to fix issues
with accessing xz-compressed repo metadata
- Move remaining python dependencies from yum to python-yum
- Make yum dependency on python-yum stricter
* Thu Dec 01 2016 mc@suse.com
- yum-3.2.29-parse-restart_suggested.patch - parse restart_suggested flag
(bsc#1012867)
* Sun Oct 19 2014 p.drouand@gmail.com
- Use systemd instead of sysvinit
- Remove depreciated conditional macros
- Remove debian-specific files; yum doesn't build for debian-based
distributions
* Tue Sep 16 2014 dmacvicar@suse.de
- Add yum-3.4.3-preserve-queryparams-in-urls.patch
(bnc#896844)
* Mon Apr 14 2014 adrian@suse.de
- fix "repotag" support in modifyrepo
new patch: yum-3.4.3-fix-repo-tag.patch
- include debian build descriptions, since we require this
for travis-ci testing
* Thu Mar 13 2014 mls@suse.de
- simplify suse-missing-tags patch
* Mon Feb 24 2014 suse-tux@gmx.de
- minor change to the suse-missing-tags patch in order to fix bnc#841280
* Mon Feb 24 2014 mls@suse.de
- adapt suse-missing-tags tags to new rpm weak dependency tags
* Thu Jan 02 2014 info@michael-jansen.biz
- Move dependency to yum-metadata-parser to python-yum
* Tue Apr 16 2013 bwiedemann@suse.com
- fix SLE-11 build
* Mon Mar 25 2013 bwiedemann@suse.com
- speedup createrepo changelog code (bnc#810074)
add yum-3.4.3-speedup-bnc810074.patch
remove obsolete yum-3.4.3-disable-annoying-debuginfo.patch
* Thu Feb 23 2012 saschpe@suse.de
- Add yum-3.4.3-updatesd-dbus-conf-syntax.patch (sent upstream)
* Thu Feb 23 2012 saschpe@suse.de
- Update to version 3.4.3:
* yum/__init__.py: Don't call repo.doSetup() if we've already setup the
repos.
* yum/history.py, yum/rpmtrans.py: Disable the rpmtrans chroot workaround.
Use exclusive locking in history.
* yummain.py: Change the logging for NFS path problems from debug to critical.
* yummain.py: Checks if we have read and write access in the current
directory. If not, chdir to /.
* output.py: Make the source xgettext-friendly. xgettext ignores
_(var), so localize literals instead.
* cli.py: Don't show -c warning, when we've changed it due to --installroot.
* yum/rpmtrans.py: Workaround rpm chroot insanity, so we can use sqlite from
unInstStop() cb.
- See changelog for more details...
- Rebased the following patches:
* yum-3.2.25-license-to-confirm.patch
* yum-3.2.25-suse-changelogs.patch
* yum-3.2.25-suse-missing-tags.patch
* yum-3.2.25-disable-annoying-debug-info.patch
* yum-3.2.25-add-lib-cpp-file.patch
- Dropped the following patches:
* yum-3.2.6-epoch_workaround.patch - Fixed upstream
* yum-3.2.25-add-sourcerpm-for-old-yum.patch - Fixed upstream
- Spec file cleanup:
* Ran spec-cleaner
* Removed checks for SUSE versions older than 11.1
* Provide rc-script for %{_initdir}/yum-updatesd (Init script packaging policy)
* Suggest cron and logrotate for optional features
* Rename package 'yum-common' to 'python-yum' (Python packaging policy)
and fix it's file permissions. Also set a more appropriate RPM group
(Development/Languages/Python)
* Split out rather huge lang file (rpmlint issue)
* Wed Jul 14 2010 mbarringer@suse.de
- Adding a workaround for a problem in the cpp package where it
does not provide /lib/cpp, which xorg-x11 requires. This patch
manually adds a <file>/lib/cpp</file> node.
* Thu May 20 2010 mls@suse.de
- old yum versions throw an error if a package in rpmmd metadata does
not contain a rpm:sourcerpm element. Thus we add an empty element
if we generate output with the old "sha" checksum type.