]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- -r AC-branch new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 19 Feb 2007 18:56:29 +0000 (18:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-cpuinfo.patch -> 1.1

rpm-cpuinfo.patch [new file with mode: 0644]

diff --git a/rpm-cpuinfo.patch b/rpm-cpuinfo.patch
new file mode 100644 (file)
index 0000000..8696002
--- /dev/null
@@ -0,0 +1,13 @@
+--- rpm/lib/depends.c  2007-02-13 20:39:00.386623000 +0100
++++ rpm/lib/depends.c  2007-02-19 19:48:40.490623000 +0100
+@@ -507,6 +507,10 @@
+       goto unsatisfied;
+     }
++    /* Ignore cpuinfo() deps */
++    if (!strncmp(Name, "cpuinfo(", sizeof("cpuinfo(")-1))
++          goto exit;
++
+     /* Search added packages for the dependency. */
+     if (rpmalSatisfiesDepend(ts->addedPackages, dep, NULL) != NULL) {
+       /*
This page took 0.036208 seconds and 4 git commands to generate.