packaging: Add a fuse subpackage
For rofiles-fuse. Eventually what we should really do is split out the shared library from the binaries? A minimal system shouldn't need rofiles-fuse, it's mainly for doing layered packages and that sort of thing.
This commit is contained in:
parent
baaf7450da
commit
2c2fd658ee
|
|
@ -19,6 +19,7 @@ BuildRequires: pkgconfig(libgsystem)
|
||||||
BuildRequires: pkgconfig(e2p)
|
BuildRequires: pkgconfig(e2p)
|
||||||
# Extras
|
# Extras
|
||||||
BuildRequires: pkgconfig(libarchive)
|
BuildRequires: pkgconfig(libarchive)
|
||||||
|
BuildRequires: pkgconfig(fuse)
|
||||||
BuildRequires: pkgconfig(libselinux)
|
BuildRequires: pkgconfig(libselinux)
|
||||||
BuildRequires: libcap-devel
|
BuildRequires: libcap-devel
|
||||||
BuildRequires: gpgme-devel
|
BuildRequires: gpgme-devel
|
||||||
|
|
@ -55,6 +56,14 @@ Requires: grub2
|
||||||
%description grub2
|
%description grub2
|
||||||
GRUB2 integration for OSTree
|
GRUB2 integration for OSTree
|
||||||
|
|
||||||
|
%package fuse
|
||||||
|
Summary: FUSE utilities for OSTree
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: fuse
|
||||||
|
|
||||||
|
%description fuse
|
||||||
|
%{summary}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ostree-%{version}
|
%setup -q -n ostree-%{version}
|
||||||
|
|
||||||
|
|
@ -108,3 +117,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%files grub2
|
%files grub2
|
||||||
%{_sysconfdir}/grub.d/*ostree
|
%{_sysconfdir}/grub.d/*ostree
|
||||||
%{_libexecdir}/ostree/grub2*
|
%{_libexecdir}/ostree/grub2*
|
||||||
|
|
||||||
|
%files fuse
|
||||||
|
%{_bindir}/rofiles-fuse
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue