[cockpit/f21] Update to 0.26 release

Stef Walter stefw at fedoraproject.org
Wed Oct 8 06:08:55 UTC 2014


commit abf660dc7f9b326c3f7abe49b4ce36590c23d344
Author: Stef Walter <stefw at redhat.com>
Date:   Wed Oct 8 08:08:27 2014 +0200

    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

 cockpit.spec |   28 ++++++++++++++++++++++++++--
 sources      |    2 +-
 2 files changed, 27 insertions(+), 3 deletions(-)
---
diff --git a/cockpit.spec b/cockpit.spec
index 4d2a2a8..806674a 100644
--- a/cockpit.spec
+++ b/cockpit.spec
@@ -1,5 +1,5 @@
 Name:           cockpit
-Version:        0.25
+Version:        0.26
 Release:        1%{?dist}
 Summary:        A user interface for Linux servers
 
@@ -24,7 +24,7 @@ BuildRequires: keyutils-libs-devel
 BuildRequires: autoconf automake libtool
 BuildRequires: intltool
 BuildRequires: jsl 
-BuildRequires: gtk-doc
+BuildRequires: xmlto
 BuildRequires: libssh >= 0.6.0
 BuildRequires: libssh-devel
 BuildRequires: openssl-devel
@@ -68,6 +68,13 @@ BuildArch: noarch
 %description assets
 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
 %setup -q
@@ -122,6 +129,9 @@ rm -rf %{buildroot}%{_datadir}/cockpit-test-assets
 %files assets
 %{_datadir}/%{name}
 
+%files doc
+%{_docdir}/cockpit
+
 %pre
 getent group cockpit-ws >/dev/null || groupadd -r cockpit-ws
 getent group cockpit-user-admin >/dev/null || groupadd -r cockpit-user-admin
@@ -142,6 +152,20 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
 
 
 %changelog
+* Wed Oct 08 2014 Stef Walter <stefw at 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 at redhat.com> - 0.25-1
 - Update to 0.25 release
 
diff --git a/sources b/sources
index 8d76338..64eabe1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a8f2e6865ccaafcb18c59d9bc37d2c82  cockpit-0.25.tar.bz2
+974ac6ba342d9ca8a381bd03beb5deda  cockpit-0.26.tar.bz2


More information about the scm-commits mailing list