SHA256
1
0
forked from pool/mdadm

Accepting request 97714 from home:coolo:removeautoconf

- remove call to suse_update_config (very old work around)

OBS-URL: https://build.opensuse.org/request/show/97714
OBS-URL: https://build.opensuse.org/package/show/Base:System/mdadm?expand=0&rev=48
This commit is contained in:
Stephan Kulow 2011-12-22 12:42:21 +00:00 committed by Git OBS Bridge
parent 894e7e46b2
commit dfce3d1bf1
2 changed files with 8 additions and 14 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 21 10:28:19 UTC 2011 - coolo@suse.com
- remove call to suse_update_config (very old work around)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 6 02:16:35 UTC 2011 - nfbrown@suse.com Thu Oct 6 02:16:35 UTC 2011 - nfbrown@suse.com

View File

@ -15,20 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: mdadm Name: mdadm
Version: 3.2.2 Version: 3.2.2
Release: 1 Release: 0
BuildRequires: sgmltool BuildRequires: sgmltool
PreReq: %fillup_prereq %insserv_prereq PreReq: %fillup_prereq %insserv_prereq
Obsoletes: raidtools Obsoletes: raidtools
AutoReqProv: on
Group: System/Base
License: GPLv2+
Url: http://www.kernel.org/pub/linux/utils/raid/mdadm/ Url: http://www.kernel.org/pub/linux/utils/raid/mdadm/
Summary: Utility for Configuring MD Setup Summary: Utility for Configuring MD Setup
License: GPL-2.0+
Group: System/Base
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Source1: Software-RAID.HOWTO.tar.bz2 Source1: Software-RAID.HOWTO.tar.bz2
@ -45,19 +41,12 @@ Mdadm is a program that can be used to control Linux md devices. It is
intended to provide all the functionality of the mdtools and raidtools intended to provide all the functionality of the mdtools and raidtools
programs but with a very different interface. programs but with a very different interface.
Authors:
--------
Neil Brown <neilb@suse.de>
%prep %prep
%setup -q -a1 %setup -q -a1
%patch0 -p1 %patch0 -p1
%patch1 -p1 %patch1 -p1
%build %build
%{suse_update_config -f}
make %{?_smp_mflags} CC="%__cc" CXFLAGS="$RPM_OPT_FLAGS -Wno-error" make %{?_smp_mflags} CC="%__cc" CXFLAGS="$RPM_OPT_FLAGS -Wno-error"
cd Software-RAID.HOWTO cd Software-RAID.HOWTO
sgml2html Software-RAID.HOWTO.sgml sgml2html Software-RAID.HOWTO.sgml