Update to 0.66 release
This commit is contained in:
parent
e0a445e82e
commit
136ca5d364
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@
|
|||||||
/cockpit-0.63.tar.bz2
|
/cockpit-0.63.tar.bz2
|
||||||
/cockpit-0.64.tar.bz2
|
/cockpit-0.64.tar.bz2
|
||||||
/cockpit-0.65.tar.bz2
|
/cockpit-0.65.tar.bz2
|
||||||
|
/cockpit-0.66.tar.bz2
|
||||||
|
@ -31,9 +31,9 @@ Name: cockpit
|
|||||||
%if %{defined gitcommit}
|
%if %{defined gitcommit}
|
||||||
Version: %{gitcommit}
|
Version: %{gitcommit}
|
||||||
%else
|
%else
|
||||||
Version: 0.65
|
Version: 0.66
|
||||||
%endif
|
%endif
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A user interface for Linux servers
|
Summary: A user interface for Linux servers
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -438,6 +438,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 23 2015 Peter <petervo@redhat.com> - 0.66-1
|
||||||
|
- Update to 0.66 release
|
||||||
|
|
||||||
* Fri Jul 17 2015 Peter <petervo@redhat.com> - 0.65-2
|
* Fri Jul 17 2015 Peter <petervo@redhat.com> - 0.65-2
|
||||||
- Require libssh 0.7.1 on fedora >= 22 systems
|
- Require libssh 0.7.1 on fedora >= 22 systems
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user