From 49b35bfc5ebb60f12c0bdac73def030b0414cbcb Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Thu, 11 Feb 2010 08:37:39 +0000 Subject: [PATCH] added missing man page of iprdbg --- iprdbg.8.gz | Bin 0 -> 582 bytes iprutils.spec | 13 ++++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 iprdbg.8.gz diff --git a/iprdbg.8.gz b/iprdbg.8.gz new file mode 100644 index 0000000000000000000000000000000000000000..999b3727fce1e54e62013e3f0fa5445d7f651c2a GIT binary patch literal 582 zcmV-M0=fMkiwFoRx^qha18Hz_WMXG7H~@W8&u^PB6u$FUJmu0>Y8={AJ5AF_!WK(O zh=6RJ)QbU!SOXi`hBp8Go=wtamvKP$v%mNKcqXqCxLw@ALUkuC>Z66nFbwbA|2ZId zNTuakGAop14a|EZBsT^&tUS6E0(GafKL;i&Q1-~RAs!nw4WzEAfs`Ar2VN1#kHSEw zRjpa;5eNWQma6TTJPBEQXv>gRu*Lw>9CsDo8JK8T(QxQx#kI%brPhEtxQ)jxRNJDG zU0*b!gtaKSG#rKp62jY2l*bPyf!eK;QVC=I+zo{i$V{OuawAhl~}Za%@@w{@-#YRu-ZnzfMq`=}`z zwHQyojI%{bcR5YA0hz;SBtWv>aGZ-eEB?PNH*4%QiC<_ASsvy4Y!VQPp?MpPhV*IRNq+`iCc5^NRFBtoVEXXSdCE=V*!4D>H7k}=!+37d|W;vi5M4zR_C zGxC0;>p1f*XWW*v(E}-!JdDMG=~<)d^T9Z^BuB`3Y**1<(!At5`pV)MqIHH+$vky; zTyIg|KHc44DplWha9t1*rC%5NuEGcHO1^2d&sRwr{A4G|VXjUX?dLbQDZVytR%DRe U5>d2hr2P{70Vmqul%)dz0J_E$;s5{u literal 0 HcmV?d00001 diff --git a/iprutils.spec b/iprutils.spec index 9ddd3ee..5baddbe 100644 --- a/iprutils.spec +++ b/iprutils.spec @@ -1,12 +1,16 @@ Summary: Utilities for the IBM Power Linux RAID adapters Name: iprutils Version: 2.2.18 -Release: 2%{?dist} +Release: 3%{?dist} License: CPL Group: System Environment/Base URL: http://sourceforge.net/projects/iprdd/ Source0: http://downloads.sourceforge.net/project/iprdd/iprutils%20for%202.6%20kernels/%{version}/%{name}-%{version}-src.tgz + +# missing man page +Source1: iprdbg.8.gz + Patch0: %{name}-cflags.patch Patch1: %{name}-initscripts.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -42,6 +46,10 @@ CFLAGS="%{optflags}" %{__make} %{__install} -m 0755 init.d/iprinit %{buildroot}%{_sysconfdir}/rc.d/init.d/iprinit %{__install} -m 0755 init.d/iprdump %{buildroot}%{_sysconfdir}/rc.d/init.d/iprdump %{__install} -m 0755 init.d/iprupdate %{buildroot}%{_sysconfdir}/rc.d/init.d/iprupdate + +# missing man page +%{__install} -m 0755 %SOURCE1 %{buildroot}%{_mandir}/man8/ + # move all binaries from /sbin to /usr/sbin and # make symbolink links for all binaries in /sbin to /usr/sbin mkdir %{buildroot}/usr/sbin @@ -72,6 +80,9 @@ done %{_sysconfdir}/rc.d/init.d/* %changelog +* Thu Feb 11 2010 Roman Rakus 2.2.18-3 +- added missing man page + * Tue Jan 26 2010 Roman Rakus 2.2.18-2 - moved files from /sbin to /usr/sbin and made symlinks