95ab2d
Summary: The Reliable Event Logging Protocol library
95ab2d
Name: librelp
95ab2d
Version: 1.10.0
95ab2d
Release: 4%{?dist}
95ab2d
License: GPLv3+
95ab2d
URL: http://www.rsyslog.com/
95ab2d
Source0: http://download.rsyslog.com/%{name}/%{name}-%{version}.tar.gz
95ab2d
BuildRequires: gnutls-devel >= 1.4.0
95ab2d
95ab2d
Patch0: librelp-1.10.0-rhbz1972067-relpEngineSetTLSLibByName.patch
95ab2d
Patch1: librelp-1.10.0-crypto-compliance.patch
95ab2d
95ab2d
%description
95ab2d
Librelp is an easy to use library for the RELP protocol. RELP (stands
95ab2d
for Reliable Event Logging Protocol) is a general-purpose, extensible
95ab2d
logging protocol.
95ab2d
95ab2d
%package devel
95ab2d
Summary: Development files for the %{name} package
95ab2d
Requires: %{name} = %{version}-%{release}
95ab2d
Requires: pkgconfig
95ab2d
Requires: openssl-libs
95ab2d
BuildRequires: autoconf
95ab2d
BuildRequires: automake
95ab2d
BuildRequires: libtool
95ab2d
BuildRequires: make
95ab2d
BuildRequires: openssl-devel
95ab2d
95ab2d
%description devel
95ab2d
Librelp is an easy to use library for the RELP protocol. The
95ab2d
librelp-devel package contains the header files and libraries needed
95ab2d
to develop applications using librelp.
95ab2d
95ab2d
%prep
95ab2d
%setup -q
95ab2d
%patch0 -p1 -b .tls-by-name
95ab2d
%patch1 -p1 -b .crypto-compliance
95ab2d
95ab2d
%build
95ab2d
autoreconf -ivf
95ab2d
%configure --disable-static
95ab2d
make %{?_smp_mflags}
95ab2d
95ab2d
%install
95ab2d
rm -rf $RPM_BUILD_ROOT
95ab2d
make install DESTDIR=$RPM_BUILD_ROOT
95ab2d
95ab2d
rm $RPM_BUILD_ROOT/%{_libdir}/*.la
95ab2d
95ab2d
%ldconfig_scriptlets
95ab2d
95ab2d
%files
95ab2d
%doc AUTHORS COPYING NEWS README doc/*html
95ab2d
%{_libdir}/librelp.so.*
95ab2d
95ab2d
%files devel
95ab2d
%{_includedir}/*
95ab2d
%{_libdir}/librelp.so
95ab2d
%{_libdir}/pkgconfig/relp.pc
95ab2d
95ab2d
%changelog
95ab2d
* Fri Aug 06 2021 Attila Lakatos <alakatos@redhat.com> - 1.10.0-4
95ab2d
- Replace GNUTLS_SHUT_RDWR by GNUTLS_SHUT_WR when ending TLS connections
95ab2d
  resolves: rhbz#1990735
95ab2d
- Add patch to comply with crypto policies
95ab2d
- Forward return code from relpEngineSetTLSLib to relpEngineSetTLSLibByName
95ab2d
- Enable openssl
95ab2d
  resolves: rhbz#1972067
95ab2d
95ab2d
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-3
95ab2d
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
95ab2d
  Related: rhbz#1991688
95ab2d
95ab2d
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.0-2
95ab2d
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
95ab2d
95ab2d
* Mon Mar 08 2021 Attila Lakatos <alakatos@redhat.com> - 1.10.0-1
95ab2d
- rebase to 1.10.0
95ab2d
  resolves: rhbz#1929153
95ab2d
95ab2d
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-2
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
95ab2d
95ab2d
* Fri Sep 18 2020 Attila Lakatos <alakatos@redhat.com> - 1.9.0-1
95ab2d
- rebase to 1.9.0
95ab2d
  resolves: rhbz#1883471
95ab2d
95ab2d
* Tue Sep 08 2020 Attila Lakatos <alakatos@redhat.com> - 1.7.0-1
95ab2d
- rebase to 1.7.0
95ab2d
  resolves: rhbz#1826269
95ab2d
95ab2d
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
95ab2d
95ab2d
* Mon Feb 03 2020 Jiri Vymazal <jvymazal@redhat.com> - 1.5.0-1
95ab2d
- rebase to 1.5.0
95ab2d
  resolves: rhbz#1790820
95ab2d
95ab2d
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
95ab2d
95ab2d
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
95ab2d
95ab2d
* Wed Jul 10 2019 Jiri Vymazal <jvymazal@redhat.com> - 1.4.0-1
95ab2d
- rebase to 1.4.0
95ab2d
  resolves: rhbz#1425638
95ab2d
95ab2d
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.16-3
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
95ab2d
95ab2d
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.16-2
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
95ab2d
95ab2d
* Mon Jul 02 2018 Radovan Sroka <rsroka@redhat.com> - 1.2.16-1
95ab2d
- rebase to 1.2.16
95ab2d
95ab2d
* Mon Mar 26 2018 Radovan Sroka <rsroka@redhat.com> - 1.2.15-1
95ab2d
- rebase to 1.2.15
95ab2d
- fixed CVE-2018-1000140
95ab2d
95ab2d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-4
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
95ab2d
95ab2d
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-3
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
95ab2d
95ab2d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.14-2
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
95ab2d
95ab2d
* Fri Jun 02 2017 Radovan Sroka <rsroka@redhat.com> - 1.2.14-1
95ab2d
- rebase to 1.2.14
95ab2d
95ab2d
* Thu Feb 23 2017 Jiri Vymazal <jvymazal@redhat.com> - 1.2.13-1
95ab2d
- rebase to 1.2.13
95ab2d
  resolves: rhbz#1425638
95ab2d
- added patch for GnuTLS crypto-policy adherence
95ab2d
  resolves: rhbz#1179317
95ab2d
- added autoconf, automake and libtool because package
95ab2d
  has patches now
95ab2d
95ab2d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.12-2
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
95ab2d
95ab2d
* Tue Sep 27 2016 Radovan Sroka <rsroka@redhat.com> 1.2.12-1
95ab2d
- rebase to 1.2.12
95ab2d
95ab2d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-5
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
95ab2d
95ab2d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-4
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
95ab2d
95ab2d
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-3
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
95ab2d
95ab2d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-2
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
95ab2d
95ab2d
* Fri May 16 2014 Tomas Heinrich <theinric@redhat.com> - 1.2.7-1
95ab2d
- rebase to 1.2.7
95ab2d
95ab2d
* Thu Mar 27 2014 François Cami <fcami@fedoraproject.org> - 1.2.5-1
95ab2d
- rebase to 1.2.5
95ab2d
95ab2d
* Wed Jul 31 2013 Tomas Heinrich <theinric@redhat.com> - 1.2.0-1
95ab2d
- rebase to 1.2.0
95ab2d
- add gnutls-devel to BuildRequires
95ab2d
95ab2d
* Wed Apr 10 2013 Tomas Heinrich <theinric@redhat.com> - 1.0.3-1
95ab2d
- rebase to 1.0.3
95ab2d
95ab2d
* Thu Apr 04 2013 Tomas Heinrich <theinric@redhat.com> - 1.0.2-1
95ab2d
- rebase to 1.0.2
95ab2d
95ab2d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
95ab2d
95ab2d
* Wed Nov 21 2012 Tomas Heinrich <theinric@redhat.com> - 1.0.1-1
95ab2d
- upgrade to upstream version 1.0.1
95ab2d
95ab2d
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-4
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
95ab2d
95ab2d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
95ab2d
95ab2d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
95ab2d
95ab2d
* Thu Jul 15 2010 Tomas Heinrich <theinric@redhat.com> - 1.0.0-1
95ab2d
- upgrade to upstream version 1.0.0
95ab2d
95ab2d
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-4
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
95ab2d
95ab2d
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-3
95ab2d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
95ab2d
95ab2d
* Wed May  7 2008 Tomas Heinrich <theinric@redhat.com> 0.1.1-2
95ab2d
- removed "BuildRequires: autoconf automake"
95ab2d
95ab2d
* Tue Apr 29 2008 Tomas Heinrich <theinric@redhat.com> 0.1.1-1
95ab2d
- initial build