- Fix the %doc files. RELEASE-NOTES is a symlink to
doc/RelNotes/v%version. Rev filesystems/140 Md5 cf1324ced500260f17922ec9b9bc026e 2021-06-25 14:02:17 dsterba 896862
This commit is contained in:
parent
b46fb106d0
commit
216f898b98
@ -1,7 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 10 18:15:55 UTC 2021 - Scott Young <dev@iotib.net>
|
Wed Jun 2 08:31:22 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
- Added fuse2fs as a subpackage
|
- Fix the %doc files. RELEASE-NOTES is a symlink to
|
||||||
|
doc/RelNotes/v%version.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 14 15:25:20 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sun Mar 14 15:25:20 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
@ -246,17 +246,6 @@ Obsoletes: libcom_err-devel-64bit
|
|||||||
Development files for the com_err error message display library. Static libraries.
|
Development files for the com_err error message display library. Static libraries.
|
||||||
%endif
|
%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
|
%prep
|
||||||
%setup -q -n e2fsprogs-%{version}
|
%setup -q -n e2fsprogs-%{version}
|
||||||
# libcom_err patches
|
# libcom_err patches
|
||||||
@ -406,7 +395,7 @@ done
|
|||||||
|
|
||||||
%files -f e2fsprogs.lang
|
%files -f e2fsprogs.lang
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc RELEASE-NOTES README
|
%doc doc/RelNotes/v%{version}.txt README
|
||||||
%if 0%{?sle_version} > 120200
|
%if 0%{?sle_version} > 120200
|
||||||
%license NOTICE
|
%license NOTICE
|
||||||
%endif
|
%endif
|
||||||
@ -466,7 +455,6 @@ done
|
|||||||
%{_mandir}/man5/mke2fs.conf.5.gz
|
%{_mandir}/man5/mke2fs.conf.5.gz
|
||||||
%{_mandir}/man8/*.8.gz
|
%{_mandir}/man8/*.8.gz
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README.SUSE
|
%doc README.SUSE
|
||||||
@ -562,9 +550,4 @@ done
|
|||||||
%{_libdir}/libe2p.a
|
%{_libdir}/libe2p.a
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n fuse2fs
|
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_bindir}/fuse2fs
|
|
||||||
%{_mandir}/man1/fuse2fs.1.gz
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user