Update to 0.39 release
This commit is contained in:
parent
d96574dfb6
commit
c5298ececd
11
cockpit.spec
11
cockpit.spec
@ -18,7 +18,7 @@ Name: cockpit
|
||||
%if %{defined gitcommit}
|
||||
Version: %{gitcommit}
|
||||
%else
|
||||
Version: 0.38
|
||||
Version: 0.39
|
||||
%endif
|
||||
Release: 1%{?dist}
|
||||
Summary: A user interface for Linux servers
|
||||
@ -34,7 +34,6 @@ Source0: https://github.com/cockpit-project/cockpit/releases/download/%{v
|
||||
Source1: cockpit.pam
|
||||
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(gudev-1.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
BuildRequires: pkgconfig(udisks2) >= 2.1.0
|
||||
BuildRequires: pkgconfig(libsystemd-daemon)
|
||||
@ -121,6 +120,7 @@ Summary: Cockpit Shell user interface package
|
||||
Requires: %{name}-bridge = %{version}-%{release}
|
||||
Requires: NetworkManager
|
||||
Requires: pcp
|
||||
Requires: grep
|
||||
Obsoletes: %{name}-assets
|
||||
BuildArch: noarch
|
||||
|
||||
@ -204,6 +204,10 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/docker
|
||||
%{_datadir}/%{name}/playground
|
||||
%{_datadir}/%{name}/server-systemd
|
||||
|
||||
%post shell
|
||||
# HACK - https://bugzilla.redhat.com/show_bug.cgi?id=1185749
|
||||
( cd /var/lib/pcp/pmns && ./Rebuild -du )
|
||||
|
||||
%files ws
|
||||
%doc %{_mandir}/man5/cockpit.conf.5.gz
|
||||
%doc %{_mandir}/man8/cockpit-ws.8.gz
|
||||
@ -305,6 +309,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 19 2015 Stef Walter <stefw@redhat.com> - 0.39-1
|
||||
- Update to 0.39 release
|
||||
|
||||
* Wed Jan 28 2015 Stef Walter <stefw@redhat.com> - 0.38-1
|
||||
- Update to 0.38 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user