update changelog and add zip as depencency

This commit is contained in:
joshuaboud 2021-06-04 14:44:08 -03:00
parent 2b447001d1
commit 3f220f0fc5
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E
3 changed files with 5 additions and 3 deletions

3
debian/changelog vendored
View File

@ -1,8 +1,9 @@
cockpit-navigator (0.3.1-1focal) focal; urgency=low
* Add icons to right click menu.
* Add ability to download files and directories.
-- Josh Boudreau <jboudreau@45drives.com> Thu, 03 Jun 2021 17:22:00 -0300
-- Josh Boudreau <jboudreau@45drives.com> Fri, 04 Jun 2021 14:42:00 -0300
cockpit-navigator (0.3.0-1focal) focal; urgency=medium

2
debian/control vendored
View File

@ -9,5 +9,5 @@ Homepage: https://github.com/45Drives/cockpit-navigator
Package: cockpit-navigator
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends},
cockpit, python3, rsync
cockpit, python3, rsync, zip
Description: A File System Browser for Cockpit.

View File

@ -6,7 +6,7 @@ License: GPL-3.0+
URL: github.com/45drives/cockpit-navigator/blob/main/README.md
Source0: %{name}-%{version}.tar.gz
BuildArch: noarch
Requires: cockpit python3 rsync
Requires: cockpit python3 rsync zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@ -34,6 +34,7 @@ rm -rf %{buildroot}
%changelog
* Thu Jun 03 2021 Josh Boudreau <jboudreau@45drives.com> 0.3.1-1
- Add icons to right click menu.
- Add ability to download files and directories.
* Thu Jun 03 2021 Josh Boudreau <jboudreau@45drives.com> 0.3.0-1
- Add drag and drop uploading of files.
- Add event listeners for ctrl+a to select all, ctrl+x to cut,