remove urlview and use gdbm replace tokyocabinet
This commit is contained in:
parent
448eb0e504
commit
1b60afe2ca
11
mutt.spec
11
mutt.spec
@ -1,6 +1,6 @@
|
|||||||
Name: mutt
|
Name: mutt
|
||||||
Version: 1.10.1
|
Version: 1.10.1
|
||||||
Release: 5
|
Release: 6
|
||||||
Epoch: 5
|
Epoch: 5
|
||||||
Summary: Text-based mail client
|
Summary: Text-based mail client
|
||||||
License: GPLv2+ and Public Domain
|
License: GPLv2+ and Public Domain
|
||||||
@ -20,9 +20,9 @@ Patch14: CVE-2021-3181.patch
|
|||||||
|
|
||||||
BuildRequires: gcc ncurses-devel gettext automake /usr/bin/xsltproc
|
BuildRequires: gcc ncurses-devel gettext automake /usr/bin/xsltproc
|
||||||
BuildRequires: lynx docbook-style-xsl perl-interpreter perl-generators
|
BuildRequires: lynx docbook-style-xsl perl-interpreter perl-generators
|
||||||
BuildRequires: tokyocabinet-devel gnutls-devel cyrus-sasl-devel
|
BuildRequires: gdbm-devel gnutls-devel cyrus-sasl-devel
|
||||||
BuildRequires: krb5-devel libidn2-devel gpgme-devel
|
BuildRequires: krb5-devel libidn2-devel gpgme-devel
|
||||||
Requires: mailcap urlview
|
Requires: mailcap
|
||||||
Requires: %{name}-help = %{epoch}:%{version}-%{release}
|
Requires: %{name}-help = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -55,7 +55,7 @@ rm -f mutt_ssl.c
|
|||||||
--enable-imap \
|
--enable-imap \
|
||||||
--enable-smtp \
|
--enable-smtp \
|
||||||
--enable-hcache \
|
--enable-hcache \
|
||||||
--without-gdbm \
|
--without-tokyocabinet \
|
||||||
--without-qdbm \
|
--without-qdbm \
|
||||||
--with-gnutls \
|
--with-gnutls \
|
||||||
--with-sasl \
|
--with-sasl \
|
||||||
@ -122,6 +122,9 @@ ln -sf ./muttrc.5 %{buildroot}%{_mandir}/man5/muttrc.local.5
|
|||||||
%{_mandir}/man5/muttrc.*
|
%{_mandir}/man5/muttrc.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 21 2021 zhujunhao<zhujunhao8@huawei.com> - 1.10.1-6
|
||||||
|
- remove urlview and use gdbm replace tokyocabinet
|
||||||
|
|
||||||
* Sat Feb 20 2021 zhanghua<zhanghua40@huawei.com> - 1.10.1-5
|
* Sat Feb 20 2021 zhanghua<zhanghua40@huawei.com> - 1.10.1-5
|
||||||
- fix CVE-2021-3181
|
- fix CVE-2021-3181
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user