update changelog and add zip as depencency
This commit is contained in:
parent
2b447001d1
commit
3f220f0fc5
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue