chiark / gitweb /
[PATCH] udev spec file symlink support
authorrml@tech9.net <rml@tech9.net>
Sat, 18 Oct 2003 07:12:16 +0000 (00:12 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:01:41 +0000 (21:01 -0700)
commit8634e6d111730b6c95a8b846ddbadafb147b4a34
tree54402608a7b0b24a8a849a224af481a9e752c0e9
parent88449f27e7870cfb713e4a7c2dde90b5032cb402
[PATCH] udev spec file symlink support

> Hm, I would also like to add the /etc/hotplug.d/default/udev.hotplug
> symlink, but rpm doesn't seem to like symlinks in the %files section.
> Anyone know how to do this properly?

The problem is that the symlink is left dangling to an absolute location
in the build root, which won't exist on the installer's system.  RPM 4.0
and on catches this.

Attached patch fixes it up and makes it work.
udev.spec