[Bug 217366] Review Request: libnl - netlink sockets support/manipulation library

bugzilla at redhat.com bugzilla at redhat.com
Mon Nov 27 16:15:45 UTC 2006


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

Summary: Review Request: libnl - netlink sockets support/manipulation library


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





------- Additional Comments From panemade at gmail.com  2006-11-27 11:15 EST -------
Got rpmlint errors on SRPM package as
W: libnl unversioned-explicit-provides %{name}-%{version}-%{release}
The specfile contains an unversioned Provides: token, which will match all
older, equal, and newer versions of the provided thing.  This may cause
update problems and will make versioned dependencies, obsoletions and conflicts
on the provided thing useless -- make the Provides versioned if possible.

E: libnl no-cleaning-of-buildroot %install
You should clean $RPM_BUILD_ROOT in the %clean section and just after the
beginning of %install section. Use "rm -Rf $RPM_BUILD_ROOT".

correct those things and submit updated package. 
1) You need to add under %install 
rm -rf $RPM_BUILD_ROOT

2) You don't need to specify
Provides: %{name}-%{version}-%{release}
remove that.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list