SHA256
6
0
forked from pool/dpkg

Accepting request 246358 from home:jblunck:branches:system:packagemanager

- Make Dpkg::Source::Archive use tar --format=gnu

OBS-URL: https://build.opensuse.org/request/show/246358
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/dpkg?expand=0&rev=15
This commit is contained in:
Frank Lichtenheld
2014-08-25 13:50:18 +00:00
committed by Git OBS Bridge
parent 55c6cd397b
commit 4ac6329295
3 changed files with 33 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ Patch4: dpkg-old-File-Path.patch
Patch5: dpkg-old-Test-More.patch
Patch6: dpkg-sparc.diff
Patch7: dpkg-ppc64le.diff
Patch8: dpkg-archive_tar_format_gnu.patch
BuildRequires: gcc-c++
BuildRequires: libselinux-devel
%define use_selinux 1
@@ -119,6 +120,9 @@ Provides translations to the package %{name}
%endif
%patch6 -p1
%patch7 -p1
%if 0%{?suse_version} >= 1220
%patch8 -p1
%endif
%build
export CFLAGS="%{optflags}"