From 52384b5a9157c6a479fecf71e71b525798bef9b114d19b7b0e4b2497e36f701f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 26 Sep 2013 09:24:13 +0000 Subject: [PATCH] Accepting request 200564 from home:wolfi323:branches:Virtualization install udev rules and VBoxCreateUSBNode.sh to the correct directories (bnc#799741) OBS-URL: https://build.opensuse.org/request/show/200564 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=139 --- virtualbox.changes | 6 ++++++ virtualbox.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/virtualbox.changes b/virtualbox.changes index 707a185..c68af37 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 25 11:35:04 UTC 2013 - wbauer@tmo.at + +- install udev rules and VBoxCreateUSBNode.sh to the correct + directories (bnc#799741) + ------------------------------------------------------------------- Sun Sep 15 06:14:34 UTC 2013 - mseben@gmail.com diff --git a/virtualbox.spec b/virtualbox.spec index 5ca4590..248e5ce 100644 --- a/virtualbox.spec +++ b/virtualbox.spec @@ -19,9 +19,9 @@ %define _vbox_instdir /usr/lib/virtualbox %if 0%{?suse_version} >= 1230 -%define _udevrulesdir /usr/lib/udev +%define _udevrulesdir /usr/lib/udev/rules.d %else -%define _udevrulesdir /lib/udev +%define _udevrulesdir /lib/udev/rules.d %endif Name: virtualbox