From: Michael Tremer Date: Sat, 14 Apr 2012 23:13:43 +0000 (+0200) Subject: udev: Move everything to /usr. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b985af7c5c40d4e17d2d6201d4bc90620a8d8d;p=ipfire-3.x.git udev: Move everything to /usr. --- diff --git a/udev/udev.nm b/udev/udev.nm index b0ec1b4c4..cede6b371 100644 --- a/udev/udev.nm +++ b/udev/udev.nm @@ -5,7 +5,7 @@ name = udev version = 182 -release = 2 +release = 3 groups = System/Base url = ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/ @@ -21,6 +21,7 @@ source_dl = ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/ build requires + filesystem >= 002 glib2-devel gobject-introspection-devel gperf @@ -34,24 +35,29 @@ build libusb-compat-devel libxslt pciutils - pkg-config + shadow-utils + systemd-units usbutils end configure_options += \ - --with-rootprefix="" \ - --libexecdir=/lib \ + --libexecdir=%{prefix}/lib \ --with-selinux \ - --with-systemdsystemunitdir=/lib/systemd/system + --with-systemdsystemunitdir=%{unitdir} end packages package %{name} groups += Base - prerequires - shadow-utils + requires + hwdata systemd-units + util-linux + end + + conflicts + filesystem < 002 end script prein @@ -74,6 +80,10 @@ packages package lib%{name} template LIBS + + conflicts + filesystem < 002 + end end package lib%{name}-devel