]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-dirdeps.patch
5ccd5fc48761591f3d971f9f0455941a348418b0
[packages/poldek.git] / poldek-dirdeps.patch
1 --- poldek-0.21-cvs20070703.00/conf/poldek.conf~        2008-02-14 16:12:15.604671074 +0200
2 +++ poldek-0.21-cvs20070703.00/conf/poldek.conf 2008-02-14 16:13:12.373118918 +0200
3 @@ -160,6 +160,9 @@
4  # Subtle dependency processing options, they should not be changed 
5  # unless you know what you are doing
6  
7 +# RPM 4.4.6 introduces auto dependencies based on package directories. Option controls this feature.
8 +auto directory dependencies = no
9 +
10  # Automatically install packages required by installed ones.
11  #follow = yes
12  
13 --- poldek-0.30/doc/poldek.conf.xml     2012-04-04 11:37:12.737381529 +0300
14 +++ poldek-0.30/doc/poldek.conf.xml     2012-04-04 11:38:47.231352866 +0300
15 @@ -435,7 +435,7 @@
16    <option name="dependency solver" type="integer" default="3" hidden="yes">
17    </option>
18  
19 -  <option name="auto directory dependencies" type="boolean3" default="auto" op="AUTODIRDEP">
20 +  <option name="auto directory dependencies" type="boolean3" default="no" op="AUTODIRDEP">
21      <description>
22      RPM 4.4.6 introduces auto dependencies based on package directories.
23      Option controls this feature.
24 --- poldek-0.21-cvs20070703.00/conf_sections.c~ 2007-06-30 10:42:33.000000000 +0300
25 +++ poldek-0.21-cvs20070703.00/conf_sections.c  2008-02-15 05:00:16.039094830 +0200
26 @@ -205,7 +205,7 @@
27               
28     { "auto directory dependencies", 
29       CONF_TYPE_BOOLEAN3,
30 -             "auto",
31 +             "no",
32               POLDEK_OP_AUTODIRDEP, { 0 } },
33               
34     { "follow", 
This page took 0.074497 seconds and 3 git commands to generate.