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
|
%define rhel 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%define _hardened_build 1
|
||||||
|
|
||||||
Name: cockpit
|
Name: cockpit
|
||||||
%if %{defined gitcommit}
|
%if %{defined gitcommit}
|
||||||
Version: %{gitcommit}
|
Version: %{gitcommit}
|
||||||
%else
|
%else
|
||||||
Version: 0.53
|
Version: 0.54
|
||||||
%endif
|
%endif
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A user interface for Linux servers
|
Summary: A user interface for Linux servers
|
||||||
@ -287,10 +289,15 @@ cat subscriptions.list docker.list >> shell.list
|
|||||||
|
|
||||||
%files pcp
|
%files pcp
|
||||||
%{_libexecdir}/cockpit-pcp
|
%{_libexecdir}/cockpit-pcp
|
||||||
|
/var/lib/pcp/config/pmlogconf/tools/cockpit
|
||||||
|
|
||||||
%post pcp
|
%post pcp
|
||||||
# HACK - https://bugzilla.redhat.com/show_bug.cgi?id=1185749
|
# HACK - https://bugzilla.redhat.com/show_bug.cgi?id=1185749
|
||||||
( cd /var/lib/pcp/pmns && ./Rebuild -du )
|
( 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
|
%files shell -f shell.list
|
||||||
|
|
||||||
@ -425,6 +432,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 21 2015 Peter <petervo@redhat.com> - 0.53-1
|
||||||
- Update to 0.53 release
|
- Update to 0.53 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user