New version
This commit is contained in:
parent
fd1baf7152
commit
d23b2d999f
13
postfix.spec
13
postfix.spec
@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
%global sysv2systemdnvr 2.8.12-2
|
%global sysv2systemdnvr 2.8.12-2
|
||||||
|
|
||||||
|
%global prerelease -RC1
|
||||||
|
|
||||||
# hardened build if not overrided
|
# hardened build if not overrided
|
||||||
%{!?_hardened_build:%global _hardened_build 1}
|
%{!?_hardened_build:%global _hardened_build 1}
|
||||||
|
|
||||||
@ -37,8 +39,8 @@
|
|||||||
|
|
||||||
Name: postfix
|
Name: postfix
|
||||||
Summary: Postfix Mail Transport Agent
|
Summary: Postfix Mail Transport Agent
|
||||||
Version: 2.9.6
|
Version: 2.10.0
|
||||||
Release: 1%{?dist}
|
Release: 0.1.rc1%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.postfix.org
|
URL: http://www.postfix.org
|
||||||
@ -52,7 +54,7 @@ Requires(preun): systemd-units
|
|||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
Provides: MTA smtpd smtpdaemon server(smtp)
|
Provides: MTA smtpd smtpdaemon server(smtp)
|
||||||
|
|
||||||
Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
|
Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}%{?prerelease}.tar.gz
|
||||||
Source1: postfix-etc-init.d-postfix
|
Source1: postfix-etc-init.d-postfix
|
||||||
Source2: postfix.service
|
Source2: postfix.service
|
||||||
Source3: README-Postfix-SASL-RedHat.txt
|
Source3: README-Postfix-SASL-RedHat.txt
|
||||||
@ -134,7 +136,7 @@ warnings, errors and panics.
|
|||||||
qshape prints Postfix queue domain and age distribution.
|
qshape prints Postfix queue domain and age distribution.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}%{?prerelease}
|
||||||
# Apply obligatory patches
|
# Apply obligatory patches
|
||||||
%patch1 -p1 -b .config
|
%patch1 -p1 -b .config
|
||||||
%patch2 -p1 -b .files
|
%patch2 -p1 -b .files
|
||||||
@ -527,6 +529,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 8 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2:2.10.0-0.1.rc1
|
||||||
|
- New version
|
||||||
|
|
||||||
* Tue Feb 5 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2:2.9.6-1
|
* Tue Feb 5 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 2:2.9.6-1
|
||||||
- New version
|
- New version
|
||||||
Resolves: rhbz#907803
|
Resolves: rhbz#907803
|
||||||
|
Loading…
Reference in New Issue
Block a user