diff --git a/file.spec b/file.spec index ef48540..0bc4231 100644 --- a/file.spec +++ b/file.spec @@ -1,6 +1,6 @@ Name: file Version: 5.34 -Release: 7 +Release: 8 Summary: A tool to identify the type of a particular file type License: BSD URL: http://www.darwinsys.com/file/ @@ -17,9 +17,9 @@ Patch6002: 6002-Fix-indirect-offset-overflow-calculation-B.-Watson.patch Patch3: 0003-file-5.34-readelf.patch -Patch6003: 6003-CVE-2019-18218.patch -Patch6004: 6004-Use-memmem-to-speed-up-searches-if-available-Michael.patch -Patch6005: 6005-Simplify-and-always-return-if-not-found-found-by-OSS.patch +#Patch6003: 6003-CVE-2019-18218.patch +#Patch6004: 6004-Use-memmem-to-speed-up-searches-if-available-Michael.patch +#Patch6005: 6005-Simplify-and-always-return-if-not-found-found-by-OSS.patch Requires: %{name}-libs = %{version}-%{release} BuildRequires: autoconf automake libtool git zlib-devel @@ -161,6 +161,9 @@ cd %{py3dir} %{python3_sitelib}/__pycache__/* %changelog +* Wed Dec 25 2019 openEuler Buildteam - 5.34-8 +- revert patches + * Tue Dec 24 2019 openEuler Buildteam - 5.34-7 - some bugs fix