Accepting request 982456 from home:dimstar:Factory
- Require perl in the same version as we built against: elinks links to libperl.so, which changes location based on perl version. The relevant path in encoded as RUNPATH into the binary (boo#1199945). OBS-URL: https://build.opensuse.org/request/show/982456 OBS-URL: https://build.opensuse.org/package/show/network/elinks?expand=0&rev=15
This commit is contained in:
parent
a7b9be939a
commit
2018f2cc01
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 12:48:36 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Require perl in the same version as we built against: elinks
|
||||
links to libperl.so, which changes location based on perl
|
||||
version. The relevant path in encoded as RUNPATH into the binary
|
||||
(boo#1199945).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 20:49:14 CEST 2019 - sbrabec@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package elinks
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -27,7 +27,7 @@ Release: 0
|
||||
Summary: An advanced and well-established feature-rich text mode web browser
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/Web/Browsers
|
||||
Url: http://elinks.or.cz/
|
||||
URL: http://elinks.or.cz/
|
||||
# Volatile download URL http://elinks.or.cz/download/%{name}-current-%{tar_version}.tar.bz2
|
||||
Source0: %{name}-current-%{tar_version}.tar.bz2
|
||||
Patch0: build-with-new-ruby.patch
|
||||
@ -59,6 +59,7 @@ BuildRequires: zlib-devel
|
||||
Provides: web_browser
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%perl_requires
|
||||
%requires_eq perl
|
||||
|
||||
%description
|
||||
ELinks is an advanced and well-established feature-rich text mode web
|
||||
|
Loading…
x
Reference in New Issue
Block a user