revert messed up whitespaces

This commit is contained in:
Tomas Repik 2016-10-03 14:40:44 +02:00
parent 1dcf5b9480
commit e729b86c00

View File

@ -1,32 +1,31 @@
Name: libarchive Name: libarchive
Version: 3.2.1 Version: 3.2.1
Release: 4%{?dist} Release: 4%{?dist}
Summary: A library for handling streaming archive formats Summary: A library for handling streaming archive formats
License: BSD License: BSD
URL: http://www.libarchive.org/ URL: http://www.libarchive.org/
Source0: http://www.libarchive.org/downloads/%{name}-%{version}.tar.gz Source0: http://www.libarchive.org/downloads/%{name}-%{version}.tar.gz
# heap based buffer overflow in detect_form (archive_read_support_format_mtree.c) # heap based buffer overflow in detect_form (archive_read_support_format_mtree.c)
Patch0: RHBZ#1378669.patch Patch0: RHBZ#1378669.patch
# heap based buffer overflow in read_header (archive_read_support_format_7zip.c) # heap based buffer overflow in read_header (archive_read_support_format_7zip.c)
Patch1: RHBZ#1378668.patch Patch1: RHBZ#1378668.patch
# stack based buffer overflow in bsdtar_expand_char (util.c) # stack based buffer overflow in bsdtar_expand_char (util.c)
Patch2: RHBZ#1378666.patch Patch2: RHBZ#1378666.patch
BuildRequires: bison BuildRequires: bison
BuildRequires: sharutils BuildRequires: sharutils
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: bzip2-devel BuildRequires: bzip2-devel
BuildRequires: xz-devel BuildRequires: xz-devel
BuildRequires: lzo-devel BuildRequires: lzo-devel
BuildRequires: e2fsprogs-devel BuildRequires: e2fsprogs-devel
BuildRequires: libacl-devel BuildRequires: libacl-devel
BuildRequires: libattr-devel BuildRequires: libattr-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: automake
BuildRequires: automake
%description %description
@ -36,9 +35,9 @@ formats, and both BSD and GNU ar variants. It can also write shar archives and
read ISO9660 CDROM images and ZIP archives. read ISO9660 CDROM images and ZIP archives.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel %description devel
The %{name}-devel package contains libraries and header files for The %{name}-devel package contains libraries and header files for
@ -46,8 +45,8 @@ developing applications that use %{name}.
%package -n bsdtar %package -n bsdtar
Summary: Manipulate tape archives Summary: Manipulate tape archives
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description -n bsdtar %description -n bsdtar
The bsdtar package contains standalone bsdtar utility split off regular The bsdtar package contains standalone bsdtar utility split off regular
@ -55,8 +54,8 @@ libarchive packages.
%package -n bsdcpio %package -n bsdcpio
Summary: Copy files to and from archives Summary: Copy files to and from archives
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description -n bsdcpio %description -n bsdcpio
The bsdcpio package contains standalone bsdcpio utility split off regular The bsdcpio package contains standalone bsdcpio utility split off regular
@ -64,8 +63,8 @@ libarchive packages.
%package -n bsdcat %package -n bsdcat
Summary: Expand files to standard output Summary: Expand files to standard output
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
%description -n bsdcat %description -n bsdcat
The bsdcat program typically takes a filename as an argument or reads standard The bsdcat program typically takes a filename as an argument or reads standard