Update to the upstream 0.6 release
* Default port is 1001 now * Adds a polkit agent * Uses libssh now
This commit is contained in:
parent
3481f09ccd
commit
4986f993b8
10
cockpit.spec
10
cockpit.spec
@ -1,5 +1,5 @@
|
||||
Name: cockpit
|
||||
Version: 0.5
|
||||
Version: 0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: A user interface for Linux servers
|
||||
|
||||
@ -17,8 +17,10 @@ BuildRequires: pkgconfig(libgsystem)
|
||||
BuildRequires: storaged
|
||||
BuildRequires: pkgconfig(libnm-glib)
|
||||
BuildRequires: pkgconfig(libsystemd-daemon)
|
||||
BuildRequires: pkgconfig(polkit-agent-1) >= 0.105
|
||||
BuildRequires: pkgconfig(accountsservice) >= 0.6.35
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: keyutils-libs-devel
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: intltool
|
||||
@ -36,16 +38,12 @@ BuildRequires: libgsystem-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: docbook-style-xsl
|
||||
|
||||
# Used during make check
|
||||
#BuildRequires: sshpass
|
||||
|
||||
Requires: dbus
|
||||
Requires: glib-networking
|
||||
Requires: realmd
|
||||
Requires: udisks2 >= 2.1.0
|
||||
Requires: mdadm
|
||||
Requires: lvm2
|
||||
Requires: sshpass
|
||||
|
||||
Requires: cockpit-assets
|
||||
|
||||
@ -111,6 +109,8 @@ rm -rf %{buildroot}%{_datadir}/cockpit-test-assets
|
||||
%{_libexecdir}/cockpit-ws
|
||||
%{_libexecdir}/cockpit-session
|
||||
%{_libexecdir}/cockpit-agent
|
||||
%{_libexecdir}/cockpit-polkit
|
||||
%{_libdir}/security/pam_reauthorize.so
|
||||
%{_sharedstatedir}/%{name}
|
||||
|
||||
%files assets
|
||||
|
Loading…
Reference in New Issue
Block a user