From 5b5bb17bc9b073b010ece19be1467d519dc69b10 Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Wed, 2 Jun 2021 12:14:56 -0300 Subject: [PATCH] add rsync dependency --- debian/control | 2 +- el/cockpit-navigator.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 068b2a7..886c840 100644 --- a/debian/control +++ b/debian/control @@ -9,5 +9,5 @@ Homepage: https://github.com/45Drives/cockpit-navigator Package: cockpit-navigator Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, - cockpit, python3 + cockpit, python3, rsync Description: A File System Browser for Cockpit. diff --git a/el/cockpit-navigator.spec b/el/cockpit-navigator.spec index 885f3a0..cd04016 100644 --- a/el/cockpit-navigator.spec +++ b/el/cockpit-navigator.spec @@ -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 +Requires: cockpit python3 rsync BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root