forked from pool/postfixadmin
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3ecba395a0 | |||
| f84ab79825 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:026c4f370656b96b6c9f62328e901b9416a6e56d1c4df86249995d661498947b
|
||||
size 1865708
|
||||
3
postfixadmin-3.3.15.tar.gz
Normal file
3
postfixadmin-3.3.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64f9eb2d86f937f023f70ec7271bbe8f5712b0f21c084981dd3e152e730ca135
|
||||
size 1863746
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 17:25:04 UTC 2025 - Christian Boltz <suse-beta@cboltz.de>
|
||||
|
||||
- update to PostfixAdmin 3.3.15
|
||||
- update smarty and jQuery
|
||||
- add postfixadmin-cli manpage
|
||||
- several bugfixes - for details, see
|
||||
https://github.com/postfixadmin/postfixadmin/releases/tag/postfixadmin-3.3.14
|
||||
https://github.com/postfixadmin/postfixadmin/releases/tag/postfixadmin-3.3.15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 20:56:10 UTC 2024 - Christian Boltz <suse-beta@cboltz.de>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package postfixadmin
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2007-2024 Christian Boltz
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2007-2025 Christian Boltz
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: postfixadmin
|
||||
Version: 3.3.13
|
||||
Version: 3.3.15
|
||||
Release: 0
|
||||
URL: http://postfixadmin.sourceforge.net/
|
||||
Source0: https://github.com/postfixadmin/postfixadmin/archive/%{name}-%{version}.tar.gz
|
||||
@@ -159,6 +159,9 @@ chmod 755 %{buildroot}/usr/share/%{name}/scripts/postfixadmin-cli
|
||||
install -d %{buildroot}/usr/bin
|
||||
( cd %{buildroot}/usr/bin && ln -s /usr/share/%{name}/scripts/postfixadmin-cli . )
|
||||
|
||||
install -d %{buildroot}%{_mandir}/man1
|
||||
install -m 0644 debian/manpage/postfixadmin-cli.1 %{buildroot}%{_mandir}/man1/
|
||||
|
||||
install -d %{buildroot}/var/cache/%{name}/templates_c
|
||||
install -d %{buildroot}/var/cache/%{name}/sessions
|
||||
|
||||
@@ -198,6 +201,7 @@ fi
|
||||
%attr(640,root,www) %config(noreplace) %{_sysconfdir}/%{name}/config.local.php
|
||||
%doc DOCUMENTS/* *.TXT README.md VIRTUAL_VACATION
|
||||
/usr/bin/postfixadmin-cli
|
||||
%{_mandir}/man1/postfixadmin-cli.1%{ext_man}
|
||||
/usr/share/%{name}/
|
||||
%attr(770,root,%{apache_group}) %dir /var/cache/%{name}/
|
||||
%attr(770,root,%{apache_group}) %dir /var/cache/%{name}/templates_c/
|
||||
|
||||
Reference in New Issue
Block a user