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

Mario Blättermann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |[email protected]
                   |                            |m
           Assignee|[email protected]    |[email protected]
                   |                            |m
              Flags|                            |fedora-review?

--- Comment #1 from Mario Blättermann <[email protected]> ---
Scratch build:
http://koji.fedoraproject.org/koji/taskinfo?taskID=4568128

$ rpmlint -i -v *
ivykis.src: I: checking
ivykis.src: W: spelling-error %description -l en_US epoll -> poll, e poll
The value of this tag appears to be misspelled. Please double-check.

ivykis.src: W: spelling-error %description -l en_US kqueue -> queue, k queue,
liqueur
The value of this tag appears to be misspelled. Please double-check.

ivykis.src: W: spelling-error %description -l en_US dev -> deb, derv, div
The value of this tag appears to be misspelled. Please double-check.

ivykis.src: I: checking-url http://libivykis.sourceforge.net/ (timeout 10
seconds)
ivykis.src: I: checking-url
http://downloads.sourceforge.net/project/libivykis/0.30.4/ivykis-0.30.4.tar.gz
(timeout 10 seconds)
ivykis.i686: I: checking
ivykis.i686: W: spelling-error %description -l en_US epoll -> poll, e poll
The value of this tag appears to be misspelled. Please double-check.

ivykis.i686: W: spelling-error %description -l en_US kqueue -> queue, k queue,
liqueur
The value of this tag appears to be misspelled. Please double-check.

ivykis.i686: W: spelling-error %description -l en_US dev -> deb, derv, div
The value of this tag appears to be misspelled. Please double-check.

ivykis.i686: I: checking-url http://libivykis.sourceforge.net/ (timeout 10
seconds)
ivykis.x86_64: I: checking
ivykis.x86_64: W: spelling-error %description -l en_US epoll -> poll, e poll
The value of this tag appears to be misspelled. Please double-check.

ivykis.x86_64: W: spelling-error %description -l en_US kqueue -> queue, k
queue, liqueur
The value of this tag appears to be misspelled. Please double-check.

ivykis.x86_64: W: spelling-error %description -l en_US dev -> deb, derv, div
The value of this tag appears to be misspelled. Please double-check.

ivykis.x86_64: I: checking-url http://libivykis.sourceforge.net/ (timeout 10
seconds)
ivykis-debuginfo.i686: I: checking
ivykis-debuginfo.i686: I: checking-url http://libivykis.sourceforge.net/
(timeout 10 seconds)
ivykis-debuginfo.x86_64: I: checking
ivykis-debuginfo.x86_64: I: checking-url http://libivykis.sourceforge.net/
(timeout 10 seconds)
ivykis-devel.i686: I: checking
ivykis-devel.i686: I: checking-url http://libivykis.sourceforge.net/ (timeout
10 seconds)
ivykis-devel.x86_64: I: checking
ivykis-devel.x86_64: I: checking-url http://libivykis.sourceforge.net/ (timeout
10 seconds)
ivykis.spec: I: checking-url
http://downloads.sourceforge.net/project/libivykis/0.30.4/ivykis-0.30.4.tar.gz
(timeout 10 seconds)
7 packages and 1 specfiles checked; 0 errors, 9 warnings.

Ok so far. Some issues, though:

Requires:       %{name} = %{version}-%{release}
has to be
Requires:       %{name}%{?_isa} = %{version}-%{release}

It's an arch dependent package, that's why the "isa" macro must be present. See
http://fedoraproject.org/wiki/Packaging:Guidelines#Requiring_Base_Package

The %defattr lines are obsolete. It is only needed for rpm < 4.4, and even EPEL
5 ships rpm-4.4.2. Just remove them.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to