Fix the name of the new subpackage to actually be flatpak-spawn
This commit is contained in:
parent
6cc788d519
commit
2fac2ac095
@ -1,7 +1,7 @@
|
|||||||
Name: flatpak-xdg-utils
|
Name: flatpak-xdg-utils
|
||||||
Summary: Command-line tools for use inside Flatpak sandboxes
|
Summary: Command-line tools for use inside Flatpak sandboxes
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/flatpak/flatpak-xdg-utils
|
URL: https://github.com/flatpak/flatpak-xdg-utils
|
||||||
Source: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
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
|
This package contains a number of command-line utilities for use inside
|
||||||
Flatpak sandboxes. They work by talking to portals.
|
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
|
Summary: Command-line frontend for the org.freedesktop.Flatpak service
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Conflicts: flatpak-xdg-utils < 1.0.0-4
|
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
|
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,
|
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.
|
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-email
|
||||||
%{_bindir}/xdg-open
|
%{_bindir}/xdg-open
|
||||||
|
|
||||||
%files flatpak-spawn
|
%files -n flatpak-spawn
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/flatpak-spawn
|
%{_bindir}/flatpak-spawn
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 13 2019 Debarshi Ray <rishi@fedoraproject.org> - 1.0.0-4
|
||||||
- Split flatpak-spawn into a separate sub-package
|
- Split flatpak-spawn into a separate sub-package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user