$ git show --format=fuller --patch-with-stat --summary 1b63770d2203222ba32f7142bbdc303cb038b776
commit 1b63770d2203222ba32f7142bbdc303cb038b776
Author: VuaTech <vuatech@proton.me>
AuthorDate: Mon Apr 21 22:39:31 2025 -0400
Commit: GitHub <noreply@github.com>
CommitDate: Mon Apr 21 22:39:31 2025 -0400
Updated license
---
rclone.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rclone.spec b/rclone.spec
index c4d2258..159cf0b 100644
--- a/rclone.spec
+++ b/rclone.spec
@@ -20,11 +20,11 @@ Source0: https://github.com/rclone/rclone/archive/v%{version}/rclone-%{version}.
%if %{with bootstrap2}
# Generated from Source100
Source3: %{name}-%{version}-vendor.tar.gz
-Source100: golang-package-dependencies.sh
+#Source100: golang-package-dependencies.sh
%endif
URL: https://github.com/rclone/rclone
-License: GPL
-Group: Networking/Other
+License: MIT AND BSD-3-Clause
+Group: Backup
BuildRequires: compiler(go-compiler)
%if ! %{with bootstrap2}
BuildRequires: golang(bazil.org/fuse)