245077 - drop bogus dependency on lzma, xz is used to handle the lzma format too

Authored and Committed by Panu Matilainen 14 years ago
1 file changed. 5 lines added. 2 lines removed.
    - drop bogus dependency on lzma, xz is used to handle the lzma format too
    
        
file modified
+5 -2
rpm.spec CHANGED
@@ -21,7 +21,7 @@
21
21
Summary: The RPM package management system
22
22
Name: rpm
23
23
Version: %{rpmver}
24
- Release: 9%{?dist}
24
+ Release: 10%{?dist}
25
25
Group: System Environment/Base
26
26
Url: http://www.rpm.org/
27
27
Source0: http://rpm.org/releases/testing/%{name}-%{srcver}.tar.bz2
@@ -145,7 +145,7 @@ Group: Development/Tools
145
145
Requires: rpm = %{version}-%{release}
146
146
Requires: elfutils >= 0.128 binutils
147
147
Requires: findutils sed grep gawk diffutils file patch >= 2.5
148
- Requires: unzip gzip bzip2 cpio lzma xz
148
+ Requires: unzip gzip bzip2 cpio xz
149
149
Requires: pkgconfig
150
150
Conflicts: ocaml-runtime < 3.11.1-7
151
151
@@ -417,6 +417,9 @@ exit 0
417
417
%doc doc/librpm/html/*
418
418
419
419
%changelog
420
+ * Mon Feb 15 2010 Panu Matilainen <pmatilai@redhat.com> - 4.8.0-10
421
+ - drop bogus dependency on lzma, xz is used to handle the lzma format too
422
+
420
423
* Fri Feb 05 2010 Panu Matilainen <pmatilai@redhat.com> - 4.8.0-9
421
424
- unbreak python(abi) requires generation (#562906)
422
425