Compare commits

...

6 Commits
rawhide ... f22

Author SHA1 Message Date
Jaroslav Škarvada 5c2140f6f9 New version
Resolves: rhbz#1336245
2016-05-16 20:03:51 +02:00
Jaroslav Škarvada c4fe138124 New version
Resolves: rhbz#1310481
2016-02-22 12:41:39 +01:00
Jaroslav Škarvada 80a1707fc3 New version
Resolves: rhbz#1270577
- Dropped reset-errno-before-readdir patch (upstreamed)
2015-10-12 12:29:57 +02:00
Jaroslav Škarvada 90a4130fe3 New version
Resolves: rhbz#1245183
- Dropped linux4 patch (not needed)
- Defuzzified alternatives patch
2015-07-22 19:01:35 +02:00
Jaroslav Škarvada a95dc5f756 Avoid spurious errors by re-setting errno to 0 before calling that readdir()
Resolves: rhbz#1204139
- Add a patch to support compiling on Linux 4.*
2015-05-04 17:42:17 +02:00
Jaroslav Škarvada 37fe752a87 New version 2015-04-13 11:49:05 +02:00
3 changed files with 35 additions and 8 deletions

View File

@ -1,8 +1,8 @@
diff --git a/conf/post-install b/conf/post-install
index b66b147..ba26035 100644
index d5db260..71e18cf 100644
--- a/conf/post-install
+++ b/conf/post-install
@@ -526,6 +526,17 @@ test -n "$create" && {
@@ -530,6 +530,17 @@ test -n "$create" && {
case $path in
no|no/*) continue;;
esac

View File

@ -37,8 +37,8 @@
Name: postfix
Summary: Postfix Mail Transport Agent
Version: 3.0.0
Release: 3%{?dist}
Version: 3.0.5
Release: 1%{?dist}
Epoch: 2
Group: System Environment/Daemons
URL: http://www.postfix.org
@ -79,8 +79,8 @@ Source101: postfix-pam.conf
Patch1: postfix-3.0.0-config.patch
Patch2: postfix-3.0.0-files.patch
Patch3: postfix-3.0.0-alternatives.patch
Patch8: postfix-3.0.0-large-fs.patch
Patch3: postfix-3.0.2-alternatives.patch
Patch4: postfix-3.0.0-large-fs.patch
Patch9: pflogsumm-1.1.3-datecalc.patch
# Optional patches - set the appropriate environment variables to include
@ -143,7 +143,7 @@ qshape prints Postfix queue domain and age distribution.
%patch1 -p1 -b .config
%patch2 -p1 -b .files
%patch3 -p1 -b .alternatives
%patch8 -p1 -b .large-fs
%patch4 -p1 -b .large-fs
%if %{with pflogsumm}
gzip -dc %{SOURCE53} | tar xf -
@ -546,6 +546,33 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon May 16 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.0.5-1
- New version
Resolves: rhbz#1336245
* Mon Feb 22 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.0.4-1
- New version
Resolves: rhbz#1310481
* Mon Oct 12 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.0.3-1
- New version
Resolves: rhbz#1270577
- Dropped reset-errno-before-readdir patch (upstreamed)
* Wed Jul 22 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.0.2-1
- New version
Resolves: rhbz#1245183
- Dropped linux4 patch (not needed)
- Defuzzified alternatives patch
* Sun Apr 26 2015 Dodji Seketeli <dodji@seketeli.org> - 2:3.0.1-2
- Avoid spurious errors by re-setting errno to 0 before calling that readdir()
Resolves: rhbz#1204139
- Add a patch to support compiling on Linux 4.*
* Mon Apr 13 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.0.1-1
- New version
* Fri Mar 13 2015 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.0.0-3
- Rebuilt with libicu for SMTPUTF8

View File

@ -1,2 +1,2 @@
5e3fb28dfb5b7f4a8b6b9bf2abde9542 pflogsumm-1.1.3.tar.gz
a4a83f8d729f31c803bf9c2277701d56 postfix-3.0.0.tar.gz
28a5c7a10d3238dded23c880d1f22871 postfix-3.0.5.tar.gz