Bug 446587 - Missing option in yum.conf
Summary: Missing option in yum.conf
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 9
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-15 08:58 UTC by Arjen de Rijke
Modified: 2014-01-21 23:02 UTC (History)
5 users (show)

Fixed In Version: 3.2.17-2.fc9
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-07-24 02:11:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to fix this bug upstream (1.06 KB, patch)
2008-05-30 13:41 UTC, Kulbir Saini
no flags Details | Diff
Patch to fix this bug upstream (1.06 KB, patch)
2008-05-30 17:40 UTC, Kulbir Saini
no flags Details | Diff

Description Arjen de Rijke 2008-05-15 08:58:40 UTC
Description of problem:
The manpage for yum.conf is incomplete. In F8 there was the yum-skip-broken
package. The functionality of the plugin this package provided was added to the
new version of yum, but the option to enable this is not mentioned in the manpage.  

Version-Release number of selected component (if applicable):
3.2.14-10.fc9

How reproducible:
Always

Steps to Reproduce:
1. look for skip_broken in the yum.conf manpage
2.
3.
  
Actual results:
skip_broken absent from manpage

Expected results:
explanation of the skip_broken option in the manpage

Additional info:

Comment 1 Kulbir Saini 2008-05-30 13:41:50 UTC
Created attachment 307201 [details]
Patch to fix this bug upstream

The attached patch fixes this bug upstream. This bug should be marked as fixed
and should be closed.

Comment 2 Kulbir Saini 2008-05-30 13:53:54 UTC
Comment on attachment 307201 [details]
Patch to fix this bug upstream

diff --git a/docs/yum.8 b/docs/yum.8
index 8845989..4b82533 100644
--- a/docs/yum.8
+++ b/docs/yum.8
@@ -282,8 +282,8 @@ Run with gpg signature checking disabled.
 .br
 Configuration Option: \fBgpgcheck\fP
 .IP "\fB\-\-skip\-broken\fP"
-Resolve depsolve problems by removing packages there is causing problems
- from the transaction.
+Resolve depsolve problems by removing packages that are causing problems
+from the transaction.
 .br
 Configuration Option: \fBskip_broken\fP
 .PP
diff --git a/docs/yum.conf.5 b/docs/yum.conf.5
index 54eb8b8..e3fc6c7 100644
--- a/docs/yum.conf.5
+++ b/docs/yum.conf.5
@@ -60,6 +60,10 @@ default for all repositories. This option also determines
whether or not an
 install of a package from a local RPM file will be GPG signature checked. The
 default is `0'.

+.IP "\fBskip_broken\fP"
+Either `skip' or `broken'. Resolve depsolve problems by removing packages that
are causing problems
+from the transaction.
+
 .IP \fBassumeyes\fR
 Either `1' or `0'. Determines whether or not yum prompts for confirmation of
 critical actions. Default is `0' (do prompt).

Comment 3 Kulbir Saini 2008-05-30 17:40:07 UTC
Created attachment 307218 [details]
Patch to fix this bug upstream

Sry for all the mess. A newbie to bugzilla here :( There were some confusion in
#yum and i messed up with patches. This is the last and final patch to fix this
bug.

Comment 4 Fedora Update System 2008-07-09 14:51:10 UTC
yum-3.2.17-1.fc9 has been submitted as an update for Fedora 9

Comment 5 Fedora Update System 2008-07-22 17:28:41 UTC
yum-3.2.17-2.fc8 has been submitted as an update for Fedora 8

Comment 6 Fedora Update System 2008-07-24 02:10:52 UTC
yum-3.2.17-2.fc9 has been pushed to the Fedora 9 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2008-08-07 17:17:03 UTC
yum-3.2.18-1.fc8 has been submitted as an update for Fedora 8

Comment 8 Fedora Update System 2008-08-27 18:02:39 UTC
yum-3.2.19-1.fc8 has been submitted as an update for Fedora 8.
http://admin.fedoraproject.org/updates/yum-3.2.19-1.fc8

Comment 9 Fedora Update System 2008-09-10 06:58:36 UTC
yum-3.2.19-3.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.