On Sun, Mar 31, 2019, at 2:30 PM, Günther J. Niederwimmer via dovecot wrote:
Hello,
Am Samstag, 30. März 2019, 21:36:12 CEST schrieb Peter via dovecot:
On 30/03/19 10:56 PM, Gerald Galster via dovecot wrote:
Maybe there is something wrong with his local yum/repo configuration.
I'm tending to agree now.
[ ... ]
It would have to be for yum to see dovecot-imaptest-2.3.5.1-1.x86_64 and dovecot-lua-2.3.5.1-1.x86_64. It sounds more like he's put an exclude=dovecot line in his dovecot-2.3-latest repo container.
NO, I have no exclude in the dovecot.repo but it is not possible for yum to find the dovecot Package but the dovecot-lua ... is found?
I mean there are wrong permissions on the repo?
FWIW, works for me just fine.
I created a brand new, fresh, CentOS 7 image in the cloud.
Configured Dovecot repo as described here:
Did yum install and it worked just fine (see the output below).
Maybe you can do
yum list "dovecot*"
????
So we can see what you have installed right now vs. what your system sees in the repo?
# yum install dovecot dovecot-lua dovecot-imaptest
Resolving Dependencies --> Running transaction check ---> Package dovecot.x86_64 2:2.3.5.1-1 will be installed --> Processing Dependency: libclucene-core.so.1()(64bit) for package: 2:dovecot-2.3.5.1-1.x86_64 --> Processing Dependency: libclucene-shared.so.1()(64bit) for package: 2:dovecot-2.3.5.1-1.x86_64 ---> Package dovecot-imaptest.x86_64 2:2.3.5.1-1 will be installed ---> Package dovecot-lua.x86_64 2:2.3.5.1-1 will be installed --> Running transaction check ---> Package clucene-core.x86_64 0:2.3.3.4-11.el7 will be installed --> Finished Dependency Resolution
Dependencies Resolved
============================================================================================================== Package Arch Version Repository Size
Installing: dovecot x86_64 2:2.3.5.1-1 dovecot-2.3-latest 4.4 M dovecot-imaptest x86_64 2:2.3.5.1-1 dovecot-2.3-latest 79 k dovecot-lua x86_64 2:2.3.5.1-1 dovecot-2.3-latest 100 k Installing for dependencies: clucene-core x86_64 2.3.3.4-11.el7 base 528 k
Transaction Summary
Install 3 Packages (+1 Dependent package)
......
Running transaction Installing : clucene-core-2.3.3.4-11.el7.x86_64 1/4 Installing : 2:dovecot-2.3.5.1-1.x86_64 2/4 Installing : 2:dovecot-imaptest-2.3.5.1-1.x86_64 3/4 Installing : 2:dovecot-lua-2.3.5.1-1.x86_64 4/4 Verifying : clucene-core-2.3.3.4-11.el7.x86_64 1/4 Verifying : 2:dovecot-imaptest-2.3.5.1-1.x86_64 2/4 Verifying : 2:dovecot-2.3.5.1-1.x86_64 3/4 Verifying : 2:dovecot-lua-2.3.5.1-1.x86_64 4/4
Installed: dovecot.x86_64 2:2.3.5.1-1 dovecot-imaptest.x86_64 2:2.3.5.1-1 dovecot-lua.x86_64 2:2.3.5.1-1
Dependency Installed: clucene-core.x86_64 0:2.3.3.4-11.el7
-- K