provide created users and groups [release 3.9.0-3mamba;Sun Nov 03 2024]
This commit is contained in:
parent
adb6e099b6
commit
e6a8d7f671
File diff suppressed because it is too large
Load Diff
20
postfix.spec
20
postfix.spec
@ -9,14 +9,14 @@
|
||||
|
||||
Name: postfix
|
||||
Version: 3.9.0
|
||||
Release: 1mamba
|
||||
Release: 3mamba
|
||||
Summary: A fast, easy to administer, and secure mail transfer agent
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.postfix.org/
|
||||
Source: ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
|
||||
URL: https://www.postfix.org/
|
||||
Source: https://de.postfix.org/ftpmirror/official/%{name}-%{version}.tar.gz
|
||||
Source1: postfix.service
|
||||
Source2: %{name}-mysql_virtual_alias_maps.cf
|
||||
Source3: %{name}-mysql_virtual_domains_maps.cf
|
||||
@ -24,8 +24,6 @@ Source4: %{name}-mysql_virtual_mailbox_maps.cf
|
||||
Source5: %{name}-mysql_virtual_mailbox_limit_maps.cf
|
||||
Source6: %{name}-mysql_relay_domains_maps.cf
|
||||
Source7: %{name}-mysql-tables.txt
|
||||
# patch path for download: http://vda.sourceforge.net/VDA/postfix-%{version}-vda-ng.patch.gz
|
||||
Patch0: http://vda.sourceforge.net/VDA/postfix-vda-v13-2.10.0.patch
|
||||
License: IBM Public License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -42,6 +40,9 @@ BuildRequires: libz-devel
|
||||
BuildRequires: libsasl2-devel >= 2.1.26
|
||||
Provides: mta
|
||||
Provides: /usr/lib/sendmail
|
||||
Provides: user(postfix)
|
||||
Provides: group(postfix)
|
||||
Provides: group(postdrop)
|
||||
%systemd_requires
|
||||
|
||||
%description
|
||||
@ -55,6 +56,8 @@ Requires: mysql >= 4.1.22
|
||||
Requires: mysql-client
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Obsoletes: postfix-mysql < 3.8.4-2mamba
|
||||
Provides: user(vmail)
|
||||
Provides: group(vmail)
|
||||
|
||||
%description virtualdomains-mysql
|
||||
virtualdomains addon package for Postfix with mysql. This package is intended for using Postfix with mysql for managing virtual domains.
|
||||
@ -63,7 +66,6 @@ virtualdomains addon package for Postfix with mysql. This package is intended fo
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
make CC=%{_host}-gcc makefiles \
|
||||
@ -319,6 +321,12 @@ exit 0
|
||||
%attr(0771,vmail,vmail) %dir %{_localstatedir}/spool/deleted-maildirs
|
||||
|
||||
%changelog
|
||||
* Sun Nov 03 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.9.0-3mamba
|
||||
- provide created users and groups
|
||||
|
||||
* Sat Nov 02 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.9.0-2mamba
|
||||
- updated URL; closes #1
|
||||
|
||||
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 3.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user