]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-javadeps.patch
- adjusted for updated mono patch
[packages/rpm.git] / rpm-javadeps.patch
1 --- rpm-4.4.9/lib/rpmfc.c.orig  2007-05-22 20:19:05.990914000 +0200
2 +++ rpm-4.4.9/lib/rpmfc.c       2007-05-22 22:12:38.775152636 +0200
3 @@ -866,6 +866,12 @@
4         /* not only executable, files run by httpd usually are not */
5         if (fc->findreq)
6             xx = rpmfcHelper(fc, 'R', "php", fc->noautoreq, fc->noautoreq_c);
7 +    } else
8 +    if (fc->fcolor->vals[fc->ix] & RPMFC_JAVA) {
9 +       if (fc->findprov)
10 +           xx = rpmfcHelper(fc, 'P', "java", fc->noautoprov, fc->noautoprov_c);
11 +       if (fc->findreq)
12 +           xx = rpmfcHelper(fc, 'R', "java", fc->noautoreq, fc->noautoreq_c);
13      }
14  
15      return 0;
16 --- rpm-4.4.9/macros.in.orig    2007-05-22 20:22:01.924940000 +0200
17 +++ rpm-4.4.9/macros.in 2007-05-22 22:13:06.612739010 +0200
18 @@ -444,6 +444,9 @@
19  %__mono_provides       %{nil}
20  %__mono_requires       %{nil}
21  
22 +%__java_provides       %{nil}
23 +%__java_requires       %{nil}
24 +
25  #
26  # Path to selinux file context patterns used to verify
27  # file contexts on file system.
This page took 0.042831 seconds and 4 git commands to generate.