[Bug 652427] New: small issue in rpm.xml
https://bugzilla.novell.com/show_bug.cgi?id=652427 https://bugzilla.novell.com/show_bug.cgi?id=652427#c0 Summary: small issue in rpm.xml Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Documentation AssignedTo: thomas.schraitle@novell.com ReportedBy: kkemenczy@novell.com QAContact: ke@novell.com Found By: --- Blocker: --- <screen>#! /bin/sh for i in $(rpm -q -a -l | grep $1); do echo "\"$i\" is in package:" rpm -q -f $i echo "" done</screen> two extra spaces, so this should be: <screen>#!/bin/sh for i in $(rpm -q -a -l | grep $1); do echo "\"$i\" is in package:" rpm -q -f $i echo "" done</screen> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=652427 https://bugzilla.novell.com/show_bug.cgi?id=652427#c1 Thomas Schraitle <thomas.schraitle@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Thomas Schraitle <thomas.schraitle@novell.com> 2010-11-10 08:45:48 UTC --- Ok, thanks. Fixed in SVN revision 2007. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com