]> TLD Linux GIT Repositories - packages/poldek.git/blob - poldek-config.patch
- merged update to 0.30.0rc7 from PLD
[packages/poldek.git] / poldek-config.patch
1 --- poldek-0.30/doc/poldek.conf.xml     2012-04-04 11:37:12.737381529 +0300
2 +++ poldek-0.30/doc/poldek.conf.xml     2012-04-04 11:38:47.231352866 +0300
3 @@ -369,7 +369,7 @@
4      </description>
5    </option>
6  
7 -  <option name="choose equivalents manually" type="boolean" default="no" op="EQPKG_ASKUSER">
8 +  <option name="choose equivalents manually" type="boolean" default="yes" op="EQPKG_ASKUSER">
9      <description>
10      Let the user select package among equivalents.
11      </description>
12 @@ -598,7 +598,7 @@
13      </description>
14    </option>
15  
16 -  <option name="hold" type="string" list="yes" default="" multiple="yes">
17 +  <option name="hold" type="string" list="yes" default="kernel*" multiple="yes">
18      <description>
19      Have the same meaning as [ global ] parameter. Example:
20      [screen]
21 --- poldek-0.30/conf/poldek.conf~       2010-08-22 14:19:51.000000000 +0300
22 +++ poldek-0.30/conf/poldek.conf        2010-08-22 14:20:28.524878981 +0300
23 @@ -128,11 +128,11 @@
24  #confirm removal = yes
25  
26  # Let the user select package among equivalents.
27 -#choose equivalents manually = no
28 +choose equivalents manually = yes
29  
30  # Prevent package listed from being upgraded if they are already installed.
31 -# hold = kernel* foo*.i686 th-test:* *-smp-* th-ready:bar*.x86_64
32 -#hold = 
33 +# hold = kernel* foo*.i686 ti-ready:bar*.x86_64
34 +hold = kernel*
35  
36  # Ignore package list - packages fits given mask will be invisible.
37  # ignore = *-smp-* foo*
38 --- poldek-0.30/conf_sections.c~        2012-04-04 12:01:04.000000000 +0300
39 +++ poldek-0.30/conf_sections.c 2012-04-04 12:04:46.080171888 +0300
40 @@ -173,7 +173,7 @@
41               
42     { "choose equivalents manually", 
43       CONF_TYPE_BOOLEAN,
44 -             "no",
45 +             "yes",
46               POLDEK_OP_EQPKG_ASKUSER, { 0 } },
47               
48     { "hold",