Update to 0.56 release
This commit is contained in:
parent
3afd13021a
commit
f81fc6f077
2
.gitignore
vendored
2
.gitignore
vendored
@ -34,3 +34,5 @@
|
||||
/cockpit-0.53.tar.bz2
|
||||
/cockpit-0.54.tar.bz2
|
||||
/cockpit-0.55.tar.bz2
|
||||
/cockpit-0.56.tar.bz2
|
||||
/cockpit.pam
|
||||
|
@ -28,7 +28,7 @@ Name: cockpit
|
||||
%if %{defined gitcommit}
|
||||
Version: %{gitcommit}
|
||||
%else
|
||||
Version: 0.55
|
||||
Version: 0.56
|
||||
%endif
|
||||
Release: 1%{?dist}
|
||||
Summary: A user interface for Linux servers
|
||||
@ -134,6 +134,7 @@ Requires: %{name}-bridge = %{version}-%{release}
|
||||
Requires: NetworkManager
|
||||
Requires: shadow-utils
|
||||
Requires: grep
|
||||
Requires: libpwquality
|
||||
Requires: /usr/bin/date
|
||||
Requires: mdadm
|
||||
Requires: lvm2
|
||||
@ -432,6 +433,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed May 13 2015 Peter <petervo@redhat.com> - 0.56-1
|
||||
- Update to 0.56 release
|
||||
|
||||
* Wed May 06 2015 Stef Walter <stefw@redhat.com> - 0.55-1
|
||||
- Update to 0.55 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user