Introduce a way to override dependencies for all pkgs thru a file.
The `etc/defaults.virtual` file contains the default replacement for our use cases; at this moment we only use it to use `eudev` rather than `systemd` for udev. If `etc/virtual` exists it overrides the settings of `etc/defaults.virtual`.
This commit is contained in:
parent
b5a4b83a54
commit
75b6468fa0
3 changed files with 69 additions and 3 deletions
22
etc/defaults.virtual
Normal file
22
etc/defaults.virtual
Normal file
|
@ -0,0 +1,22 @@
|
|||
# --*-- shell --*--
|
||||
#
|
||||
# etc/defaults.virtual
|
||||
# default configuration of etc/virtual
|
||||
#
|
||||
# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING UPDATES,
|
||||
# EDIT etc/virtual INSTEAD.
|
||||
#
|
||||
# This file specifies a mapping between virtual packages and real packages
|
||||
# available in the source packages collection (srcpkgs).
|
||||
#
|
||||
# The format uses 2 arguments delimited by a blank: <vpkgname> <realpkgname>
|
||||
#
|
||||
# If a source package depends on a virtual package (<vpkgname>) and there's
|
||||
# a replacement defined in that file, <realpkgname> will be used to resolve
|
||||
# the dependency instead.
|
||||
#
|
||||
# - Please add entries sorted alphabetically on its first argument.
|
||||
# - Create your own etc/virtual file to override these defaults.
|
||||
#
|
||||
libgudev-devel eudev-libgudev-devel
|
||||
libudev-devel eudev-libudev-devel
|
Loading…
Add table
Add a link
Reference in a new issue