From 37972bc1fd1639e2c5fc055f6fd93a4ed7ee1b2a73a50903db63e33b91dc7b1a Mon Sep 17 00:00:00 2001 From: nick wang Date: Tue, 23 Feb 2016 05:07:26 +0000 Subject: [PATCH] Accepting request 361038 from home:wanghaisu:branches:network:ha-clustering:Factory Check file exist before mv. OBS-URL: https://build.opensuse.org/request/show/361038 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd-utils?expand=0&rev=18 --- drbd-utils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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