import sblim-sfcb-1.4.9-17.el8
This commit is contained in:
parent
c899046011
commit
45d031059e
@ -8,7 +8,7 @@ Name: sblim-sfcb
|
||||
Summary: Small Footprint CIM Broker
|
||||
URL: http://sblim.wiki.sourceforge.net/
|
||||
Version: 1.4.9
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?dist}
|
||||
License: EPL-1.0
|
||||
Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
|
||||
Source1: sfcb.service
|
||||
@ -123,7 +123,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
|
||||
@ -139,6 +139,10 @@ fi;
|
||||
%files -f _pkg_list
|
||||
|
||||
%changelog
|
||||
* Mon Nov 23 2020 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.9-17
|
||||
- Fix sfcbrepos redirection
|
||||
Resolves: #1854991
|
||||
|
||||
* Mon Oct 15 2018 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.9-16
|
||||
- Use %%license for file which contains the text of the license
|
||||
- Change versioned docdir to unversioned and rename the docdir to match
|
||||
|
||||
Loading…
Reference in New Issue
Block a user