Browse code

e2fsprogs: build and install fuse2fs

Change-Id: I06cdb0e3d544a5c907ff405feba8cc68c2a5f65f
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/23782
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Shreenidhi Shedi <shreenidhi.shedi@broadcom.com>

Oliver Kurth authored on 2024/04/19 03:34:32
Showing 1 changed files
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        Contains the utilities for the ext2 file system
2 2
 Name:           e2fsprogs
3 3
 Version:        1.46.5
4
-Release:        2%{?dist}
4
+Release:        3%{?dist}
5 5
 License:        GPLv2+
6 6
 URL:            http://e2fsprogs.sourceforge.net
7 7
 Group:          System Environment/Base
... ...
@@ -16,8 +16,10 @@ Requires:       %{name}-libs = %{version}-%{release}
16 16
 Conflicts:      toybox < 0.8.2-2
17 17
 
18 18
 BuildRequires:  util-linux-devel
19
+BuildRequires:  fuse-devel
19 20
 
20 21
 Requires:       util-linux-libs
22
+Requires:       fuse
21 23
 
22 24
 %description
23 25
 The E2fsprogs package contains the utilities for handling the ext2 file system.
... ...
@@ -86,6 +88,7 @@ make %{?_smp_mflags} check
86 86
 %{_bindir}/compile_et
87 87
 %{_bindir}/mk_cmds
88 88
 %{_bindir}/chattr
89
+%{_bindir}/fuse2fs
89 90
 %{_bindir}/lsattr
90 91
 %{_libdir}/e2initrd_helper
91 92
 %{_datadir}/ss/ct_c.awk
... ...
@@ -140,6 +143,8 @@ make %{?_smp_mflags} check
140 140
 %defattr(-,root,root)
141 141
 
142 142
 %changelog
143
+* Fri Apr 19 2024 Oliver Kurth <oliver.kurth@broadcom.com> 1.46.5-3
144
+- build and install fuse2fs
143 145
 * Mon Apr 01 2024 Shreenidhi Shedi <shreenidhi.shedi@broadcom.com> 1.46.5-2
144 146
 - Bump version as a part of util-linux upgrade
145 147
 * Mon Apr 18 2022 Gerrit Photon <photon-checkins@vmware.com> 1.46.5-1