]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- added rpm-lzma-size_t.patch, to use system size_t, fixes sparc64 lzma
authortommat <tommat@pld-linux.org>
Tue, 16 Oct 2007 09:40:22 +0000 (09:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  compressed packages installation
- tested on sparc, sparc64, i686
- rel 9.1 to test more

Changed files:
    rpm.spec -> 1.837.2.1

rpm.spec

index e5203e5547f8edaf371d41a53149cfdaf5222496..ba7fccec6f7666bf77297590168295bdbfd9a531 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -35,7 +35,7 @@ Summary(ru.UTF-8):    Менеджер пакетов от RPM
 Summary(uk.UTF-8):     Менеджер пакетів від RPM
 Name:          rpm
 Version:       4.4.9
-Release:       9
+Release:       9.1
 License:       GPL
 Group:         Base
 Source0:       http://rpm5.org/files/rpm/rpm-4.4/%{name}-%{version}.tar.gz
@@ -117,6 +117,7 @@ Patch59:    %{name}-libtool-deps.patch
 Patch60:       %{name}-obsolete-rpmrc.patch
 Patch61:       %{name}-sparc64.patch
 Patch62:       %{name}-rpmdb.patch
+Patch63:       %{name}-lzma-size_t.patch
 URL:           http://rpm5.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1.4
@@ -684,6 +685,7 @@ install %{SOURCE12} scripts/perl.prov
 %patch61 -p1
 %endif
 %patch62 -p1
+%patch63 -p1
 
 cd scripts
 mv -f perl.req perl.req.in
This page took 0.125551 seconds and 4 git commands to generate.