Accepting request 892170 from filesystems
OBS-URL: https://build.opensuse.org/request/show/892170 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/e2fsprogs?expand=0&rev=117
This commit is contained in:
commit
868c2866c3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 10 18:15:55 UTC 2021 - Scott Young <dev@iotib.net>
|
||||
|
||||
- Added fuse2fs as a subpackage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 14 15:25:20 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -246,6 +246,17 @@ Obsoletes: libcom_err-devel-64bit
|
||||
Development files for the com_err error message display library. Static libraries.
|
||||
%endif
|
||||
|
||||
%if ! %{build_mini}
|
||||
%package -n fuse2fs
|
||||
Summary: A FUSE file system client that supports reading and writing ext4/3/2 filesystems.
|
||||
License: MIT
|
||||
Group: System/Filesystems
|
||||
BuildRequires: fuse-devel
|
||||
|
||||
%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.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n e2fsprogs-%{version}
|
||||
# libcom_err patches
|
||||
@ -455,6 +466,7 @@ done
|
||||
%{_mandir}/man5/mke2fs.conf.5.gz
|
||||
%{_mandir}/man8/*.8.gz
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc README.SUSE
|
||||
@ -550,4 +562,9 @@ done
|
||||
%{_libdir}/libe2p.a
|
||||
%endif
|
||||
|
||||
%files -n fuse2fs
|
||||
%defattr(-, root, root)
|
||||
%{_bindir}/fuse2fs
|
||||
%{_mandir}/man1/fuse2fs.1.gz
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user