]> git.pld-linux.org Git - packages/mdadm.git/commitdiff
- mdadm.8 is back
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 26 Nov 2011 20:37:18 +0000 (20:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mdadm.spec -> 1.112

mdadm.spec

index 50351bc96d940a5ee7eeb24ed5d74aa0a0d4b3f9..3f1fe2e0c04ffd17b1fd448abc360df4ea3daa52 100644 (file)
@@ -107,7 +107,7 @@ mv -f mdadm.static initrd-mdadm
 %{__make} clean
 %endif
 
-%{__make} \
+%{__make} all mdadm.8 \
        CC="%{__cc}" \
        CFLAGS="%{rpmcflags} %{rpmcppflags}" \
        LDFLAGS="%{rpmldflags}" \
@@ -166,7 +166,7 @@ fi
 %attr(755,root,root) %{_sbindir}/mdctl
 %attr(640,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/mdadm.conf
 %{_mandir}/man5/mdadm.conf.5*
-#%{_mandir}/man8/mdadm.8*
+%{_mandir}/man8/mdadm.8*
 %{_mandir}/man8/mdassemble.8*
 %{_mandir}/man8/mdmon.8*
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
This page took 0.096948 seconds and 4 git commands to generate.