Update to 0.53 release
This commit is contained in:
parent
8336d550cb
commit
74efd1be8f
14
cockpit.spec
14
cockpit.spec
@ -26,7 +26,7 @@ Name: cockpit
|
|||||||
%if %{defined gitcommit}
|
%if %{defined gitcommit}
|
||||||
Version: %{gitcommit}
|
Version: %{gitcommit}
|
||||||
%else
|
%else
|
||||||
Version: 0.52
|
Version: 0.53
|
||||||
%endif
|
%endif
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A user interface for Linux servers
|
Summary: A user interface for Linux servers
|
||||||
@ -297,6 +297,7 @@ cat subscriptions.list docker.list >> shell.list
|
|||||||
%files ws
|
%files ws
|
||||||
%doc %{_mandir}/man5/cockpit.conf.5.gz
|
%doc %{_mandir}/man5/cockpit.conf.5.gz
|
||||||
%doc %{_mandir}/man8/cockpit-ws.8.gz
|
%doc %{_mandir}/man8/cockpit-ws.8.gz
|
||||||
|
%doc %{_mandir}/man8/remotectl.8.gz
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}
|
%config(noreplace) %{_sysconfdir}/%{name}
|
||||||
%config(noreplace) %{_sysconfdir}/pam.d/cockpit
|
%config(noreplace) %{_sysconfdir}/pam.d/cockpit
|
||||||
%{_unitdir}/cockpit.service
|
%{_unitdir}/cockpit.service
|
||||||
@ -382,10 +383,10 @@ pulls in some necessary packages via dependencies.
|
|||||||
%{_datadir}/%{name}/playground
|
%{_datadir}/%{name}/playground
|
||||||
%{_datadir}/cockpit-test-assets
|
%{_datadir}/cockpit-test-assets
|
||||||
%{_datadir}/polkit-1/rules.d
|
%{_datadir}/polkit-1/rules.d
|
||||||
/usr/lib/systemd/system/cockpit-testing.service
|
%{_unitdir}/cockpit-testing.service
|
||||||
/usr/lib/systemd/system/cockpit-testing.socket
|
%{_unitdir}/cockpit-testing.socket
|
||||||
/usr/lib/systemd/system/test-server.service
|
%{_unitdir}/test-server.service
|
||||||
/usr/lib/systemd/system/test-server.socket
|
%{_unitdir}/test-server.socket
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -424,6 +425,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 21 2015 Peter <petervo@redhat.com> - 0.53-1
|
||||||
|
- Update to 0.53 release
|
||||||
|
|
||||||
* Thu Apr 16 2015 Stef Walter <stefw@redhat.com> - 0.52-1
|
* Thu Apr 16 2015 Stef Walter <stefw@redhat.com> - 0.52-1
|
||||||
- Update to 0.52 release
|
- Update to 0.52 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user