forked from pool/e2fsprogs
Accepting request 1003328 from home:mslacken:branches:filesystems
- enabled fuse2fs build which enable to mount ext2/3/4 via FUSE OBS-URL: https://build.opensuse.org/request/show/1003328 OBS-URL: https://build.opensuse.org/package/show/filesystems/e2fsprogs?expand=0&rev=149
This commit is contained in:
parent
f8c7f19805
commit
e5c7450ca4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 13 13:47:21 UTC 2022 - Christian Goll <cgoll@suse.com>
|
||||
|
||||
- enabled fuse2fs build which enable to mount ext2/3/4 via FUSE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 20:51:15 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -28,6 +28,7 @@ Supplements: filesystem(ext2) filesystem(ext3) filesystem(ext4)
|
||||
%else
|
||||
%bcond_with systemd
|
||||
%endif
|
||||
BuildRequires: fuse-devel
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: pkg-config
|
||||
@ -259,6 +260,15 @@ Obsoletes: libcom_err-devel-64bit
|
||||
Development files for the com_err error message display library. Static libraries.
|
||||
%endif
|
||||
|
||||
%package -n fuse2fs
|
||||
Summary: FUSE file system client for ext2/ext3/ext4 file systems
|
||||
License: MIT
|
||||
|
||||
%description -n fuse2fs
|
||||
fuse2fs is a FUSE file system client that supports reading and
|
||||
writing from devices or image files containing ext2, ext3, and
|
||||
ext4 file systems.
|
||||
|
||||
%prep
|
||||
%setup -q -n e2fsprogs-%{version}
|
||||
# libcom_err patches
|
||||
@ -576,4 +586,8 @@ done
|
||||
%{_libdir}/libe2p.a
|
||||
%endif
|
||||
|
||||
%files -n fuse2fs
|
||||
%_bindir/fuse2fs
|
||||
%{_mandir}/man1/fuse2fs.1.gz
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user