]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-config.patch
- restore lost hold kernel and choose equivalents manually options
[packages/poldek.git] / poldek-config.patch
1 --- poldek-0.30-cvs20080225.00/conf/poldek.conf 2008-03-27 18:27:35.244886349 +0200
2 +++ poldek-0.30-cvs20080225.00/conf/poldek.conf 2008-04-23 21:30:04.261046197 +0300
3 @@ -3,18 +3,12 @@
4  # Some macros. Macros are local, they are not visible in included files
5  # and macros declared in them are not visible to includer.
6  # Macros names starts with underscore '_'.
7 -#
8 -_distro  = pld
9 -
10 -# Both local and remote files may be included. Included files may not contain
11 -# [global] section, it will be ignored anyway. 
12 -%include %{_distro}-source.conf
13  
14  # local sources
15  %include source.conf
16  
17  # /etc/poldek/repos.d/*.conf
18 -#%includedir repos.d
19 +%includedir repos.d
20  
21  # External downloaders configuration, not necessary in most cases, cause
22  # to internal HTTP and FTP client.
23 @@ -130,11 +124,10 @@
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*
32 -#hold = 
33 +hold = kernel*
34  
35  # Ignore package list - packages fits given mask will be invisible.
36  # ignore = *-smp-* foo*
This page took 0.025326 seconds and 4 git commands to generate.