Accepting request 906449 from server:mail
OBS-URL: https://build.opensuse.org/request/show/906449 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exim?expand=0&rev=67
This commit is contained in:
commit
4404793c68
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 8 06:08:34 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update eximstats-html-update.py to run under Python 3.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 17 15:03:24 CEST 2021 - wullinger@rz.uni-kiel.de
|
Mon May 17 15:03:24 CEST 2021 - wullinger@rz.uni-kiel.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package exim
|
# spec file for package exim
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -53,7 +53,9 @@ BuildRequires: pkgconfig(xaw7)
|
|||||||
BuildRequires: pkgconfig(xmu)
|
BuildRequires: pkgconfig(xmu)
|
||||||
BuildRequires: pkgconfig(xt)
|
BuildRequires: pkgconfig(xt)
|
||||||
URL: http://www.exim.org/
|
URL: http://www.exim.org/
|
||||||
Conflicts: sendmail sendmail-tls postfix
|
Conflicts: postfix
|
||||||
|
Conflicts: sendmail
|
||||||
|
Conflicts: sendmail-tls
|
||||||
Provides: smtp_daemon
|
Provides: smtp_daemon
|
||||||
%if %{?suse_version:%suse_version}%{?!suse_version:0} > 800
|
%if %{?suse_version:%suse_version}%{?!suse_version:0} > 800
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
@ -73,7 +75,7 @@ Requires(pre): group(mail)
|
|||||||
Requires(pre): fileutils textutils
|
Requires(pre): fileutils textutils
|
||||||
%endif
|
%endif
|
||||||
Version: 4.94.2
|
Version: 4.94.2
|
||||||
Release: 2
|
Release: 0
|
||||||
%if %{with_mysql}
|
%if %{with_mysql}
|
||||||
BuildRequires: mysql-devel
|
BuildRequires: mysql-devel
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python3
|
||||||
|
|
||||||
import os, os.path, glob
|
import os, os.path, glob
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ def main():
|
|||||||
|
|
||||||
if os.path.exists(outdir):
|
if os.path.exists(outdir):
|
||||||
continue
|
continue
|
||||||
print 'processing', daystr
|
print('processing', daystr)
|
||||||
os.mkdir(outdir)
|
os.mkdir(outdir)
|
||||||
|
|
||||||
if ext == '.gz':
|
if ext == '.gz':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user