Update to 0.26 release
- Can see disk usage on storage page rhbz#1142459 - Better order for lists of block devices rhbz#1142443 - Setting container memory limit fixed rhbz#1142362 - Can create storage volume of maximum capacity rhbz#1142259 - Fix RAID device Bitmap enable/disable error rhbz#1142248 - Docker page connects to right machine rhbz#1142229 - Clear the format dialog label correctly rhbz#1142228 - No 'Drop Privileges' item in menu for root rhbz#1142197 - Don't flash 'Server has closed Connection on logout rhbz#1142175 - Non-root users can manipulate user accounts rhbz#1142154 - Fix strange error message when editing user accounts rhbz#1142154
This commit is contained in:
parent
146b3ad98e
commit
3c1c7bb227
29
cockpit.spec
29
cockpit.spec
@ -1,5 +1,5 @@
|
|||||||
Name: cockpit
|
Name: cockpit
|
||||||
Version: 0.25
|
Version: 0.26
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A user interface for Linux servers
|
Summary: A user interface for Linux servers
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ BuildRequires: keyutils-libs-devel
|
|||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: jsl
|
BuildRequires: jsl
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: xmlto
|
||||||
BuildRequires: libssh >= 0.6.0
|
BuildRequires: libssh >= 0.6.0
|
||||||
BuildRequires: libssh-devel
|
BuildRequires: libssh-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
@ -68,6 +68,14 @@ BuildArch: noarch
|
|||||||
%description assets
|
%description assets
|
||||||
This package contains the web assets used by Cockpit.
|
This package contains the web assets used by Cockpit.
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
Summary: Cockpit deployment and developer guide
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
The Cockpit Deployment and Developer Guide shows sysadmins how to
|
||||||
|
deploy Cockpit on their machines as well as helps developers who want to
|
||||||
|
embed or extend Cockpit.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
rm -rf src/libgsystem/*.{c,doap}
|
rm -rf src/libgsystem/*.{c,doap}
|
||||||
@ -120,6 +128,9 @@ rm -rf %{buildroot}%{_datadir}/cockpit-test-assets
|
|||||||
%files assets
|
%files assets
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
|
%files doc
|
||||||
|
%{_docdir}/cockpit
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
getent group cockpit-ws >/dev/null || groupadd -r cockpit-ws
|
getent group cockpit-ws >/dev/null || groupadd -r cockpit-ws
|
||||||
getent group cockpit-user-admin >/dev/null || groupadd -r cockpit-user-admin
|
getent group cockpit-user-admin >/dev/null || groupadd -r cockpit-user-admin
|
||||||
@ -139,6 +150,20 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
|
|||||||
%systemd_postun_with_restart cockpit.socket
|
%systemd_postun_with_restart cockpit.socket
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 08 2014 Stef Walter <stefw@redhat.com> - 0.26-1
|
||||||
|
- Update to 0.26 release
|
||||||
|
- Can see disk usage on storage page rhbz#1142459
|
||||||
|
- Better order for lists of block devices rhbz#1142443
|
||||||
|
- Setting container memory limit fixed rhbz#1142362
|
||||||
|
- Can create storage volume of maximum capacity rhbz#1142259
|
||||||
|
- Fix RAID device Bitmap enable/disable error rhbz#1142248
|
||||||
|
- Docker page connects to right machine rhbz#1142229
|
||||||
|
- Clear the format dialog label correctly rhbz#1142228
|
||||||
|
- No 'Drop Privileges' item in menu for root rhbz#1142197
|
||||||
|
- Don't flash 'Server has closed Connection on logout rhbz#1142175
|
||||||
|
- Non-root users can manipulate user accounts rhbz#1142154
|
||||||
|
- Fix strange error message when editing user accounts rhbz#1142154
|
||||||
|
|
||||||
* Wed Sep 24 2014 Stef Walter <stefw@redhat.com> - 0.25-1
|
* Wed Sep 24 2014 Stef Walter <stefw@redhat.com> - 0.25-1
|
||||||
- Update to 0.25 release
|
- Update to 0.25 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user