- Switch back to hand provided tarball in order to avoid pulling

lzip to the Ring0

OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=31
This commit is contained in:
Tomáš Chvátal
2019-01-10 08:54:47 +00:00
committed by Git OBS Bridge
parent 26a990a51b
commit a2587cbeb0
5 changed files with 14 additions and 6 deletions

View File

@@ -23,9 +23,11 @@ Summary: A line-oriented text editor
License: GPL-3.0-or-later AND LGPL-2.1-or-later
Group: Productivity/Text/Editors
URL: http://www.gnu.org/software/ed/
Source0: http://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz
Source1: https://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz.sig
BuildRequires: lzip
# This is just recompressed bellow in order to avoid pulling lzip to ring0
Source0: ed-%{version}.tar.xz
#Source0: http://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz
#Source1: https://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz.sig
#BuildRequires: lzip
Requires(post): %{install_info_prereq}
Requires(preun): %{install_info_prereq}