From 8805db2b510c23bd4320729459185fc1f67f0aee Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 10 Aug 2022 17:08:21 +0800 Subject: [PATCH] fix ytnef install error (cherry picked from commit c7212946992d124ea0feb1cf8261be82c0773f3f) --- libytnef.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libytnef.spec b/libytnef.spec index 3f7d86d..d96f0c0 100644 --- a/libytnef.spec +++ b/libytnef.spec @@ -1,6 +1,6 @@ Name: ytnef Version: 2.0 -Release: 1 +Release: 2 Summary: TNEF Stream Parser Library License: GPLv2+ URL: https://github.com/Yeraze/ytnef @@ -9,7 +9,7 @@ Patch0: ytnef-pkgconfig.patch BuildRequires: make autoconf automake libtool perl-generators Requires: libytnef = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - +Autoreq : no %description Yerase's TNEF Stream Reader. Can take a TNEF Stream (winmail.dat) sent from @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Aug 10 2022 peijiankang - 2.0-2 +- fix ytnef install error + * Thu Jul 21 2022 duyiwei - 2.0-1 - upgrade to v2.0