2 changed files with 6 additions and 14 deletions
@ -1,11 +0,0 @@
|
||||
--- src/package.c.orig 2003-08-18 15:25:03.000000000 +0200
|
||||
+++ src/package.c 2003-09-15 20:05:06.000000000 +0200
|
||||
@@ -75,7 +75,7 @@
|
||||
enum cmpsense result;
|
||||
int match = 0;
|
||||
|
||||
-snprintf(VBUFF,bufsize,"/bin/rpm -q --queryformat %{EPOCH}:%{VERSION}-%{RELEASE}\\n %s", package);
|
||||
+snprintf(VBUFF,bufsize,"/bin/rpm -q --queryformat '%%{EPOCH}:%%{VERSION}-%%{RELEASE}'\\n %s", package);
|
||||
|
||||
if ((pp = cfpopen(VBUFF, "r")) == NULL)
|
||||
{
|
||||
Loading…
Reference in new issue