New version

Resolves: rhbz#1370899
- Dropped timestamps patch (upstream rejected)
- Fixed minor whitespace problem
This commit is contained in:
Jaroslav Škarvada 2016-08-31 11:42:12 +02:00
parent e4370ecc7d
commit f4cc351218
3 changed files with 10 additions and 19 deletions

View File

@ -1,13 +0,0 @@
diff --git a/postfix-install b/postfix-install
index 922402b..586e5b0 100644
--- a/postfix-install
+++ b/postfix-install
@@ -304,7 +304,7 @@ compare_or_replace() {
(cmp $src $dst >/dev/null 2>&1 && echo Skipping $dst...) || {
echo Updating $dst...
rm -f $tempdir/junk || exit 1
- cp $src $tempdir/junk || exit 1
+ cp -p $src $tempdir/junk || exit 1
mv -f $tempdir/junk $dst || exit 1
test -z "$owner" || chown $owner $dst || exit 1
test -z "$group" || chgrp $group $dst || exit 1

View File

@ -41,8 +41,8 @@
Name: postfix Name: postfix
Summary: Postfix Mail Transport Agent Summary: Postfix Mail Transport Agent
Version: 3.1.1 Version: 3.1.2
Release: 3%{?dist} Release: 1%{?dist}
Epoch: 2 Epoch: 2
Group: System Environment/Daemons Group: System Environment/Daemons
URL: http://www.postfix.org URL: http://www.postfix.org
@ -85,7 +85,6 @@ Patch1: postfix-3.0.0-config.patch
Patch2: postfix-3.1.0-files.patch Patch2: postfix-3.1.0-files.patch
Patch3: postfix-3.1.0-alternatives.patch Patch3: postfix-3.1.0-alternatives.patch
Patch4: postfix-3.1.0-large-fs.patch Patch4: postfix-3.1.0-large-fs.patch
Patch5: postfix-3.1.1-timestamps.patch
Patch9: pflogsumm-1.1.3-datecalc.patch Patch9: pflogsumm-1.1.3-datecalc.patch
# Optional patches - set the appropriate environment variables to include # Optional patches - set the appropriate environment variables to include
@ -210,7 +209,6 @@ maps with Postfix, you need this.
%patch2 -p1 -b .files %patch2 -p1 -b .files
%patch3 -p1 -b .alternatives %patch3 -p1 -b .alternatives
%patch4 -p1 -b .large-fs %patch4 -p1 -b .large-fs
%patch5 -p1 -b .timestamps
# Change DEF_SHLIB_DIR according to build host # Change DEF_SHLIB_DIR according to build host
sed -i \ sed -i \
@ -734,6 +732,12 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Wed Aug 31 2016 Jaroslav Škarvada <jskarvad@redhat.com> - 2:3.1.2-1
- New version
Resolves: rhbz#1370899
- Dropped timestamps patch (upstream rejected)
- Fixed minor whitespace problem
* Thu Aug 04 2016 Ondřej Lysoněk <olysonek@redhat.com> - 2:3.1.1-3 * Thu Aug 04 2016 Ondřej Lysoněk <olysonek@redhat.com> - 2:3.1.1-3
- Preserve timestamps during 'make install' - Preserve timestamps during 'make install'
Patch provided by Robert Scheck Patch provided by Robert Scheck

View File

@ -1,2 +1,2 @@
5e3fb28dfb5b7f4a8b6b9bf2abde9542 pflogsumm-1.1.3.tar.gz 5e3fb28dfb5b7f4a8b6b9bf2abde9542 pflogsumm-1.1.3.tar.gz
40d72ea143af7ab0038c2cee1f483707 postfix-3.1.1.tar.gz 3bc654523311de46d2ed1cfe0e3a8b08 postfix-3.1.2.tar.gz