]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-dirdeps.patch
This commit was manufactured by cvs2git to create tag 'auto-ac-poldek-
[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.21-cvs20070703.00/conf_sections.c~ 2007-06-30 10:42:33.000000000 +0300
14 +++ poldek-0.21-cvs20070703.00/conf_sections.c  2008-02-15 05:00:16.039094830 +0200
15 @@ -205,7 +205,7 @@
16               
17     { "auto directory dependencies", 
18       CONF_TYPE_BOOLEAN3,
19 -             "auto",
20 +             "no",
21               POLDEK_OP_AUTODIRDEP, { 0 } },
22               
23     { "follow", 
This page took 0.029625 seconds and 3 git commands to generate.