From d5a776d20f661c78b2fbc55b5c7803efccd30645 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Wed, 8 Jul 2020 09:03:53 +0200 Subject: [PATCH] Fix sfcbrepos redirection --- sblim-sfcb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sblim-sfcb.spec b/sblim-sfcb.spec index 595091e..6130be5 100644 --- a/sblim-sfcb.spec +++ b/sblim-sfcb.spec @@ -8,7 +8,7 @@ Name: sblim-sfcb Summary: Small Footprint CIM Broker URL: http://sblim.wiki.sourceforge.net/ Version: 1.4.9 -Release: 18%{?dist} +Release: 19%{?dist} License: EPL-1.0 Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2 Source1: sfcb.service @@ -126,7 +126,7 @@ cat _pkg_list %post %{_datadir}/sfcb/genSslCert.sh %{_sysconfdir}/sfcb &>/dev/null || : /sbin/ldconfig -%{_bindir}/sfcbrepos -f > /dev/null 2>1 +%{_bindir}/sfcbrepos -f > /dev/null 2>&1 %systemd_post sblim-sfcb.service %preun @@ -142,6 +142,9 @@ fi; %files -f _pkg_list %changelog +* Wed Jul 08 2020 Vitezslav Crhonek - 1.4.9-19 +- Fix sfcbrepos redirection + * Wed Feb 12 2020 Vitezslav Crhonek - 1.4.9-18 - Fixes multiple definiton of variables (FTBFS with GCC 10) Resolves: #1800074