Hello community, here is the log from the commit of package drbd-utils for openSUSE:Factory checked in at 2016-02-25 22:07:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/drbd-utils (Old) and /work/SRC/openSUSE:Factory/.drbd-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "drbd-utils" Changes: -------- --- /work/SRC/openSUSE:Factory/drbd-utils/drbd-utils.changes 2015-12-24 12:17:53.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.drbd-utils.new/drbd-utils.changes 2016-02-26 00:29:12.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Feb 23 05:19:07 UTC 2016 - [email protected] + +- bsc#967753. Fix different udev rules folder in Leap and openSUSE. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ drbd-utils.spec ++++++ --- /var/tmp/diff_new_pack.jaxoIm/_old 2016-02-26 00:29:14.000000000 +0100 +++ /var/tmp/diff_new_pack.jaxoIm/_new 2016-02-26 00:29:14.000000000 +0100 @@ -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 @@ %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
