Update to sblim-sfcb-1.4.9, Silence sfcbrepos in %%post
This commit is contained in:
parent
7e3af2c14e
commit
470205b858
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ sblim-sfcb-1.3.8.tar.bz2
|
||||
/sblim-sfcb-1.4.6.tar.bz2
|
||||
/sblim-sfcb-1.4.7.tar.bz2
|
||||
/sblim-sfcb-1.4.8.tar.bz2
|
||||
/sblim-sfcb-1.4.9.tar.bz2
|
||||
|
@ -7,8 +7,8 @@
|
||||
Name: sblim-sfcb
|
||||
Summary: Small Footprint CIM Broker
|
||||
URL: http://sblim.wiki.sourceforge.net/
|
||||
Version: 1.4.8
|
||||
Release: 4%{?dist}
|
||||
Version: 1.4.9
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/System
|
||||
License: EPL
|
||||
Source0: http://downloads.sourceforge.net/sblim/%{name}-%{version}.tar.bz2
|
||||
@ -107,7 +107,7 @@ cat _pkg_list
|
||||
%post
|
||||
%{_datadir}/sfcb/genSslCert.sh %{_sysconfdir}/sfcb &>/dev/null || :
|
||||
/sbin/ldconfig
|
||||
%{_bindir}/sfcbrepos -f
|
||||
%{_bindir}/sfcbrepos -f > /dev/null 2>1
|
||||
%systemd_post sblim-sfcb.service
|
||||
|
||||
%preun
|
||||
@ -123,6 +123,10 @@ fi;
|
||||
%files -f _pkg_list
|
||||
|
||||
%changelog
|
||||
* Tue Dec 02 2014 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.9-1
|
||||
- Update to sblim-sfcb-1.4.9
|
||||
- Silence sfcbrepos in %%post
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.8-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user