[yum/f19: 11/11] update to latest HEAD.

James Antill james at fedoraproject.org
Thu Mar 28 20:51:51 UTC 2013


commit 30af5acf3b8f5e415bdcbdd0662377400dc079d6
Author: James Antill <james at and.org>
Date:   Thu Mar 28 16:51:30 2013 -0400

    update to latest HEAD.
    
    - Fix optional packages getting installed by default. BZ 923547.
    - cacheReq() added to groups command.
    - Finally fix the installed obsoletes problem.
    - Sync specfiles.
    - Turn checking on, and fix check-po script.

 yum-HEAD.patch |   32 --------------------------------
 1 files changed, 0 insertions(+), 32 deletions(-)
---
diff --git a/yum-HEAD.patch b/yum-HEAD.patch
index bd01da1..1b75dea 100644
--- a/yum-HEAD.patch
+++ b/yum-HEAD.patch
@@ -200170,35 +200170,3 @@ index 9f79f4f..ac94f65 100755
      errcode = None
      if 'YUM_PROF' in os.environ:
          if os.environ['YUM_PROF'] == 'cprof':
-commit d6105ccda325184b21c0c95af75f11a42b039940
-Author: Zdenek Pavlas <zpavlas at redhat.com>
-Date:   Tue Mar 19 09:51:43 2013 +0100
-
-    move bash-completion scripts to /usr/share/  BZ 922992
-
-diff --git a/etc/Makefile b/etc/Makefile
-index ec5af83..f501389 100644
---- a/etc/Makefile
-+++ b/etc/Makefile
-@@ -25,6 +25,6 @@ install:
- 	mkdir -p $(DESTDIR)/etc/dbus-1/system.d/
- 	install -m 755 yum-updatesd-dbus.conf $(DESTDIR)/etc/dbus-1/system.d/yum-updatesd.conf
- 	install -m 644 yum-updatesd.conf $(YUMETC)
--	mkdir -p $(DESTDIR)/etc/bash_completion.d
--	install -m 644 yum.bash $(DESTDIR)/etc/bash_completion.d
-+	mkdir -p $(DESTDIR)/usr/share/bash-completion/completions
-+	install -m 644 yum.bash $(DESTDIR)/usr/share/bash-completion/completions/yum
- 	install -m 644 yum-cron.conf $(YUMETC)
-diff --git a/yum.spec b/yum.spec
-index ff672de..2b8df07 100644
---- a/yum.spec
-+++ b/yum.spec
-@@ -321,7 +321,7 @@ exit 0
- %dir %{_sysconfdir}/yum/protected.d
- %dir %{_sysconfdir}/yum/vars
- %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
--%{_sysconfdir}/bash_completion.d
-+%{_datadir}/bash-completion/completions/yum
- %dir %{_datadir}/yum-cli
- %{_datadir}/yum-cli/*
- %exclude %{_datadir}/yum-cli/completion-helper.py?


More information about the scm-commits mailing list