diff --git a/drbd-utils.changes b/drbd-utils.changes index db035a2..c39f876 100644 --- a/drbd-utils.changes +++ b/drbd-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 23 05:19:07 UTC 2016 - nwang@suse.com + +- bsc#967753. Fix different udev rules folder in Leap and openSUSE. + ------------------------------------------------------------------- Thu Dec 24 06:17:48 UTC 2015 - nwang@suse.com diff --git a/drbd-utils.spec b/drbd-utils.spec index e82ab31..962ee91 100644 --- a/drbd-utils.spec +++ b/drbd-utils.spec @@ -1,7 +1,7 @@ # # spec file for package drbd-utils # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -109,7 +109,10 @@ rm -rf %{buildroot}%{_sysconfdir}/xen %endif mkdir -p %{buildroot}/usr/lib/udev/rules.d +if [ -f "%{buildroot}/lib/udev/rules.d/65-drbd.rules" ] +then mv %{buildroot}/lib/udev/rules.d/65-drbd.rules* %{buildroot}/usr/lib/udev/rules.d/65-drbd.rules +fi %pre %service_add_pre drbd.service