rpms/dmraid/devel dmraid.spec,1.108,1.109

Heinz Mauelshagen mauelsha at fedoraproject.org
Fri Oct 16 11:10:53 UTC 2009


Author: mauelsha

Update of /cvs/pkgs/rpms/dmraid/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25810

Modified Files:
	dmraid.spec 
Log Message:
bz526157: fix manual pages for dmraid.static and dm_dso_reg_tool


Index: dmraid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dmraid/devel/dmraid.spec,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -p -r1.108 -r1.109
--- dmraid.spec	15 Oct 2009 19:30:08 -0000	1.108
+++ dmraid.spec	16 Oct 2009 11:10:53 -0000	1.109
@@ -7,7 +7,7 @@
 Summary: dmraid (Device-mapper RAID tool and library)
 Name: dmraid
 Version: 1.0.0.rc16
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 URL: http://people.redhat.com/heinzm/sw/dmraid
@@ -83,6 +83,8 @@ ln -s dmraid $RPM_BUILD_ROOT/sbin/dmraid
 
 # Provide convenience link from dmevent_tool
 (cd $RPM_BUILD_ROOT/sbin ; ln -f dmevent_tool dm_dso_reg_tool)
+(cd $RPM_BUILD_ROOT/%{_mandir} ; ln -f dmevent_tool.8 dm_dso_reg_tool.8 ; ln -f dmraid.8 dmraid.static.8)
+
 install -m 644 include/dmraid/*.h $RPM_BUILD_ROOT%{_includedir}/dmraid/
 
 # If requested, install the libdmraid and libdmraid-events (for dmeventd) DSO
@@ -126,6 +128,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -n dmraid-events
 %defattr(-,root,root)
 /%{_mandir}/man8/dmevent_tool*
+/%{_mandir}/man8/dm_dso_reg_tool*
 /sbin/dmevent_tool
 /sbin/dm_dso_reg_tool
 
@@ -136,6 +139,9 @@ rm -rf $RPM_BUILD_ROOT
 %ghost /etc/logwatch/scripts/services/dmeventd_syslogpattern.txt
 
 %changelog
+* Fri Oct 16 2009  Heinz Mauelshagen <heinzm at redhat.com> - 1.0.0.rc16-5
+- bz526157: fix manual pages for dmraid.static and dm_dso_reg_tool
+
 * Thu Oct 15 2009  Heinz Mauelshagen <heinzm at redhat.com> - 1.0.0.rc16-4
 - bz505562: ddf1 metadata format handler LSI persistent name fix
 - bz524168: fix pdc metadata format handler to report the correct number




More information about the scm-commits mailing list