[libtar] Allow to extract debug-info from /usr/bin/libtar (#729009)

Kamil Dudka kdudka at fedoraproject.org
Tue Aug 9 10:11:49 UTC 2011


commit 972334dedbc75de3cf5fa440e07ad60c7bb117a6
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Tue Aug 9 12:06:46 2011 +0200

    Allow to extract debug-info from /usr/bin/libtar (#729009)

 libtar-1.2.11-bz729009.patch |   25 +++++++++++++++++++++++++
 libtar.spec                  |   13 +++++++++----
 2 files changed, 34 insertions(+), 4 deletions(-)
---
diff --git a/libtar-1.2.11-bz729009.patch b/libtar-1.2.11-bz729009.patch
new file mode 100644
index 0000000..a73eabc
--- /dev/null
+++ b/libtar-1.2.11-bz729009.patch
@@ -0,0 +1,25 @@
+From 1f2ec801cf4ac954f84c81e7587ce11998f78911 Mon Sep 17 00:00:00 2001
+From: Kamil Dudka <kdudka at redhat.com>
+Date: Tue, 9 Aug 2011 12:02:26 +0200
+Subject: [PATCH] libtar - rhbz #729009
+
+---
+ libtar/Makefile.in |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/libtar/Makefile.in b/libtar/Makefile.in
+index 4e7bca4..94bd198 100644
+--- a/libtar/Makefile.in
++++ b/libtar/Makefile.in
+@@ -17,7 +17,7 @@ PACKAGE_VERSION	= @PACKAGE_VERSION@
+ 
+ ### Installation programs and flags
+ INSTALL		= @INSTALL@
+-INSTALL_PROGRAM	= @INSTALL_PROGRAM@ -s
++INSTALL_PROGRAM	= @INSTALL_PROGRAM@
+ INSTALL_DATA	= @INSTALL_DATA@
+ LN_S		= @LN_S@
+ MKDIR		= @MKDIR@
+-- 
+1.7.4.4
+
diff --git a/libtar.spec b/libtar.spec
index 097b85c..95a009d 100644
--- a/libtar.spec
+++ b/libtar.spec
@@ -1,7 +1,7 @@
 Summary:        Tar file manipulation API
 Name:           libtar
 Version:        1.2.11
-Release:        20%{?dist}
+Release:        21%{?dist}
 License:        MIT
 Group:          System Environment/Libraries
 URL:            http://www.feep.net/libtar/
@@ -9,9 +9,10 @@ Source0:        ftp://ftp.feep.net/pub/software/libtar/libtar-%{version}.tar.gz
 Patch0:         http://ftp.debian.org/debian/pool/main/libt/libtar/libtar_1.2.11-4.diff.gz
 Patch1:         libtar-1.2.11-missing-protos.patch
 Patch2:         libtar-macro.patch
-Patch3:		libtar-1.2.11-tar_header.patch
-Patch4:		libtar-1.2.11-mem-deref.patch
-Patch5:		libtar-1.2.11-fix-memleak.patch
+Patch3:         libtar-1.2.11-tar_header.patch
+Patch4:         libtar-1.2.11-mem-deref.patch
+Patch5:         libtar-1.2.11-fix-memleak.patch
+Patch6:         libtar-1.2.11-bz729009.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires:  zlib-devel libtool
 
@@ -39,6 +40,7 @@ developing applications that use %{name}.
 %patch3 -p1 -b .tar_header
 %patch4 -p1 -b .deref
 %patch5 -p1 -b .fixmem
+%patch6 -p1
 
 # set correct version for .so build
 %define ltversion %(echo %{version} | tr '.' ':')
@@ -92,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug 09 2011 Kamil Dudka <kdudka at redhat.com> - 1.2.11-21
+- Allow to extract debug-info from /usr/bin/libtar (#729009)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.11-20
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list