import brotli-1.0.6-3.el8
This commit is contained in:
parent
398e936799
commit
946289295e
2152
SOURCES/rhbz1881156.patch
Normal file
2152
SOURCES/rhbz1881156.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,13 +7,15 @@
|
|||||||
|
|
||||||
Name: brotli
|
Name: brotli
|
||||||
Version: 1.0.6
|
Version: 1.0.6
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Lossless compression algorithm
|
Summary: Lossless compression algorithm
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/google/brotli
|
URL: https://github.com/google/brotli
|
||||||
Source0: https://github.com/google/brotli/archive/v%{version}.tar.gz
|
Source0: https://github.com/google/brotli/archive/v%{version}.tar.gz
|
||||||
|
|
||||||
|
Patch1: rhbz1881156.patch
|
||||||
|
|
||||||
%if %{with python2}
|
%if %{with python2}
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
%endif
|
%endif
|
||||||
@ -69,13 +71,14 @@ It is similar in speed with deflate but offers more dense compression.
|
|||||||
This package installs the development files
|
This package installs the development files
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -p1 -S git
|
||||||
# fix permissions for -debuginfo
|
# fix permissions for -debuginfo
|
||||||
# rpmlint will complain if I create an extra %%files section for
|
# rpmlint will complain if I create an extra %%files section for
|
||||||
# -debuginfo for this so we'll put it here instead
|
# -debuginfo for this so we'll put it here instead
|
||||||
%{__chmod} 644 c/enc/*.[ch]
|
%{__chmod} 644 c/enc/*.[ch]
|
||||||
%{__chmod} 644 c/include/brotli/*.h
|
%{__chmod} 644 c/include/brotli/*.h
|
||||||
%{__chmod} 644 c/tools/brotli.c
|
%{__chmod} 644 c/tools/brotli.c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
@ -148,6 +151,9 @@ cd ..
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 01 2020 Eike Rathke <erack@redhat.com> - 1.0.6-3
|
||||||
|
- Resolves: CVE-2020-8927
|
||||||
|
|
||||||
* Wed Jun 17 2020 Eike Rathke <erack@redhat.com> - 1.0.6-2
|
* Wed Jun 17 2020 Eike Rathke <erack@redhat.com> - 1.0.6-2
|
||||||
- Resolves: rhbz#1737412 bump NRV for build to compose
|
- Resolves: rhbz#1737412 bump NRV for build to compose
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user