- Add a fix for the broken printout of array GUID when using the -E --brief
flags
This commit is contained in:
parent
4f5acf413b
commit
22ba5f588f
12
mdadm.spec
12
mdadm.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: mdadm controls Linux md devices (software RAID arrays)
|
Summary: mdadm controls Linux md devices (software RAID arrays)
|
||||||
Name: mdadm
|
Name: mdadm
|
||||||
Version: 2.5.4
|
Version: 2.5.4
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
|
Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
|
||||||
Source1: mdmonitor.init
|
Source1: mdmonitor.init
|
||||||
Source2: mdmpd-0.4.tgz
|
Source2: mdmpd-0.4.tgz
|
||||||
@ -11,6 +11,7 @@ Patch: mdadm-1.5.0-email.patch
|
|||||||
Patch1: mdmpd-0.4-node.patch
|
Patch1: mdmpd-0.4-node.patch
|
||||||
Patch2: mdadm-2.5.2-s390-build.patch
|
Patch2: mdadm-2.5.2-s390-build.patch
|
||||||
Patch3: mdadm-2.5.2-static.patch
|
Patch3: mdadm-2.5.2-static.patch
|
||||||
|
Patch4: mdadm-2.5.4-guid-printout.patch
|
||||||
Patch5: mdadm-2.2-nodiet.patch
|
Patch5: mdadm-2.2-nodiet.patch
|
||||||
Patch6: mdadm-2.5.2-cflags.patch
|
Patch6: mdadm-2.5.2-cflags.patch
|
||||||
Patch7: mdadm-2.3.1-fswab64.patch
|
Patch7: mdadm-2.3.1-fswab64.patch
|
||||||
@ -34,6 +35,7 @@ file can be used to help with some common tasks.
|
|||||||
%patch1 -p1 -b .node
|
%patch1 -p1 -b .node
|
||||||
%patch2 -p1 -b .s390
|
%patch2 -p1 -b .s390
|
||||||
%patch3 -p1 -b .static
|
%patch3 -p1 -b .static
|
||||||
|
%patch4 -p1 -b .printout
|
||||||
%patch5 -p1 -b .nodiet
|
%patch5 -p1 -b .nodiet
|
||||||
%patch6 -p1 -b .cflags
|
%patch6 -p1 -b .cflags
|
||||||
#%patch7 -p1 -b .fswab64
|
#%patch7 -p1 -b .fswab64
|
||||||
@ -86,6 +88,14 @@ fi
|
|||||||
%attr(0700,root,root) %dir /var/run/mdadm
|
%attr(0700,root,root) %dir /var/run/mdadm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 09 2006 Doug Ledford <dledford@redhat.com> - 2.5.4-3
|
||||||
|
- Add a fix for the broken printout of array GUID when using the -E --brief
|
||||||
|
flags
|
||||||
|
|
||||||
|
* Fri Oct 13 2006 Doug Ledford <dledford@redhat.com> - 2.5.4-2
|
||||||
|
- tag present on another branch and can't be forcibly moved
|
||||||
|
required number bump
|
||||||
|
|
||||||
* Fri Oct 13 2006 Doug Ledford <dledford@redhat.com> - 2.5.4-1
|
* Fri Oct 13 2006 Doug Ledford <dledford@redhat.com> - 2.5.4-1
|
||||||
- Update to 2.5.4 (listed as a bugfix update by upstream)
|
- Update to 2.5.4 (listed as a bugfix update by upstream)
|
||||||
- Remove previous bitmap patch that's now part of 2.5.4
|
- Remove previous bitmap patch that's now part of 2.5.4
|
||||||
|
Loading…
Reference in New Issue
Block a user