- Oops, missing a dependency in the Makefile

This commit is contained in:
Doug Ledford 2007-03-31 13:45:58 +00:00
parent 608d0fc41f
commit f1d4a31eb1
2 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,6 @@
--- mdadm-2.6/Makefile.static 2007-01-26 11:16:37.000000000 -0500
+++ mdadm-2.6/Makefile 2007-01-26 11:24:55.000000000 -0500
@@ -145,23 +145,26 @@
--- mdadm-2.6.1/Makefile.static 2007-03-31 09:43:56.000000000 -0400
+++ mdadm-2.6.1/Makefile 2007-03-31 09:44:32.000000000 -0400
@@ -146,23 +146,26 @@ $(OBJS) : mdadm.h bitmap.h
sha1.o : sha1.c sha1.h md5.h
$(CC) $(CFLAGS) -DHAVE_STDINT_H -o sha1.o -c sha1.c
@ -27,7 +27,8 @@
- $(INSTALL) -D $(STRIP) -m 755 mdadm.klibc $(DESTDIR)$(BINDIR)/mdadm
+ $(INSTALL) -D -m 755 mdadm.klibc $(DESTDIR)$(BINDIR)/mdadm
install-man: mdadm.8 md.4 mdadm.conf.5
-install-man: mdadm.8 md.4 mdadm.conf.5
+install-man: mdadm.8 mdassemble.8 md.4 mdadm.conf.5
$(INSTALL) -D -m 644 mdadm.8 $(DESTDIR)$(MAN8DIR)/mdadm.8
+ $(INSTALL) -D -m 644 mdassemble.8 $(DESTDIR)$(MAN8DIR)/mdassemble.8
$(INSTALL) -D -m 644 md.4 $(DESTDIR)$(MAN4DIR)/md.4

View File

@ -1,7 +1,7 @@
Summary: mdadm controls Linux md devices (software RAID arrays)
Name: mdadm
Version: 2.6.1
Release: 1%{?dist}
Release: 2%{?dist}
Source: http://www.cse.unsw.edu.au/~neilb/source/mdadm/mdadm-%{version}.tgz
Source1: mdmonitor.init
Patch1: mdadm-1.5.0-email.patch
@ -76,6 +76,9 @@ fi
%attr(0700,root,root) %dir /var/run/mdadm
%changelog
* Sat Mar 31 2007 Doug Ledford <dledford@redhat.com> - 2.6.1-2
- Oops, missing a dependency in the Makefile
* Sat Mar 31 2007 Doug Ledford <dledford@redhat.com> - 2.6.1-1
- Update to latest upstream version