forked from pool/fuse3
- Package "permission" is required in %post, not %pre.
- Update descriptions. OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=40
This commit is contained in:
parent
61f383153f
commit
8ff2041644
@ -2,6 +2,8 @@
|
|||||||
Fri Nov 20 10:10:06 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Fri Nov 20 10:10:06 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
- Drop /sbin links; they do not seem to be used from anywhere.
|
- Drop /sbin links; they do not seem to be used from anywhere.
|
||||||
|
- Package "permission" is required in %post, not %pre.
|
||||||
|
- Update descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 9 10:00:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Fri Oct 9 10:00:32 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
28
fuse3.spec
28
fuse3.spec
@ -34,28 +34,29 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
Requires: util-linux >= 2.18
|
Requires: util-linux >= 2.18
|
||||||
Requires(pre): group(trusted)
|
Requires(pre): group(trusted)
|
||||||
Requires(pre): permissions
|
Requires(post): permissions
|
||||||
Supplements: filesystem(fuse)
|
Supplements: filesystem(fuse)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
With FUSE, a user space program can export a file system to the
|
FUSE (Filesystem in Userspace) is an interface by the Linux kernel
|
||||||
Linux kernel.
|
for userspace programs to export a filesystem to the kernel.
|
||||||
|
|
||||||
After installing fuse-devel, administrators can compile and install
|
This package contains helper programs for using FUSE mounts.
|
||||||
other user space file systems which can be found at
|
|
||||||
https://github.com/libfuse/libfuse/wiki/
|
FUSE file systems are typically implemented as a standalone
|
||||||
|
applications in their own right and are packaged separately.
|
||||||
|
|
||||||
%package -n libfuse3-3
|
%package -n libfuse3-3
|
||||||
Summary: Library of FUSE, the User space File System for GNU/Linux and BSD
|
Summary: Library of FUSE, the User space File System for GNU/Linux and BSD
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
|
|
||||||
%description -n libfuse3-3
|
%description -n libfuse3-3
|
||||||
With FUSE, a user space program can export a file system to the
|
FUSE (Filesystem in Userspace) is an interface by the Linux kernel
|
||||||
Linux kernel.
|
for userspace programs to export a filesystem to the kernel.
|
||||||
|
|
||||||
After installing fuse-devel, administrators can compile and install
|
A FUSE file system is typically implemented as a standalone
|
||||||
other user space file systems which can be found at
|
application that links with libfuse. libfuse provides a C API over
|
||||||
https://github.com/libfuse/libfuse/wiki/
|
the raw kernel interface.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Documentation for the FUSE library version 3
|
Summary: Documentation for the FUSE library version 3
|
||||||
@ -76,9 +77,8 @@ This package contains all include files, libraries and configuration
|
|||||||
files needed to develop programs that use the fuse (FUSE) library to
|
files needed to develop programs that use the fuse (FUSE) library to
|
||||||
implement file systems in user space.
|
implement file systems in user space.
|
||||||
|
|
||||||
With fuse-devel, administrators can compile and install other user
|
With fuse-devel, users can compile and install other user space file
|
||||||
space file systems which can be found at
|
systems.
|
||||||
https://github.com/libfuse/libfuse/wiki/
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n fuse-%{version}
|
%setup -q -n fuse-%{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user