drop dependency on libstemmer (#RHEL-40657)
Resolves: #RHEL-40657
This commit is contained in:
parent
3a1bfe8d5d
commit
457d2d7eff
@ -6,7 +6,7 @@ Name: dovecot
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.3.21
|
Version: 2.3.21
|
||||||
%global prever %{nil}
|
%global prever %{nil}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
||||||
License: MIT AND LGPL-2.1-only
|
License: MIT AND LGPL-2.1-only
|
||||||
|
|
||||||
@ -76,7 +76,6 @@ BuildRequires: libicu-devel
|
|||||||
BuildRequires: libexttextcat-devel
|
BuildRequires: libexttextcat-devel
|
||||||
BuildRequires: clucene-core-devel
|
BuildRequires: clucene-core-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libstemmer-devel
|
|
||||||
BuildRequires: multilib-rpm-config
|
BuildRequires: multilib-rpm-config
|
||||||
BuildRequires: flex, bison
|
BuildRequires: flex, bison
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
@ -208,6 +207,7 @@ autoreconf -I . -fiv #required for aarch64 support
|
|||||||
--without-lucene \
|
--without-lucene \
|
||||||
--without-exttextcat \
|
--without-exttextcat \
|
||||||
%endif
|
%endif
|
||||||
|
--without-libstemmer \
|
||||||
--with-ssl=openssl \
|
--with-ssl=openssl \
|
||||||
--with-ssldir=%{ssldir} \
|
--with-ssldir=%{ssldir} \
|
||||||
--with-solr \
|
--with-solr \
|
||||||
@ -504,6 +504,9 @@ make check
|
|||||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 11 2024 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.21-8
|
||||||
|
- drop dependency on libstemmer (#RHEL-40657)
|
||||||
|
|
||||||
* Mon May 13 2024 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.21-7
|
* Mon May 13 2024 Michal Hlavinka <mhlavink@redhat.com> - 1:2.3.21-7
|
||||||
- do not use deprecated openssl v3 engine api (#RHEL-33733)
|
- do not use deprecated openssl v3 engine api (#RHEL-33733)
|
||||||
|
|
||||||
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-10
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user