File project.diff of Package bsdtar
--- bsdtar.changes.orig
+++ bsdtar.changes
@@ -1,4 +1,14 @@
-------------------------------------------------------------------
+Mon Apr 2 15:10:00 UTC 2012 - adrian@suse.de
+
+- require a new enough libarchive2 or the old one from SP0 GA gets installed
+
+-------------------------------------------------------------------
+Thu Mar 22 07:48:20 UTC 2012 - adrian@suse.de
+
+- fix build on SLE 11
+
+-------------------------------------------------------------------
Fri Sep 30 08:15:50 UTC 2011 - coolo@suse.com
- add baselibs.conf for PackageKit to use
--- bsdtar.spec.orig
+++ bsdtar.spec
@@ -1,7 +1,7 @@
#
# spec file for package bsdtar
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,11 @@
#
-
Name: bsdtar
Version: 2.8.4
-Release: 11
+Release: 0
%define pkg_name libarchive
#
-License: BSD3c(or similar)
-Group: Productivity/Archiving/Compression
BuildRequires: libacl-devel
BuildRequires: pkg-config
BuildRequires: zlib-devel
@@ -34,8 +31,11 @@ BuildRequires: libext2fs-devel
BuildRequires: libopenssl-devel
BuildRequires: libxml2-devel
BuildRequires: xz-devel
+Requires: libarchive2 >= %version
#
Summary: Creates and reads several different streaming archive formats
+License: BSD-3-Clause
+Group: Productivity/Archiving/Compression
#
Url: http://code.google.com/p/libarchive/
Source0: libarchive-%{version}.tar.bz2
@@ -56,7 +56,6 @@ and 6.
This package contains the bsdtar cmdline utility.
%package -n libarchive2
-License: BSD3c(or similar)
#
Summary: Library to work with several different streaming archive formats
Group: Development/Libraries/C and C++
@@ -115,11 +114,10 @@ I/O. It should be very easy to add new f
methods, or new ways of reading/writing archives.
%package -n libarchive-devel
-License: BSD3c(or similar)
Requires: libacl-devel
Requires: libarchive2 = %{version}
-Requires: zlib-devel
Requires: libbz2-devel
+Requires: zlib-devel
Summary: Development files for libarchive
Group: Development/Libraries/C and C++
@@ -150,7 +148,7 @@ make %{?_smp_mflags}
#%%make check
%install
-%make_install
+make DESTDIR=$RPM_BUILD_ROOT install
rm -fv minitar/*.o
rm -fv %{buildroot}%{_libdir}/*.la
rm "%{buildroot}%{_mandir}/man5/"{tar,cpio,mtree}.5*