mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-08 08:58:46 +03:00
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)
|
||||
# Extras
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(libselinux)
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: gpgme-devel
|
||||
@ -55,6 +56,14 @@ Requires: grub2
|
||||
%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}
|
||||
|
||||
@ -108,3 +117,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files grub2
|
||||
%{_sysconfdir}/grub.d/*ostree
|
||||
%{_libexecdir}/ostree/grub2*
|
||||
|
||||
%files fuse
|
||||
%{_bindir}/rofiles-fuse
|
||||
|
Loading…
x
Reference in New Issue
Block a user