spec clean up
This commit is contained in:
parent
58abf451d0
commit
3168cddf4c
@ -1,6 +1,6 @@
|
||||
Name: cyrus-imapd
|
||||
Version: 2.4.17
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
|
||||
%define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem
|
||||
|
||||
@ -144,7 +144,7 @@ find . -type f -name "*.pl" | xargs %{__perl} -pi -e "s@/usr/local/bin/perl@%{__
|
||||
find . -type f -name "*.pl" -exec chmod 755 {} \;
|
||||
|
||||
%build
|
||||
%global _hardened_build 1
|
||||
%global _hardened_build 1
|
||||
|
||||
CPPFLAGS="${__global_cflags} -I%{_includedir}/et -I%{_includedir}/kerberosIV -fno-strict-aliasing"; export CPPFLAGS
|
||||
CFLAGS="%{__global_cflags} -fno-strict-aliasing"; export CFLAGS
|
||||
@ -468,6 +468,9 @@ fi
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 12 2013 Michal Hlavinka <mhlavink@redhat.com> - 2.4.17-4
|
||||
- spec clean up
|
||||
|
||||
* Thu Apr 18 2013 Michal Hlavinka <mhlavink@redhat.com> - 2.4.17-3
|
||||
- make sure binaries are hardened
|
||||
|
||||
@ -476,15 +479,15 @@ fi
|
||||
|
||||
* Sat Dec 1 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 2.4.17-1
|
||||
- New upstream version, fixes upstream bugs:
|
||||
- reconstruct doesn't retain internaldate correctly (#3733)
|
||||
- Race condition in maibox rename (#3696)
|
||||
- DBERROR db4: Transaction not specified for a transactional database (#3715)
|
||||
- performance degradation on huge indexes in 2.4 branch (#3717)
|
||||
- typo fix in imapd.conf man page (#3729)
|
||||
- quota does not find all quotaroots if quotalegacy, fulldirhash and prefix are used and virtdomains is off (#3735)
|
||||
- Mail delivered during XFER was lost (#3737)
|
||||
- replication does not work on RENAME (#3742)
|
||||
- Failed asserting during APPEND (#3754)
|
||||
- reconstruct doesn't retain internaldate correctly (#3733)
|
||||
- Race condition in maibox rename (#3696)
|
||||
- DBERROR db4: Transaction not specified for a transactional database (#3715)
|
||||
- performance degradation on huge indexes in 2.4 branch (#3717)
|
||||
- typo fix in imapd.conf man page (#3729)
|
||||
- quota does not find all quotaroots if quotalegacy, fulldirhash and prefix are used and virtdomains is off (#3735)
|
||||
- Mail delivered during XFER was lost (#3737)
|
||||
- replication does not work on RENAME (#3742)
|
||||
- Failed asserting during APPEND (#3754)
|
||||
|
||||
* Fri Nov 30 2012 Michal Hlavinka <mhlavink@redhat.com> - 2.4.16-5
|
||||
- do not use strict aliasing
|
||||
@ -579,7 +582,7 @@ fi
|
||||
* Thu Mar 31 2011 Michal Hlavinka <mhlavink@redhat.com> - 2.4.7-1
|
||||
- updated to 2.4.7
|
||||
|
||||
* Fri Feb 10 2011 Michal Hlavinka <mhlavink@redhat.com> - 2.4.6-1
|
||||
* Fri Feb 11 2011 Michal Hlavinka <mhlavink@redhat.com> - 2.4.6-1
|
||||
- updated to 2.4.6
|
||||
- "autocreate" and "autosieve" features were removed
|
||||
|
||||
@ -589,7 +592,7 @@ fi
|
||||
* Fri Jan 21 2011 Michal Hlavinka <mhlavink@redhat.com> - 2.3.16-7
|
||||
- don't force sync io for all filesystems
|
||||
|
||||
* Fri Jul 07 2010 Michal Hlavinka <mhlavink@redhat.com> - 2.3.16-6
|
||||
* Fri Jul 09 2010 Michal Hlavinka <mhlavink@redhat.com> - 2.3.16-6
|
||||
- follow licensing guideline update
|
||||
- devel sub-package has to have virtual static provides (#609604)
|
||||
|
||||
@ -764,7 +767,7 @@ fi
|
||||
against new snmp package
|
||||
|
||||
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 2.3.7-4
|
||||
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
||||
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
||||
|
||||
* Mon Sep 18 2006 John Dennis <jdennis@redhat.com> - 2.3.7-3
|
||||
- bump rev for rebuild
|
||||
@ -1222,7 +1225,7 @@ fi
|
||||
* Wed Jan 14 2004 Simon Matter <simon.matter@invoca.ch>
|
||||
- number of mailbox list dumps can now be configured
|
||||
|
||||
* Fri Jan 01 2004 Simon Matter <simon.matter@invoca.ch>
|
||||
* Fri Jan 02 2004 Simon Matter <simon.matter@invoca.ch>
|
||||
- updated autosievefolder patch
|
||||
|
||||
* Thu Dec 18 2003 Simon Matter <simon.matter@invoca.ch>
|
||||
@ -1459,7 +1462,7 @@ fi
|
||||
the idea from Luca Olivetti <luca@olivetti.cjb.net>
|
||||
- make deliver-wrapper a compile time option
|
||||
|
||||
* Fri May 02 2002 Simon Matter <simix@datacomm.ch>
|
||||
* Fri May 03 2002 Simon Matter <simix@datacomm.ch>
|
||||
- upgraded to cyrus-imapd 2.1.4
|
||||
|
||||
* Mon Apr 22 2002 Simon Matter <simix@datacomm.ch>
|
||||
|
Loading…
Reference in New Issue
Block a user