Re: rpmlint error and packaging guidelines

2015-12-20 Thread Björn Esser
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

Re: rpmlint error and packaging guidelines

2015-12-19 Thread 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, license,

Re: rpmlint error and packaging guidelines

2015-12-19 Thread Mattia Verga
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

Re: rpmlint error and packaging guidelines

2015-12-19 Thread Björn Esser
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

rpmlint error and packaging guidelines

2015-12-19 Thread 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 links to soname must be installed by the pack