Update to 0.37
This commit is contained in:
parent
aa9e539b88
commit
a816ae389a
@ -18,7 +18,7 @@ Name: cockpit
|
||||
%if %{defined gitcommit}
|
||||
Version: %{gitcommit}
|
||||
%else
|
||||
Version: 0.36
|
||||
Version: 0.37
|
||||
%endif
|
||||
Release: 1%{?dist}
|
||||
Summary: A user interface for Linux servers
|
||||
@ -55,6 +55,7 @@ BuildRequires: dbus-devel
|
||||
BuildRequires: glib-networking
|
||||
BuildRequires: systemd
|
||||
BuildRequires: polkit
|
||||
BuildRequires: pcp-libs-devel
|
||||
|
||||
%if %{defined gitcommit}
|
||||
BuildRequires: npm
|
||||
@ -119,6 +120,7 @@ embed or extend Cockpit.
|
||||
Summary: Cockpit Shell user interface package
|
||||
Requires: %{name}-bridge = %{version}-%{release}
|
||||
Requires: NetworkManager
|
||||
Requires: pcp
|
||||
Obsoletes: %{name}-assets
|
||||
BuildArch: noarch
|
||||
|
||||
@ -303,6 +305,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 22 2015 Stef Walter <stefw@redhat.com> - 0.37-1
|
||||
- Update to 0.37 release
|
||||
|
||||
* Mon Jan 12 2015 Stef Walter <stefw@redhat.com> - 0.36-1
|
||||
- Update to 0.36 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user