Blame SPECS/openchange.spec

d490f0
%global samba_version 4.13
d490f0
%global talloc_version 2.0.5
d490f0
%global nickname VULCAN
d490f0
d490f0
# the python subpackage doesn't work, due to hard disable in patches for build requirements
d490f0
%global build_python_package 0
d490f0
%global built_mapitest 0
d490f0
d490f0
%if 0%{?rhel}
d490f0
%global build_server_package 0
d490f0
%else
d490f0
# currently disabled also for rawhide (f18), due to samba4 changes
d490f0
%global build_server_package 0
d490f0
%endif
d490f0
d490f0
%if %{build_python_package}
d490f0
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
d490f0
%endif
d490f0
d490f0
### Abstract ###
d490f0
d490f0
# Licensing Note: The code is GPLv3+ and the IDL files are public domain.
d490f0
d490f0
Name: openchange
d490f0
Version: 2.3
d490f0
Release: 37%{?dist}
d490f0
Summary: Provides access to Microsoft Exchange servers using native protocols
d490f0
License: GPLv3+ and Public Domain
d490f0
URL: http://www.openchange.org/
d490f0
Source0: https://github.com/openchange/openchange/archive/openchange-%{version}-%{nickname}.tar.gz
d490f0
Source1: doxygen_to_devhelp.xsl
d490f0
d490f0
### Build Dependencies ###
d490f0
d490f0
BuildRequires: make
d490f0
BuildRequires: autoconf
d490f0
BuildRequires: automake
d490f0
BuildRequires: bison
d490f0
BuildRequires: doxygen
d490f0
BuildRequires: file-devel
d490f0
BuildRequires: flex
d490f0
BuildRequires: gcc
d490f0
BuildRequires: gcc-c++
d490f0
BuildRequires: libical-devel
d490f0
BuildRequires: libldb-devel
d490f0
BuildRequires: libmemcached-devel
d490f0
BuildRequires: libtalloc-devel >= %{talloc_version}
d490f0
BuildRequires: libtdb-devel
d490f0
BuildRequires: pkgconfig
d490f0
BuildRequires: libxslt
d490f0
BuildRequires: popt-devel
d490f0
%if %{build_python_package}
d490f0
BuildRequires: python3-devel
d490f0
%endif
d490f0
BuildRequires: samba-common >= %{samba_version}
d490f0
BuildRequires: samba-devel >= %{samba_version}
d490f0
BuildRequires: samba-libs >= %{samba_version}
d490f0
BuildRequires: samba-pidl >= %{samba_version}
d490f0
BuildRequires: sqlite-devel
d490f0
BuildRequires: zlib-devel
d490f0
d490f0
# Certain versions of libtevent have incorrect
d490f0
# internal ABI versions
d490f0
Conflicts: libtevent < 0.9.13
d490f0
d490f0
### Patches ###
d490f0
d490f0
# OpenChange's libmapi conflicts with Zarafa's libmapi.
d490f0
# Zarafa is older than OpenChange, so it wins.
d490f0
Patch0: libmapi-0.8.2-libmapi-conflict.patch
d490f0
d490f0
# RH bug #552984
d490f0
Patch1: openchange-0.9-generate-xml-doc.patch
d490f0
d490f0
# Do not build server and python parts
d490f0
Patch2: openchange-1.0-OC_RULE_ADD-fix.patch
d490f0
d490f0
# RH-bug #1028698
d490f0
Patch4: openchange-1.0-symbol-clash.patch
d490f0
d490f0
Patch5: openchange-2.2-samba-4.2.0-rc2.patch
d490f0
Patch6: openchange-2.3-disable-server-tools-build.patch
d490f0
Patch7: openchange-2.3-samba-4.4.patch
d490f0
Patch8: openchange-2.3-fix-connection-args.patch
d490f0
Patch9: openchange-2.3-no-yyunput.patch
d490f0
Patch10: openchange-2.3-libical-3.0.patch
d490f0
Patch11: openchange-2.3-disable-mysql.patch
d490f0
Patch12: openchange-2.3-switch-to-python3.patch
d490f0
%if !%{build_python_package}
d490f0
Patch13: openchange-2.3-disable-python3.patch
d490f0
%endif
d490f0
Patch14: openchange-2.3-covscan.patch
d490f0
Patch15: openchange-2.3-samba-4.10-macros.patch
d490f0
Patch16: openchange-2.3-samba-4.11.patch
d490f0
Patch17: openchange-2.3-samba-4.12.patch
d490f0
Patch18: openchange-2.3-samba-4.13.patch
d490f0
d490f0
%description
d490f0
OpenChange provides libraries to access Microsoft Exchange servers
d490f0
using native protocols.
d490f0
d490f0
%package devel
d490f0
Summary: Developer tools for OpenChange libraries
d490f0
Requires: openchange = %{version}-%{release}
d490f0
%if %{build_server_package}
d490f0
Requires: openchange-server = %{version}-%{release}
d490f0
%endif
d490f0
d490f0
%description devel
d490f0
This package provides the development tools and headers for
d490f0
OpenChange, providing libraries to access Microsoft Exchange servers
d490f0
using native protocols.
d490f0
d490f0
%package devel-docs
d490f0
Summary: Developer documentation for OpenChange libraries
d490f0
Requires: devhelp
d490f0
Requires: openchange = %{version}-%{release}
d490f0
BuildArch: noarch
d490f0
d490f0
%description devel-docs
d490f0
This package contains developer documentation for Openchange.
d490f0
d490f0
%package client
d490f0
Summary: User tools for OpenChange libraries
d490f0
Requires: openchange = %{version}-%{release}
d490f0
d490f0
%description client
d490f0
This package provides the user tools for OpenChange, providing access to
d490f0
Microsoft Exchange servers using native protocols.
d490f0
d490f0
%if %{build_python_package}
d490f0
%package python
d490f0
Summary: Python bindings for OpenChange libraries
d490f0
Requires: openchange = %{version}-%{release}
d490f0
d490f0
%description python
d490f0
This module contains a wrapper that allows the use of OpenChange via Python.
d490f0
%endif
d490f0
d490f0
%if %{build_server_package}
d490f0
%package server
d490f0
Summary: Server-side modules for OpenChange
d490f0
Requires: openchange = %{version}-%{release}
d490f0
Requires: sqlite
d490f0
d490f0
%description server
d490f0
This package provides the server elements for OpenChange.
d490f0
%endif
d490f0
d490f0
%prep
d490f0
%setup -q -n openchange-%{name}-%{version}-%{nickname}
d490f0
%patch0 -p1 -b .libmapi-conflict
d490f0
%patch1 -p1 -b .generate-xml-doc
d490f0
%patch2 -p1 -b .OC_RULE_ADD-fix
d490f0
%patch4 -p1 -b .symbol-clash
d490f0
%patch5 -p1 -b .samba-4.2.0-rc2
d490f0
%patch6 -p1 -b .disable-server-tools-build
d490f0
%patch7 -p1 -b .samba-4.4
d490f0
%patch8 -p1 -b .fix-connection-args
d490f0
%patch9 -p1 -b .no-yyunput
d490f0
%patch10 -p1 -b .libical-3.0
d490f0
%patch11 -p1 -b .disable-mysql
d490f0
%patch12 -p1 -b .switch-to-python3
d490f0
%if !%{build_python_package}
d490f0
%patch13 -p1 -b .disable-python3
d490f0
%endif
d490f0
%patch14 -p1 -b .covscan
d490f0
%patch15 -p1 -b .samba-4.10-macros
d490f0
%patch16 -p1 -b .samba-4.11
d490f0
%patch17 -p1 -b .samba-4.12
d490f0
%patch18 -p1 -b .samba-4.13
d490f0
d490f0
%build
d490f0
./autogen.sh
d490f0
%configure \
d490f0
%if %{build_python_package}
d490f0
	--enable-pymapi \
d490f0
%endif
d490f0
	--with-modulesdir=%{_libdir}/samba/modules
d490f0
d490f0
# Parallel builds prohibited by makefile
d490f0
make
d490f0
if test -d apidocs ; then
d490f0
	rm -r apidocs
d490f0
fi
d490f0
make doxygen
d490f0
d490f0
xsltproc -o openchange-libmapi.devhelp --stringparam "booktitle" "MAPI client library (libmapi)" --stringparam "bookpart" "libmapi" %{SOURCE1} apidocs/xml/libmapi/index.xml
d490f0
xsltproc -o openchange-libmapiadmin.devhelp --stringparam "booktitle" "MAPI administration libraries (libmapiadmin)" --stringparam "bookpart" "libmapiadmin" %{SOURCE1} apidocs/xml/libmapiadmin/index.xml
d490f0
xsltproc -o openchange-libocpf.devhelp --stringparam "booktitle" "OpenChange Property Files (libocpf)" --stringparam "bookpart" "libocpf" %{SOURCE1} apidocs/xml/libocpf/index.xml
d490f0
%if %{built_mapitest}
d490f0
xsltproc -o openchange-mapitest.devhelp --stringparam "booktitle" "MA regression test framework (mapitest)" --stringparam "bookpart" "mapitest" %{SOURCE1} apidocs/xml/mapitest/index.xml
d490f0
%endif
d490f0
xsltproc -o openchange-mapiproxy.devhelp --stringparam "booktitle" "MAPIProxy project (mapiproxy)" --stringparam "bookpart" "mapiproxy" %{SOURCE1} apidocs/xml/mapiproxy/index.xml
d490f0
xsltproc -o openchange-libmapi++.devhelp --stringparam "booktitle" "C++ bindings for libmapi (libmapi++)" --stringparam "bookpart" "libmapi++" %{SOURCE1} apidocs/xml/libmapi++/index.xml
d490f0
d490f0
%install
d490f0
rm -rf $RPM_BUILD_ROOT
d490f0
d490f0
%make_install
d490f0
d490f0
# This makes the right links, as rpmlint requires that the
d490f0
# ldconfig-created links be recorded in the RPM.
d490f0
/sbin/ldconfig -N -n $RPM_BUILD_ROOT/%{_libdir}
d490f0
d490f0
mkdir $RPM_BUILD_ROOT%{_mandir}
d490f0
cp -r doc/man/man1 $RPM_BUILD_ROOT%{_mandir}
d490f0
d490f0
# Skip man3 for now, it doesn't work anyway
d490f0
# cp -r apidocs/man/man3 $RPM_BUILD_ROOT%{_mandir}
d490f0
rm -r apidocs/man/man3
d490f0
d490f0
#%if ! %{build_python_package}
d490f0
#rm -r $RPM_BUILD_ROOT%{python3_sitearch}/openchange
d490f0
#%endif
d490f0
d490f0
%if ! %{build_server_package}
d490f0
# XXX OC_RULE_ADD patch disables build of this, no need to delete it.
d490f0
#rm $RPM_BUILD_ROOT%{_libdir}/libmapiserver.so.*
d490f0
#rm -r $RPM_BUILD_ROOT%{_libdir}/samba/modules/*
d490f0
#rm $RPM_BUILD_ROOT%{_libdir}/samba/dcerpc_server/dcesrv_mapiproxy.so
d490f0
rm $RPM_BUILD_ROOT%{_libdir}/nagios/check_exchange
d490f0
rm -r $RPM_BUILD_ROOT%{_datadir}/setup/*
d490f0
%endif
d490f0
d490f0
#%if !%{build_python_package} && !%{build_server_package}
d490f0
#rm $RPM_BUILD_ROOT%{_bindir}/check_fasttransfer
d490f0
#%endif
d490f0
d490f0
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapi
d490f0
cp openchange-libmapi.devhelp $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapi
d490f0
cp -r apidocs/html/libmapi/* $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapi
d490f0
d490f0
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapiadmin
d490f0
cp openchange-libmapiadmin.devhelp $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapiadmin
d490f0
cp -r apidocs/html/libmapiadmin/* $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapiadmin
d490f0
d490f0
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libocpf
d490f0
cp openchange-libocpf.devhelp $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libocpf
d490f0
cp -r apidocs/html/libocpf/* $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libocpf
d490f0
d490f0
%if %{built_mapitest}
d490f0
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-mapitest
d490f0
cp openchange-mapitest.devhelp $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-mapitest
d490f0
cp -r apidocs/html/mapitest/* $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-mapitest
d490f0
%endif
d490f0
d490f0
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-mapiproxy
d490f0
cp openchange-mapiproxy.devhelp $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-mapiproxy
d490f0
cp -r apidocs/html/mapiproxy/* $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-mapiproxy
d490f0
d490f0
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapi++
d490f0
cp openchange-libmapi++.devhelp $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapi++
d490f0
cp -r apidocs/html/libmapi++/* $RPM_BUILD_ROOT%{_datadir}/devhelp/books/openchange-libmapi++
d490f0
d490f0
%ldconfig_scriptlets
d490f0
d490f0
%if %{build_server_package}
d490f0
%ldconfig_scriptlets server
d490f0
%endif
d490f0
d490f0
%files
d490f0
%doc COPYING IDL_LICENSE.txt VERSION
d490f0
%{_libdir}/libmapi-openchange.so.0
d490f0
%{_libdir}/libmapi-openchange.so.2.3
d490f0
%{_libdir}/libmapiadmin.so.0
d490f0
%{_libdir}/libmapiadmin.so.2.3
d490f0
%{_libdir}/libmapipp.so.0
d490f0
%{_libdir}/libmapipp.so.2.3
d490f0
%if %{build_server_package}
d490f0
%{_libdir}/libmapiproxy.so.0
d490f0
%{_libdir}/libmapiproxy.so.2.3
d490f0
%{_libdir}/libmapistore.so.0
d490f0
%{_libdir}/libmapistore.so.2.3
d490f0
%endif
d490f0
%{_libdir}/libocpf.so.0
d490f0
%{_libdir}/libocpf.so.2.3
d490f0
d490f0
%files devel
d490f0
%{_includedir}/*
d490f0
%{_libdir}/*.so
d490f0
%{_libdir}/pkgconfig/*
d490f0
d490f0
%files devel-docs
d490f0
#%%{_mandir}/man3/*
d490f0
%doc %{_datadir}/devhelp/books/*
d490f0
%doc apidocs/html/libmapi
d490f0
%doc apidocs/html/libocpf
d490f0
%doc apidocs/html/overview
d490f0
%doc apidocs/html/index.html
d490f0
d490f0
%files client
d490f0
%{_bindir}/*
d490f0
%{_mandir}/man1/*
d490f0
%if %{built_mapitest}
d490f0
%{_datadir}/mapitest/*
d490f0
%endif
d490f0
d490f0
%if %{build_python_package}
d490f0
%files python
d490f0
%{python3_sitearch}/openchange
d490f0
%endif
d490f0
d490f0
%if %{build_server_package}
d490f0
%files server
d490f0
%{_libdir}/libmapiserver.so.*
d490f0
%{_libdir}/samba/dcerpc_server/dcesrv_mapiproxy.so
d490f0
%{_libdir}/samba/modules/*
d490f0
%if !0%{?rhel}
d490f0
%{_libdir}/nagios/check_exchange
d490f0
%endif
d490f0
%{_datadir}/setup/*
d490f0
%endif
d490f0
d490f0
%changelog
d490f0
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.3-37
d490f0
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
d490f0
  Related: rhbz#1991688
d490f0
d490f0
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.3-36
d490f0
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
d490f0
d490f0
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-35
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
d490f0
d490f0
* Mon Nov 30 2020 Milan Crha <mcrha@redhat.com> - 2.3-34
d490f0
- Add patch to build against samba 4.13
d490f0
d490f0
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-33
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d490f0
d490f0
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 2.3-32
d490f0
- Use make macros
d490f0
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
d490f0
d490f0
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-31
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
d490f0
d490f0
* Mon Jan 27 2020 Milan Crha <mcrha@redhat.com> - 2.3-30
d490f0
- Add patch to build against samba 4.12
d490f0
d490f0
* Fri Aug 30 2019 Milan Crha <mcrha@redhat.com> - 2.3-29
d490f0
- Rebuild for newer libldb
d490f0
- Add patch to build against samba 4.11
d490f0
d490f0
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-28
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
d490f0
d490f0
* Thu Feb 14 2019 Milan Crha <mcrha@redhat.com> - 2.3-27
d490f0
- Add patch to build against samba 4.10 semi-public macro changes
d490f0
d490f0
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-26
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
d490f0
d490f0
* Thu Jul 19 2018 Milan Crha <mcrha@redhat.com> - 2.3-25
d490f0
- Address some of the Coverity Scan and clang issues
d490f0
d490f0
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-24
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d490f0
d490f0
* Tue Apr 17 2018 Milan Crha <mcrha@redhat.com> - 2.3-23
d490f0
- Switch to python3 (partly) and disable python3 build dependency by default
d490f0
d490f0
* Mon Mar 19 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.3-22
d490f0
- Update Python 2 dependency declarations to new packaging standards
d490f0
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
d490f0
d490f0
* Wed Mar 07 2018 Milan Crha <mcrha@redhat.com> - 2.3-21
d490f0
- Do not copy content of libmapi++/ into includedir (RH bug #1548719)
d490f0
d490f0
* Mon Feb 19 2018 Milan Crha <mcrha@redhat.com> - 2.3-20
d490f0
- Remove unneeded build dependency on mariadb-connector-c-devel
d490f0
d490f0
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-19
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d490f0
d490f0
* Wed Nov 08 2017 Milan Crha <mcrha@redhat.com> - 2.3-18
d490f0
- Rebuild for newer libical
d490f0
d490f0
* Fri Sep 22 2017 Milan Crha <mcrha@redhat.com> - 2.3-17
d490f0
- Use mariadb-connector-c-devel instead of community-mysql-devel (RH bug #1494307)
d490f0
d490f0
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-16
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d490f0
d490f0
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-15
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d490f0
d490f0
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-14
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d490f0
d490f0
* Fri Apr 15 2016 David Tardon <dtardon@redhat.com> - 2.3-13
d490f0
- rebuild for ICU 57.1
d490f0
d490f0
* Thu Apr 07 2016 Milan Crha <mcrha@redhat.com> - 2.3-12
d490f0
- Add patch to fix connection string for samba
d490f0
- Add patch to be able to build with flex 2.6.0
d490f0
d490f0
* Tue Feb 09 2016 Milan Crha <mcrha@redhat.com> - 2.3-11
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d490f0
- Add patch to build against new samba
d490f0
d490f0
* Mon Jan 18 2016 Milan Crha <mcrha@redhat.com> - 2.3-10
d490f0
- Rebuild against newer libical
d490f0
d490f0
* Thu Dec 03 2015 Milan Crha <mcrha@redhat.com> - 2.3-9
d490f0
- Do not depend on libsamba-debug private library
d490f0
d490f0
* Mon Oct 26 2015 Milan Crha <mcrha@redhat.com> - 2.3-8
d490f0
- Rebuild against newer samba
d490f0
d490f0
* Mon Sep 14 2015 Milan Crha <mcrha@redhat.com> - 2.3-7
d490f0
- Rebuild against newer samba
d490f0
d490f0
* Mon Sep 07 2015 Milan Crha <mcrha@redhat.com> - 2.3-6
d490f0
- Rebuild against newer samba
d490f0
d490f0
* Tue Sep 01 2015 Milan Crha <mcrha@redhat.com> - 2.3-5
d490f0
- Rebuild against newer samba
d490f0
d490f0
* Mon Jul 20 2015 Milan Crha <mcrha@redhat.com> - 2.3-4
d490f0
- Rebuild against newer samba
d490f0
d490f0
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-3
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d490f0
d490f0
* Fri Jun 05 2015 Milan Crha <mcrha@redhat.com> - 2.3-2
d490f0
- Rebuild against newer samba
d490f0
d490f0
* Mon May 18 2015 Milan Crha <mcrha@redhat.com> - 2.3-1
d490f0
- Update to 2.3
d490f0
d490f0
* Thu Apr 23 2015 Milan Crha <mcrha@redhat.com> - 2.2-6
d490f0
- Rebuild against newer samba
d490f0
d490f0
* Tue Apr 07 2015 Milan Crha <mcrha@redhat.com> - 2.2-5
d490f0
- Rebuild against newer samba with a patch for samba 4.2.0 update
d490f0
d490f0
* Tue Jan 27 2015 Dan Horák <dan[at]danny.cz> - 2.2-4
d490f0
- Rebuild again for newer samba to workaround samba-4.2.0-0.1.rc3.fc22 < samba-4.2.0-0.2.rc2.fc22 situation in secondary koji
d490f0
d490f0
* Tue Jan 06 2015 Milan Crha <mcrha@redhat.com> - 2.2-3
d490f0
- Rebuild against newer samba
d490f0
d490f0
* Mon Nov 24 2014 Milan Crha <mcrha@redhat.com> - 2.2-2
d490f0
- Add a patch to be able to build against samba 4.2.0-rc2
d490f0
d490f0
* Thu Aug 21 2014 Matthew Barnes <mbarnes@redhat.com> - 2.2-1
d490f0
- Update to OpenChange 2.2
d490f0
d490f0
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-3
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d490f0
d490f0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-2
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d490f0
d490f0
* Mon Apr 28 2014 Milan Crha <mcrha@redhat.com> - 2.1-1
d490f0
- Update to OpenChange 2.1
d490f0
d490f0
* Thu Nov 21 2013 Milan Crha <mcrha@redhat.com> - 2.0-6
d490f0
- Rebuild for new libical (RH bug #1023020)
d490f0
d490f0
* Mon Nov 11 2013 Milan Crha <mcrha@redhat.com> - 2.0-5
d490f0
- Add patch for RH bug #1028698 (Symbol collision with NSS)
d490f0
d490f0
* Thu Sep 19 2013 Milan Crha <mcrha@redhat.com> - 2.0-4
d490f0
- Add patch to fix multilib issue in libmapi/version.h
d490f0
- Move devel-docs subpackage to noarch
d490f0
d490f0
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-3
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d490f0
d490f0
* Fri May 24 2013 Rex Dieter <rdieter@fedoraproject.org> 2.0-2
d490f0
- rebuild (libical)
d490f0
d490f0
* Thu Feb 14 2013 Milan Crha <mcrha@redhat.com> - 2.0-1
d490f0
- Update to OpenChange 2.0
d490f0
d490f0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-13
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d490f0
d490f0
* Fri Oct 26 2012 Milan Crha <mcrha@redhat.com> - 1.0-12
d490f0
- Add patch for Gnome bug #682449 (WriteStream fails)
d490f0
d490f0
* Mon Aug 06 2012 Milan Crha <mcrha@redhat.com> - 1.0-11
d490f0
- Add patch for Red Hat bug #845618 (incorrect symbol resolution)
d490f0
d490f0
* Thu Jul 26 2012 Milan Crha <mcrha@redhat.com> - 1.0-10
d490f0
- Remove check_fasttransfer from openchange-client, if not building server package
d490f0
d490f0
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-9
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d490f0
d490f0
* Tue Jul 10 2012 Milan Crha <mcrha@redhat.com> - 1.0-8
d490f0
- Add patch for OpenChange bug #397 (crash under MAPIUninitialize)
d490f0
- Disable build of python and mapiproxy
d490f0
d490f0
* Fri Jun 01 2012 Milan Crha <mcrha@redhat.com> - 1.0-7
d490f0
- Add patch to use system's popt.h
d490f0
- Add patch to compile only certain parts of the package
d490f0
- Disable openchange-server for rawhide too (due to samba4 changes)
d490f0
d490f0
* Thu May 17 2012 Matthew Barnes <mbarnes@redhat.com> -1.0-6
d490f0
- Do not build openchange-server in RHEL.
d490f0
  (And make disabling the subpackage actually work.)
d490f0
d490f0
* Wed May 02 2012 Milan Crha <mcrha@redhat.com> - 1.0-5
d490f0
- Do not include nagios/check_exchange in RHEL
d490f0
d490f0
* Tue Apr 24 2012 Milan Crha <mcrha@redhat.com> - 1.0-4
d490f0
- Bump samba4 dependency
d490f0
d490f0
* Thu Apr 19 2012 Matthew Barnes <mbarnes@redhat.com> - 1.0-3
d490f0
- Add BR: libical-devel (RH bug #803640).
d490f0
d490f0
* Wed Apr 18 2012 Milan Crha <mcrha@redhat.com> - 1.0-2
d490f0
- Bump samba4 dependency
d490f0
d490f0
* Tue Apr 03 2012 Milan Crha <mcrha@redhat.com> - 1.0-1
d490f0
- Update to 1.0
d490f0
- Enable packages for server part and python bindings
d490f0
- Skip man3 pages, which are generated incomplete (use devhelp instead)
d490f0
d490f0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-4
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d490f0
d490f0
* Tue Aug 30 2011 Milan Crha <mcrha@redhat.com> - 0.11-3
d490f0
- Fix package version number
d490f0
d490f0
* Mon Aug 29 2011 Stephen Gallagher <sgallagh@redhat.com> - 0.11-2.1
d490f0
- Rebuild against fixed libtevent version
d490f0
d490f0
* Mon Aug 29 2011 Milan Crha <mcrha@redhat.com> - 0.11-2
d490f0
- Sync version and changes with Fedora 16 package
d490f0
d490f0
* Thu Aug 11 2011 Milan Crha <mcrha@redhat.com> - 0.11-1
d490f0
- Update to OpenChange 0.11 Transporter upstream release
d490f0
- Remove unnecessary build modification patches.
d490f0
- Add patch to not use mapi_ctx->session as a TALLOC_CTX (OpenChange issue #366)
d490f0
- Add patch to read/write PidNameKeywords (OpenChange issue #367)
d490f0
d490f0
* Wed Apr 6 2011 Matthew Barnes <mbarnes@redhat.com> - 0.10.9-4
d490f0
- OpenChange relies on a private Samba 4 library (libsamba-util-common).
d490f0
  Add extra linker flags to libmapi.pc to compensate.
d490f0
d490f0
* Wed Apr 6 2011 Matthew Barnes <mbarnes@redhat.com> - 0.10.9-3
d490f0
- Move libmapiproxy.so, libmapistore.so and mapistore backend libraries
d490f0
  to the main package so the client subpackage is installable.
d490f0
d490f0
* Fri Mar 25 2011 Simo Sorce <ssorce@redhat.com> - 0.10.9-2
d490f0
- New snapshot that avoid bison issues.
d490f0
- Also add patch that fix build (previously erroneously preapplied in the
d490f0
  snapshot tarball)
d490f0
- Fix timestamps in tarball
d490f0
- Fix specfile's install and files section to cope with newer version changes
d490f0
d490f0
* Fri Mar 25 2011 Simo Sorce <ssorce@redhat.com> - 0.10.9-1
d490f0
- Upgrade to a 0.11 development snapshot.
d490f0
- Required by the new samba4 packages.
d490f0
d490f0
* Mon Feb 21 2011 Milan Crha <mcrha@redhat.com> - 0.9-14
d490f0
- Rebuild against newer libldb
d490f0
d490f0
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-13
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d490f0
d490f0
* Wed Feb 02 2011 Milan Crha <mcrha@redhat.com> - 0.9-12
d490f0
- Add patch for message sending, found by Gianluca Cecchi (RH bug #674034)
d490f0
d490f0
* Thu Dec 16 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-11
d490f0
- Re-fix man-pages file conflict (RH bug #654729).
d490f0
d490f0
* Thu Dec 02 2010 Milan Crha <mcrha@redhat.com> - 0.9-10
d490f0
- Add patch for talloc abort in FindGoodServer, found by Jeff Raber (RH bug #602661)
d490f0
d490f0
* Wed Sep 29 2010 jkeating - 0.9-9
d490f0
- Rebuilt for gcc bug 634757
d490f0
d490f0
* Mon Sep 13 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-8
d490f0
- Backport unicode and properties support (RH bug #605364).
d490f0
d490f0
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.9-7
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
d490f0
d490f0
* Thu Jun 24 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-6
d490f0
- Disable python and server subpackages until they're needed.
d490f0
d490f0
* Wed Jun 23 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-5
d490f0
- More spec file cleanups.
d490f0
d490f0
* Fri Jun 18 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-4
d490f0
- Spec file cleanups.
d490f0
d490f0
* Mon May 24 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-3
d490f0
- Avoid a file conflict with man-pages package.
d490f0
d490f0
* Sat Jan 09 2010 Matthew Barnes <mbarnes@redhat.com> - 0.9-2
d490f0
- Add a devel-docs subpackage (RH bug #552984).
d490f0
d490f0
* Sat Dec 26 2009 Matthew Barnes <mbarnes@redhat.com> - 0.9-1
d490f0
- Update to 0.9 (COCHRANE)
d490f0
- Bump samba4 requirement to alpha10.
d490f0
d490f0
* Wed Sep 23 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8.2-5
d490f0
- Rebuild.
d490f0
d490f0
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-4
d490f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d490f0
d490f0
* Mon Jun 29 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8.2-3
d490f0
- Rename libmapi so as not to conflict with Zarafa (RH bug #505783).
d490f0
d490f0
* Thu May 07 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8.2-2
d490f0
- Do not own the pkgconfig directory (RH bug #499655).
d490f0
d490f0
* Tue Mar 31 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8.2-1
d490f0
- Update to 0.8.2
d490f0
- Add a server subpackage.
d490f0
- Add BuildRequires: sqlite-devel (for server)
d490f0
d490f0
* Sun Mar 08 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-6
d490f0
- Fix build breakage.
d490f0
- Explicitly require libldb-devel.
d490f0
- Bump samba4 requirement to alpha7.
d490f0
d490f0
* Wed Feb 25 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-5
d490f0
- Rebuild with correct tarball.
d490f0
d490f0
* Wed Feb 25 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-4
d490f0
- Formal package review cleanups.
d490f0
d490f0
* Wed Feb 25 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-3
d490f0
- Add documentation files.
d490f0
d490f0
* Thu Feb 19 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-2
d490f0
- Add some missing build requirements.
d490f0
d490f0
* Tue Jan 20 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-1
d490f0
- Update to 0.8 (ROMULUS)
d490f0
d490f0
* Sat Jan 17 2009 Matthew Barnes <mbarnes@redhat.com> - 0.8-0.7.svn949
d490f0
- Add missing BuildRequires: zlib-devel
d490f0
d490f0
* Sat Dec 27 2008 Matthew Barnes <mbarnes@redhat.com> - 0.8-0.6.svn949
d490f0
- Update to SVN revision 949.
d490f0
d490f0
* Mon Dec 15 2008 Matthew Barnes <mbarnes@redhat.com> - 0.8-0.5.svn909
d490f0
- Package review feedback (RH bug #453395).
d490f0
d490f0
* Fri Dec 12 2008 Matthew Barnes <mbarnes@redhat.com> - 0.8-0.4.svn909
d490f0
- Update to SVN revision 909.
d490f0
- Bump the samba4 requirement.
d490f0
d490f0
* Fri Aug 29 2008 Andrew Bartlett <abartlet@samba.org> - 0:0.8-0.3.svn960.fc9
d490f0
- Bump version
d490f0
- Don't make the Samba4 version distro-dependent
d490f0
d490f0
* Sat Jul 26 2008 Brad Hards <bradh@frogmouth.net> - 0:0.8-0.2.svnr674.fc10
d490f0
- Bump version
d490f0
- Install documentation / man pages correctly
d490f0
- Remove epoch (per https://bugzilla.redhat.com/show_bug.cgi?id=453395)
d490f0
- Remove %%post and %%postun (per https://bugzilla.redhat.com/show_bug.cgi?id=453395)
d490f0
- Remove talloc dependency (per https://bugzilla.redhat.com/show_bug.cgi?id=453395)
d490f0
- Take out libmapiproxy, because we aren't up to server side yet.
d490f0
d490f0
* Sat Jul 12 2008 Andrew Bartlett <abartlet@samba.org> - 0:0.7-0.2.svnr627.fc9
d490f0
- Add popt-devel BR
d490f0
d490f0
* Mon Jun 30 2008 Andrew Bartlett <abartlet@samba.org> - 0:0.7-0.1.svnr627.fc9
d490f0
- Initial package of OpenChange for Fedora