Update to 0.54 release
This commit is contained in:
parent
74efd1be8f
commit
e0bf0c3149
12
cockpit.spec
12
cockpit.spec
@ -22,11 +22,13 @@
|
||||
%define rhel 0
|
||||
%endif
|
||||
|
||||
%define _hardened_build 1
|
||||
|
||||
Name: cockpit
|
||||
%if %{defined gitcommit}
|
||||
Version: %{gitcommit}
|
||||
%else
|
||||
Version: 0.53
|
||||
Version: 0.54
|
||||
%endif
|
||||
Release: 1%{?dist}
|
||||
Summary: A user interface for Linux servers
|
||||
@ -287,10 +289,15 @@ cat subscriptions.list docker.list >> shell.list
|
||||
|
||||
%files pcp
|
||||
%{_libexecdir}/cockpit-pcp
|
||||
/var/lib/pcp/config/pmlogconf/tools/cockpit
|
||||
|
||||
%post pcp
|
||||
# HACK - https://bugzilla.redhat.com/show_bug.cgi?id=1185749
|
||||
( cd /var/lib/pcp/pmns && ./Rebuild -du )
|
||||
# HACK - https://bugzilla.redhat.com/show_bug.cgi?id=1185764
|
||||
# We can't use "systemctl reload-or-try-restart" since systemctl might
|
||||
# be out of sync with reality.
|
||||
/usr/share/pcp/lib/pmlogger reload
|
||||
|
||||
%files shell -f shell.list
|
||||
|
||||
@ -425,6 +432,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Apr 24 2015 Peter <petervo@redhat.com> - 0.54-1
|
||||
- Update to 0.54 release
|
||||
|
||||
* Tue Apr 21 2015 Peter <petervo@redhat.com> - 0.53-1
|
||||
- Update to 0.53 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user