Restore the build command in the spec file to a normal one
Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
parent
27175ab708
commit
a1a27cff98
@ -1,7 +1,7 @@
|
|||||||
Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
||||||
Name: mdadm
|
Name: mdadm
|
||||||
Version: 3.2.1
|
Version: 3.2.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.bz2
|
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.bz2
|
||||||
Source1: mdmonitor.init
|
Source1: mdmonitor.init
|
||||||
Source2: raid-check
|
Source2: raid-check
|
||||||
@ -35,8 +35,7 @@ file can be used to help with some common tasks.
|
|||||||
%patch20 -p1 -b .static
|
%patch20 -p1 -b .static
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#make %{?_smp_mflags} CXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" SYSCONFDIR="%{_sysconfdir}" mdadm mdmon
|
make %{?_smp_mflags} CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}" mdadm mdmon
|
||||||
make -j30 CXFLAGS="$RPM_OPT_FLAGS" SYSCONFDIR="%{_sysconfdir}" mdadm mdmon
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -81,6 +80,9 @@ fi
|
|||||||
%ghost %attr(0700,root,root) %dir /var/run/mdadm
|
%ghost %attr(0700,root,root) %dir /var/run/mdadm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2011 Doug Ledford <dledford@redhat.com> - 3.2.1-2
|
||||||
|
- Restore build command to sane command instead of test command
|
||||||
|
|
||||||
* Mon Mar 28 2011 Doug Ledford <dledford@redhat.com> - 3.2.1-1
|
* Mon Mar 28 2011 Doug Ledford <dledford@redhat.com> - 3.2.1-1
|
||||||
- Update to latest upstream version
|
- Update to latest upstream version
|
||||||
- Resolves: 691353
|
- Resolves: 691353
|
||||||
|
Loading…
Reference in New Issue
Block a user