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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |m

--- Comment #1 from Mario Blättermann <[email protected]> ---
There are versioned libraries in the -devel package:

%{_libdir}/*.so.*

Usually, they have to be in a -libs or *lib package while the versioned library
has to remain in the -devel package. If you don't want to provide an extra
package (you run ldconfig anyway for the main package), remove the versioned
libraries to the base package.

Moreover, %{name} = %{version}-%{release} has to be %{name}%{?_isa} =
%{version}-%{release} to match the correct architecture.

What are the *.c files in the -devel package for? As far as I can see, those
are no development examples, rather the source files of sha.

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