Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Tomasz Kłoczko
d10394bbd6 - openssl patch is not needed for el7 2018-03-01 05:49:59 +00:00
Tomasz Kłoczko
91987c5d05 - remove openssl 1.1 patch
- add %changelog entry
2018-03-01 05:21:31 +00:00
Tomasz Kłoczko
77ca3663e2 - add /sbin/ldconig %post/%posun scriptlets 2018-02-27 19:14:04 +00:00
2 changed files with 8 additions and 1701 deletions

File diff suppressed because it is too large Load diff

View file

@ -7,7 +7,6 @@ URL: http://santuario.apache.org/c/
Source: http://www.apache.org/dist/santuario/c-library/xml-security-c-%{version}.tar.gz
Patch0: %{name}-cxx11.patch
Patch1: %{name}-ac_fixes.patch
Patch2: https://raw.githubusercontent.com/open-eid/libdigidocpp/master/xml-security-c-1.7.3_openssl1.1.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libstdc++-devel
@ -55,6 +54,9 @@ autoreconf -fiv
%check
./xsec/xtest
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%attr(755,root,root) %{_libdir}/libxml-security-c.so.*
@ -67,6 +69,11 @@ autoreconf -fiv
%{_includedir}/xsec
%changelog
* Thu Mar 01 2018 Tomasz Kłoczko <kloczek@fedoraproject.org> - 1.7.3-4el7
- backport to epel7
-- readd %%post/%%postun scriptlets with /sbin/ldconfig
-- remove openssl 1.1 patch
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild