[Bug 534061] Review Request: hostname - Utility to set/show the host name or domain name

bugzilla at redhat.com bugzilla at redhat.com
Sat Nov 14 20:18:36 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=534061


Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pahan at hubbitus.info




--- Comment #5 from Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info>  2009-11-14 15:18:35 EDT ---
(In reply to comment #4)
> Those two rpmlint warnings are completely bogus; I'll report a bug against
> rpmlint.  

If you read explanation of rpmlint you undarstand what all correct:
hostname.src: W: no-cleaning-of-buildroot %install
You should clean $RPM_BUILD_ROOT in the %clean section and in the beginning of
the %install section. Use "rm -rf $RPM_BUILD_ROOT". Some rpm configurations do
this automatically; if your package is only going to be built in such
configurations, you can ignore this warning for the section(s) where your rpm
takes care of it.

hostname.src: W: no-buildroot-tag
The BuildRoot tag isn't used in your spec. It must be used in order to allow
building the package as non root on some systems. For some rpm versions (e.g.
rpm.org >= 4.6) the BuildRoot tag is not necessary in specfiles and is ignored
by rpmbuild; if your package is only going to be built with such rpm versions
you can ignore this warning.

-- 
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