Accepting request 504008 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/504008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=127
This commit is contained in:
Dominique Leuenberger 2017-06-20 08:59:50 +00:00 committed by Git OBS Bridge
commit 0d5bf81918
2 changed files with 8 additions and 45 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 5 10:53:34 UTC 2017 - tchvatal@suse.com
- Drop module-guardtime package
* Upstream libgt died and it does not work with new openssl
-------------------------------------------------------------------
Thu May 18 12:38:04 UTC 2017 - dziolkowski@suse.com

View File

@ -46,7 +46,6 @@ Release: 0
%bcond_without gssapi
%bcond_without gnutls
%bcond_without gcrypt
%bcond_without guardtime
%bcond_without mysql
%bcond_without pgsql
%bcond_without relp
@ -79,6 +78,8 @@ Release: 0
%define rsyslog_module_dir_nodeps %{_libdir}/rsyslog/
%define rsyslog_module_dir_withdeps %{_libdir}/rsyslog/
Url: http://www.rsyslog.com/
# Upstream library deprecated and we want to support migration
Obsoletes: %{name}-module-guardtime
%if %{with systemd}
Provides: syslog
Provides: sysvinit(syslog)
@ -154,15 +155,6 @@ BuildRequires: libgnutls-devel
%if %{with gcrypt}
BuildRequires: libgcrypt-devel
%endif
%if %{with guardtime}
BuildRequires: libgt-devel >= 0.3.1
%if %{?suse_version} > 1110
BuildRequires: pkgconfig(libksi) >= 3.4.0.2
%else
BuildRequires: libksi-devel >= 3.4.0.2
%endif
BuildConflicts: libksi >= 3.5.0.0
%endif
%if %{with dbi}
BuildRequires: libdbi-devel
%endif
@ -392,24 +384,6 @@ This module provides log file encryption support using libgcrypt and
a rsgtutil utility to manage the files.
%endif
%if %{with guardtime}
%package module-guardtime
Requires: %{name} = %{version}
Summary: GuardTime log file signing support module for rsyslog
Group: System/Daemons
%description module-guardtime
Rsyslog is an enhanced multi-threaded syslog daemon. See rsyslog
package.
This module provides log file signing support using GuardTime Keyless
Signature Service and a rsgtutil utility to manage the files.
The digital timestamping component of the service is officially certified
and Guardtime is accredited as a timestamp authority by the European Union.
%endif
%if %{with relp}
%package module-relp
@ -690,10 +664,6 @@ autoreconf -fiv
--enable-mmrm1stspace \
--enable-pmciscoios \
--enable-pmpanngfw \
%if %{with guardtime}
--enable-guardtime \
--enable-gt-ksi \
%endif
%if %{with gcrypt}
--enable-libgcrypt \
%else
@ -726,10 +696,6 @@ if test "%{rsyslog_module_dir_nodeps}" != "%{rsyslog_module_dir_withdeps}" ; the
%if %{with gcrypt}
lmcry_gcry.so \
%endif
%if %{with guardtime}
lmsig_gt.so \
lmsig_ksi.so \
%endif
%if %{with gssapi}
omgssapi.so imgssapi.so lmgssutil.so \
%endif
@ -1197,15 +1163,6 @@ fi
%{_bindir}/rscryutil
%endif
%if %{with guardtime}
%files module-guardtime
%defattr(-,root,root)
%{rsyslog_module_dir_withdeps}/lmsig_gt.so
%{rsyslog_module_dir_withdeps}/lmsig_ksi.so
%{_bindir}/rsgtutil
%endif
%if %{with tcl}
%files module-omtcl
%defattr(-,root,root)