diff --git a/mdadm.changes b/mdadm.changes index 4bf8f76..d780613 100644 --- a/mdadm.changes +++ b/mdadm.changes @@ -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 diff --git a/mdadm.spec b/mdadm.spec index d070016..103657f 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -15,20 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: mdadm Version: 3.2.2 -Release: 1 +Release: 0 BuildRequires: sgmltool PreReq: %fillup_prereq %insserv_prereq Obsoletes: raidtools -AutoReqProv: on -Group: System/Base -License: GPLv2+ Url: http://www.kernel.org/pub/linux/utils/raid/mdadm/ Summary: Utility for Configuring MD Setup +License: GPL-2.0+ +Group: System/Base BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: %{name}-%{version}.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 programs but with a very different interface. - - -Authors: --------- - Neil Brown - %prep %setup -q -a1 %patch0 -p1 %patch1 -p1 %build -%{suse_update_config -f} make %{?_smp_mflags} CC="%__cc" CXFLAGS="$RPM_OPT_FLAGS -Wno-error" cd Software-RAID.HOWTO sgml2html Software-RAID.HOWTO.sgml