From 49f8092bf3c7e789804fc70385f65b6d4f91f157 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 27 Jul 2024 11:43:23 +0200 Subject: [PATCH] provide user and group vmail [release 6.4.39-2mamba;Fri Jul 26 2024] --- fetchmail.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/fetchmail.spec b/fetchmail.spec index a44b4fe..b1c8e2b 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -5,8 +5,8 @@ %define majver %(echo %version | cut -d. -f1-2) Name: fetchmail -Version: 6.4.38 -Release: 1mamba +Version: 6.4.39 +Release: 2mamba Summary: A mail-retrieval and forwarding utility Group: Applications/Networking Vendor: openmamba @@ -26,6 +26,8 @@ BuildRequires: libpython311-devel BuildRequires: maildrop >= 1.6.3 Requires: python-tk >= 2.4.3 Requires: maildrop >= 1.6.3 +Provides: user(vmail) +Provides: group(vmail) %description Fetchmail is a mail-retrieval and forwarding utility; it fetches mail from remote mailservers and forwards it to your local (client) machine’s delivery system. You can then handle the retrieved mail using normal mail user agents such as mutt(1), elm(1) or Mail(1). The fetchmail utility can be run in a daemon mode to repeatedly poll one or more systems at a specified interval. @@ -103,6 +105,12 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; #NEWS README README.NTLM README.SSL TODO %changelog +* Fri Jul 26 2024 Silvan Calarco 6.4.39-2mamba +- provide user and group vmail + +* Sat Jul 20 2024 Automatic Build System 6.4.39-1mamba +- automatic version update by autodist + * Thu Feb 01 2024 Automatic Build System 6.4.38-1mamba - automatic version update by autodist