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



--- Comment #14 from Michael Schwendt <[email protected]> ---
> /sbin/ldconfig -N -n %{buildroot}%{_libdir} didn't fix symlink to buildroot
> error.

What build target you refer to? That command is not supposed to create a
"symlink to buildroot":

  $ ls
  libdrpm.so.0.0.0  pkgconfig
  $ ldconfig -N -n $(pwd)
  $ ls
  libdrpm.so.0  libdrpm.so.0.0.0    pkgconfig
  $ file libdrpm.so.0
  libdrpm.so.0: symbolic link to `libdrpm.so.0.0.0'

Anyway, since  make install  doesn't install the libdrpm.so symlink either, the
command would only help with half of the show (note that adjusting SONAME
symlinks manually inside the spec file has gone wrong for packages before, so
beware).


> http://koji.fedoraproject.org/koji/taskinfo?taskID=8347848

The build still overrides Fedora's compiler flags. See comment 12.


> License:        LGPLv3

The source files contradict: LGPLv3+

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to