Fix the name of the new subpackage to actually be flatpak-spawn

This commit is contained in:
Kalev Lember 2019-09-15 18:00:20 +02:00
parent 6cc788d519
commit 2fac2ac095

View File

@ -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
%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 <klember@redhat.com> - 1.0.0-5
- Fix the name of the new subpackage to actually be flatpak-spawn
* Fri Sep 13 2019 Debarshi Ray <rishi@fedoraproject.org> - 1.0.0-4
- Split flatpak-spawn into a separate sub-package