Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
136 - 1
#                                                                -*- python -*-
2
#
3
# To prevent rpmdev-rmdevelrpms from removing some packages, add them to
4
# nondevpkgs.  The value can be a Python tuple or a whitespace separated
5
# string containing package names or name.arch strings.  For example:
6
#   nondevpkgs = ("foo-devel.x86_64", "bar-devel")
7
#   nondevpkgs = "foo-devel.x86_64 bar-devel"
8
#
9
nondevpkgs = ""
10
 
11
#
12
# To add packages to the removal list, add them to devpkgs.
13
# The value's format is the same as for nondevpkgs above.
14
# For example:
15
#   devpkgs = ("libfoo", "bar.i386", "quux-tools.noarch")
16
#   devpkgs = "libfoo bar.i386 quux-tools.noarch"
17
#
18
devpkgs = ""