diff --git a/SPECS/postfix.spec b/SPECS/postfix.spec index 9c998e8..31eeb67 100644 --- a/SPECS/postfix.spec +++ b/SPECS/postfix.spec @@ -1,5 +1,5 @@ %bcond_without mysql -%bcond_with pgsql +%bcond_without pgsql %bcond_without ldap %bcond_without pcre %bcond_without sasl @@ -41,7 +41,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 2.10.1 -Release: 7%{?dist} +Release: 7.0.1%{?dist} Epoch: 2 Group: System Environment/Daemons URL: http://www.postfix.org @@ -534,6 +534,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Nov 27 2018 Johnny Hughes - 2:2.10.1-7.el7.centos +- add pgsql support +- add .0.1 to release to make it newer than base + * Mon May 7 2018 Jaroslav Škarvada - 2:2.10.1-7 - Fixed haproxy with TLS Resolves: rhbz#1370455