diff --git a/cockpit.spec b/cockpit.spec index 71c864e..e6783d8 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,14 @@ 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 rm -rf src/libgsystem/*.{c,doap} @@ -120,6 +128,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 @@ -139,6 +150,20 @@ test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true %systemd_postun_with_restart cockpit.socket %changelog +* Wed Oct 08 2014 Stef Walter - 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 - 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