Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
91f520e2e5
!7 Update to 1.16.0
From: @starlet-dx 
Reviewed-by: @caodongxia, @Lostwayzxc 
Signed-off-by: @caodongxia
2023-09-18 04:47:10 +00:00
starlet-dx
4115a420d4 Update to 1.16.0 2023-09-15 10:17:38 +08:00
openeuler-ci-bot
f8c96493ab !3 Update to 1.14.0 to fix CVE-2020-6106 and CVE-2020-6104 and CVE-2020-6107 and CVE-2020-6108 and CVE-2020-6105
From: @wang_yue111
Reviewed-by: @zhanghua1831,@licihua
Signed-off-by: @licihua
2021-03-05 13:56:24 +08:00
wang_yue111
83aa395654 Update to 1.14.0 to fix CVE-2020-6106 and CVE-2020-6104 and CVE-2020-6107 and CVE-2020-6108 and CVE-2020-6105 2021-03-04 17:38:08 +08:00
openeuler-ci-bot
c298f19106 !2 【轻量级 PR】:update souece0
From: @liqingqing_1229
Reviewed-by: @love_hangzhou
Signed-off-by: @love_hangzhou
2020-10-15 14:44:03 +08:00
liqingqing_1229
39272b2c5b update souece0 2020-10-13 16:06:41 +08:00
openeuler-ci-bot
00c9208758 !1 init package
Merge pull request !1 from myeuler/master
2020-06-29 11:04:02 +08:00
myeuler
a7e6a26588 add libtool build requires 2020-06-29 10:43:05 +08:00
myeuler
e0335bae77 add libtool-devel build require 2020-06-29 10:29:47 +08:00
myeuler
e5db9d2c20 init package 2020-05-14 00:17:13 +08:00
2 changed files with 66 additions and 0 deletions

BIN
f2fs-tools-1.16.0.tar.gz Normal file

Binary file not shown.

66
f2fs-tools.spec Normal file
View File

@ -0,0 +1,66 @@
Name: f2fs-tools
Version: 1.16.0
Release: 1
Summary: Tools for Flash-Friendly File System (F2FS)
License: GPLv2+
URL: http://sourceforge.net/projects/f2fs-tools/
Source0: http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/%{name}-%{version}.tar.gz
BuildRequires: autoconf automake uuid-devel libuuid-devel libtool libselinux-devel libblkid-devel make
%description
f2fs is a file system desigend for flash devices
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
f2fs is a file system desigend for flash devices
%prep
%autosetup -p1
sed -i 's/AC_PROG_LIBTOOL/LT_INIT/' configure.ac
%build
autoreconf --install
%configure --disable-static
%{make_build}
%install
%{make_install}
install -m 644 mkfs/f2fs_format_utils.h %{buildroot}%{_includedir}
find %{buildroot} -type f -name "*.la" -delete
%ldconfig_scriptlets
%files
%license COPYING
%doc AUTHORS ChangeLog
%{_sbindir}/mkfs.f2fs
%{_sbindir}/fibmap.f2fs
%{_sbindir}/fsck.f2fs
%{_sbindir}/dump.f2fs
%{_sbindir}/parse.f2fs
%{_sbindir}/defrag.f2fs
%{_sbindir}/resize.f2fs
%{_sbindir}/sload.f2fs
%{_sbindir}/f2fs_io
%{_sbindir}/f2fscrypt
%{_sbindir}/f2fslabel
%{_libdir}/*.so.*
%{_mandir}/man8/*f2*.gz
%files devel
%{_includedir}/*.h
%{_libdir}/*.so
%changelog
* Fri Sep 15 2023 yaoxin <yao_xin001@hoperun.com> - 1.16.0-1
- Update to 1.16.0
* Thu Mar 04 2021 wangyue <wangyue92@huawei.com> - 1.14.0-1
- Update to 1.14.0 to fix CVE-2020-6106 and CVE-2020-6104 and CVE-2020-6107 and CVE-2020-6108 and CVE-2020-6105
* Tue Oct 13 2020 Qingqing Li <liqingqing3@huawei.com>
- update souece0
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
- Package init