Am 20.12.2015 um 00:12 schrieb Michael Schwendt:
On Sat, 19 Dec 2015 15:31:08 +0100, Mattia Verga wrote:
%global sover 1
…
%install
# Install the built binaries.
ln -fs %{_libdir}/libpasplan404.so.%{sover}.0 \
%{buildroot}%{_libdir}/libpasplan404.so.%{sover}
…
%files
# doc-files, licens
On Sat, 19 Dec 2015 15:31:08 +0100, Mattia Verga wrote:
> > %global sover 1
> >
> > …
> >
> > %install
> > # Install the built binaries.
> >
> > ln -fs %{_libdir}/libpasplan404.so.%{sover}.0 \
> > %{buildroot}%{_libdir}/libpasplan404.so.%{sover}
> >
> > …
> >
> > %files
> > # doc-files, license,
Il 19/12/2015 15:02, Björn Esser ha scritto:
Am 19.12.2015 um 14:11 schrieb Mattia Verga:
While checking rpms for a new package with rpmlint I encountered the
error:
libpasastro.x86_64: E: no-ldconfig-symlink
/usr/lib64/libpasplan404.so.1.0
Now, packaging guidelines doesn't say anywhere (or a
Am 19.12.2015 um 14:11 schrieb Mattia Verga:
While checking rpms for a new package with rpmlint I encountered the error:
libpasastro.x86_64: E: no-ldconfig-symlink /usr/lib64/libpasplan404.so.1.0
Now, packaging guidelines doesn't say anywhere (or at least I was unable
to find it) that symbolic l
While checking rpms for a new package with rpmlint I encountered the error:
libpasastro.x86_64: E: no-ldconfig-symlink /usr/lib64/libpasplan404.so.1.0
Now, packaging guidelines doesn't say anywhere (or at least I was unable
to find it) that symbolic links to soname must be installed by the
pack