rpms/lib765/devel lib765.spec,1.2,1.3

Michael Schwendt bugs.michael at gmx.net
Fri Mar 10 10:27:27 UTC 2006


On Thu,  9 Mar 2006 20:29:50 -0500, Paul F. Johnson wrote:

> Author: pfj
> 
> Update of /cvs/extras/rpms/lib765/devel

> -Requires: libdsk-devel, lib765=%{version}-%{release}
> +Requires: libdsk-devel, %{name}=%{version}-%{release}
>  
>  %description devel
>  Development files for lib765.
> @@ -51,6 +51,9 @@
>  %exclude %{_libdir}/lib765.la
>  
>  %changelog
> +* Thu Mar 9 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.3.3-5
> +- Bug in the spec file means it didn't compile.
> +

The missing space around '=' is the bug. Package name, equal sign
and version-release number must be separate tokens.

Make it:

Requires: libdsk-devel, %{name} = %{version}-%{release}




More information about the fedora-extras-list mailing list