From a2587cbeb0d9a001565b2723b5ccfc5f4b35a0b0babed1042c83fb3c21fddca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 10 Jan 2019 08:54:47 +0000 Subject: [PATCH] - 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 --- ed-1.15.tar.lz | 3 --- ed-1.15.tar.lz.sig | Bin 72 -> 0 bytes ed-1.15.tar.xz | 3 +++ ed.changes | 6 ++++++ ed.spec | 8 +++++--- 5 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 ed-1.15.tar.lz delete mode 100644 ed-1.15.tar.lz.sig create mode 100644 ed-1.15.tar.xz diff --git a/ed-1.15.tar.lz b/ed-1.15.tar.lz deleted file mode 100644 index 59ddd00..0000000 --- a/ed-1.15.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad4489c0ad7a108c514262da28e6c2a426946fb408a3977ef1ed34308bdfd174 -size 67343 diff --git a/ed-1.15.tar.lz.sig b/ed-1.15.tar.lz.sig deleted file mode 100644 index 6a3f57f9fb919643f8aacd6502c5a35bd3575e5848176dd47850f64d4ac05afe..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$eM#LjVd15Rd7V0~0NGLd?Mcpp{vcqMJCJ0D#RsaOz+P e60vSxYXF~eSJfhu{Qa1NYVCOG@ + +- Switch back to hand provided tarball in order to avoid pulling + lzip to the Ring0 + ------------------------------------------------------------------- Mon Jan 7 08:49:12 UTC 2019 - Tomáš Chvátal diff --git a/ed.spec b/ed.spec index 27ded3f..0329165 100644 --- a/ed.spec +++ b/ed.spec @@ -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}