[dovecot] revert last change and use different fix

Michal Hlavinka mhlavink at fedoraproject.org
Mon Apr 29 14:28:25 UTC 2013


commit 0e493c3b8994e0e9860567ce7ef96bebb57a3d57
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Mon Apr 29 16:28:20 2013 +0200

    revert last change and use different fix

 dovecot.spec |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/dovecot.spec b/dovecot.spec
index bc408f9..b1cfc1e 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,10 +1,11 @@
-%global _hardened_build 1
+%global __provides_exclude_from %{_docdir}
+%global __requires_exclude_from %{_docdir}
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
 Version: 2.2.1
 %global prever %{nil}
-Release: 2%{?dist}
+Release: 3%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
 Group: System Environment/Daemons
@@ -52,9 +53,6 @@ BuildRequires: quota-devel
 # presence of AM_ICONV
 BuildRequires: gettext-devel
 
-# For the perl_default_filter macro
-BuildRequires: perl-macros
-
 # Explicit Runtime Requirements for executalbe
 Requires: openssl >= 0.9.7f-4
 
@@ -86,9 +84,6 @@ BuildRequires: curl-devel expat-devel
 BuildRequires: libcurl-devel expat-devel
 %endif
 
-# Filter out the perl dependency from the migration scripts in docdir
-%{?perl_default_filter}
-
 %global restart_flag /var/run/%{name}/%{name}-restart-after-rpm-install
 
 %description
@@ -488,6 +483,9 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Mon Apr 29 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.2.1-3
+- revert last change and use different fix
+
 * Wed Apr 24 2013 Kalev Lember <kalevlember at gmail.com> - 1:2.2.1-2
 - Filter out autogenerated perl deps (#956194)
 


More information about the scm-commits mailing list