diff --git a/dmraid.changes b/dmraid.changes index dd2c4be..2c7fc64 100644 --- a/dmraid.changes +++ b/dmraid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 4 19:33:01 UTC 2015 - coolo@suse.com + +- remove with -f to avoid dependency on local umask + ------------------------------------------------------------------- Fri Dec 12 14:10:53 UTC 2014 - kkaempf@suse.com diff --git a/dmraid.spec b/dmraid.spec index 465d019..20de4cd 100644 --- a/dmraid.spec +++ b/dmraid.spec @@ -1,7 +1,7 @@ # # spec file for package dmraid # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -70,12 +70,6 @@ The following ATARAID types are supported: - Silicon Image Medley - - -Authors: --------- - Heinz Mauelshagen - %package devel Summary: Development files for dmraid Group: Development/Libraries/C and C++ @@ -115,7 +109,7 @@ make %install make install DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT/%_lib/libdmraid.a +rm -f $RPM_BUILD_ROOT/%_lib/libdmraid.a mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates install -m644 %{SOURCE1} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.dmraid mkdir -p $RPM_BUILD_ROOT/etc/init.d