Accepting request 284171 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/284171 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dmraid?expand=0&rev=54
This commit is contained in:
commit
5281c6e635
@ -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
|
Fri Dec 12 14:10:53 UTC 2014 - kkaempf@suse.com
|
||||||
|
|
||||||
|
10
dmraid.spec
10
dmraid.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dmraid
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -70,12 +70,6 @@ The following ATARAID types are supported:
|
|||||||
|
|
||||||
- Silicon Image Medley
|
- Silicon Image Medley
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Heinz Mauelshagen
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for dmraid
|
Summary: Development files for dmraid
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -115,7 +109,7 @@ make
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
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
|
mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
|
||||||
install -m644 %{SOURCE1} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.dmraid
|
install -m644 %{SOURCE1} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.dmraid
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc/init.d
|
mkdir -p $RPM_BUILD_ROOT/etc/init.d
|
||||||
|
Loading…
Reference in New Issue
Block a user