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.
BuildRequires: pkgconfig(e2p)
# Extras
BuildRequires: pkgconfig(libarchive)
+BuildRequires: pkgconfig(fuse)
BuildRequires: pkgconfig(libselinux)
BuildRequires: libcap-devel
BuildRequires: gpgme-devel
%description grub2
GRUB2 integration for OSTree
+%package fuse
+Summary: FUSE utilities for OSTree
+Group: Development/Libraries
+Requires: fuse
+
+%description fuse
+%{summary}
+
%prep
%setup -q -n ostree-%{version}
%files grub2
%{_sysconfdir}/grub.d/*ostree
%{_libexecdir}/ostree/grub2*
+
+%files fuse
+%{_bindir}/rofiles-fuse