use bzip2 complressed tarball, lzip is not supported by koji

This commit is contained in:
Karsten Hopp 2015-11-30 12:13:03 +01:00
parent 3e56015474
commit 51099daf97
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ ed-1.4.tar.gz
/ed-1.10.tar.lz
/ed-1.10.tar.bz2
/ed-1.12.tar.lz
/ed-1.12.tar.bz2

View File

@ -4,7 +4,7 @@ Version: 1.12
Release: 1%{?dist}
License: GPLv3+, GFDL
Group: Applications/Text
Source: ftp://ftp.gnu.org/gnu/ed/%{name}-%{version}.tar.lz
Source: ftp://ftp.gnu.org/gnu/ed/%{name}-%{version}.tar.bz2
URL: http://www.gnu.org/software/ed/
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info

View File

@ -1 +1 @@
67c96fc79c29e86fb8002759c4a20e16 ed-1.12.tar.lz
73ac6871955752cb3969fd61c82eb032 ed-1.12.tar.bz2