]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 7 May 2012 18:26:42 +0000 (18:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 66.

Changed files:
    rpm-new-debuginfo.patch -> 1.1.2.5
    rpm.spec -> 1.837.2.42.2.49.2.122

rpm-new-debuginfo.patch
rpm.spec

index b7170c05c1438965499e68d2f35ec14f993eeb6e..6a3d9e5231343d24d1a469201afb1109f1e3a0f5 100644 (file)
@@ -11,7 +11,7 @@
  #     Template for debug information sub-package.
 --- rpm-4.5/scripts/find-debuginfo.sh.orig     2007-08-31 03:07:02.000000000 +0200
 +++ rpm-4.5/scripts/find-debuginfo.sh  2009-09-17 15:22:30.299290490 +0200
-@@ -1,57 +1,327 @@
+@@ -1,57 +1,328 @@
 -#!/bin/sh
 +#!/bin/bash
  #find-debuginfo.sh - automagically generate debug info and file list
  {
 -  eu-strip --remove-comment -f "$1" "$2" || :
 +  local t=$(mktemp "/tmp/rpm.stripped.XXXXXX")
++  objcopy --compress-debug-sections "$2" || exit
 +  eu-strip --remove-comment -f "$1" "$2" -o "$t" || exit
 +  rm -f "$t"
 +}
index b8eae455d589ab89a1551875062089e9c8f5dcbc..3689706b6d7be3a93e9f63c8b11799992d99fbba 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -57,7 +57,7 @@ Summary(ru.UTF-8):    Менеджер пакетов от RPM
 Summary(uk.UTF-8):     Менеджер пакетів від RPM
 Name:          rpm
 Version:       4.5
-Release:       65
+Release:       66
 License:       LGPL
 Group:         Base
 Source0:       %{name}-%{version}.tar.gz
This page took 0.035673 seconds and 4 git commands to generate.