[Bug 531541] Review Request: rho - An SSH system profiler

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 29 09:10:09 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=531541


Jussi Lehtola <jussi.lehtola at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jussi.lehtola at iki.fi




--- Comment #1 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-10-29 05:10:08 EDT ---
- You are missing the Source URL. Fix it.

- Replace
 gzip rho.1
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/
 mv rho.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/
with
 install -D -p -m 644 gzip.1 $RPM_BUILD_ROOT%{_mandir}/man1/rho.1
(If you move the file, short circuiting the build won't work. Also, rpm handles
compression of man files by itself, so you don't need to do it manually.)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list