From 2fac2ac095304ad97eed5406906335f285d6355a Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 15 Sep 2019 18:00:20 +0200 Subject: [PATCH] Fix the name of the new subpackage to actually be flatpak-spawn --- flatpak-xdg-utils.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/flatpak-xdg-utils.spec b/flatpak-xdg-utils.spec index 70fc085..00e32e8 100644 --- a/flatpak-xdg-utils.spec +++ b/flatpak-xdg-utils.spec @@ -1,7 +1,7 @@ Name: flatpak-xdg-utils Summary: Command-line tools for use inside Flatpak sandboxes Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ URL: https://github.com/flatpak/flatpak-xdg-utils Source: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz @@ -16,12 +16,12 @@ Requires: flatpak-spawn%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} This package contains a number of command-line utilities for use inside Flatpak sandboxes. They work by talking to portals. -%package flatpak-spawn -Summary: Command-line frontend for the org.freedesktop.Flatpak service -License: LGPLv2+ -Conflicts: flatpak-xdg-utils < 1.0.0-4 +%package -n flatpak-spawn +Summary: Command-line frontend for the org.freedesktop.Flatpak service +License: LGPLv2+ +Conflicts: flatpak-xdg-utils < 1.0.0-4 -%description flatpak-spawn +%description -n flatpak-spawn This package contains the flatpak-spawn command-line utility. It can be used to talk to the org.freedesktop.Flatpak service to spawn new sandboxes, run commands on the host, or use one of the session or system helpers. @@ -42,11 +42,14 @@ run commands on the host, or use one of the session or system helpers. %{_bindir}/xdg-email %{_bindir}/xdg-open -%files flatpak-spawn +%files -n flatpak-spawn %license COPYING %{_bindir}/flatpak-spawn %changelog +* Sun Sep 15 2019 Kalev Lember - 1.0.0-5 +- Fix the name of the new subpackage to actually be flatpak-spawn + * Fri Sep 13 2019 Debarshi Ray - 1.0.0-4 - Split flatpak-spawn into a separate sub-package