From 627db3982c0bc315d804d9672f803d33c7d134a8 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 1 Oct 2023 18:50:38 +0200 Subject: [PATCH] Package review fixes (rhbz#2241553) - Add SourceLicense tag to distinguish between the license of the app itself and its crate deps - Slightly change virtual provides for bundled aperture crate to better match other rust packages --- snapshot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/snapshot.spec b/snapshot.spec index 82466cc..f7539c6 100644 --- a/snapshot.spec +++ b/snapshot.spec @@ -7,6 +7,9 @@ Version: 45.0 Release: %autorelease Summary: Take pictures and videos +# snapshot itself is GPL-3.0-or-later +SourceLicense: GPL-3.0-or-later +# ... and its crate dependencies are: # (MIT OR Apache-2.0) AND Unicode-DFS-2016 # Apache-2.0 OR MIT # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT @@ -44,7 +47,7 @@ Requires: gstreamer1-plugins-bad-free%{_isa} # For hicolor icon theme directories Requires: hicolor-icon-theme -Provides: bundled(rust-aperture) = 0.3.1 +Provides: bundled(crate(aperture)) = 0.3.1 %description Take pictures and videos on your computer, tablet, or phone.