Bug 175302

Summary: patch detritus installed
Product: [Fedora] Fedora Reporter: Curtis Doty <curtis>
Component: iprouteAssignee: Radek Vokál <rvokal>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.6.14-11 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-12 06:43:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Curtis Doty 2005-12-08 17:17:11 UTC
/etc/iproute2/*.rt_config should not exist. Here's a simple solution:

cvs diff: Diffing .
Index: iproute.spec
===================================================================
RCS file: /cvs/dist/devel/iproute/iproute.spec,v
retrieving revision 1.40
diff -u -r1.40 iproute.spec
--- iproute.spec        11 Nov 2005 11:46:42 -0000      1.40
+++ iproute.spec        8 Dec 2005 17:19:22 -0000
@@ -24,7 +24,7 @@
 
 %prep
 %setup -q -n iproute2-%{version}-%{date_version}
-%patch1 -p1 -b .rt_config
+%patch1 -p1
 %patch2 -p1 -b .kernel
 %patch5 -p1 -b .opt_flags
 %patch7 -p1 -b .tunnel_add

Comment 1 Radek Vokál 2005-12-09 13:23:52 UTC
Fixed in rawhide

Comment 2 Curtis Doty 2005-12-09 16:42:22 UTC
Something's not right. All I see is a comment and rev bump. :-( No code changed
or patch applied.

http://cvs.fedora.redhat.com/viewcvs/devel/iproute/iproute.spec?r1=1.40&r2=1.41

Comment 3 Radek Vokál 2005-12-12 06:43:11 UTC
I don't know what I was thinking about on Friday. You're correct, I somehow
forget to actually do the patching. Thanks for checking up.