7 Star 0 Fork 11

src-openEuler/dosfstools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dosfstools.spec 2.50 KB
一键复制 编辑 原始数据 按行查看 历史
EulerOSWander 提交于 2024-07-31 14:48 . Fix vasprintf implementation
Name: dosfstools
Version: 4.2
Release: 3
Summary: FAT file system userspace tools
License: GPLv3+
URL: http://www.github.com/dosfstools/dosfstools
Source0: http://www.github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
Patch1: 0001-Fix-vasprintf-implementation.patch
BuildRequires: gcc autoconf automake
%description
The dosfstools package contains programs mkfs.fat, fsck.fat and fatlabel to
create, check and label FAT family file systems.
%package help
Summary: Documentations for dosfstools
BuildArch: noarch
Requires: man
%description help
This package includes man pages for dosfstools.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure --enable-compat-symlinks
%make_build CFLAGS="%{optflags} -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
%check
make check
%install
%make_install
%files
%doc NEWS README doc/* ChangeLog
%license COPYING
%{_sbindir}/*
%exclude %{_docdir}/%{name}/COPYING
%files help
%{_mandir}/man8/*
%changelog
* Wed Jul 31 2024 wuyifeng <wuyifeng10@huawei.com> - 4.2-3
- Fix vasprintf implementation
* Fri Nov 4 2022 zhanchengbin <zhanchengbin1@huawei.com> - 4.2-2
- Synchronize Version
* Wed Nov 17 2021 Wenchao Hao <haowenchao@huawei.com> - 4.2-1
- Update to dosfstools-4.2
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.1-11
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Tue Feb 9 2021 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 4.1-10
- backport patches to fix two memory leak problems, rename patch names,
and set release num to 9 for CI.
* Wed Nov 4 2020 lixiaokeng <lixiaokeng@huawei.com> - 4.1-9
- add make check
* Wed Jul 1 2020 Wu Bo <wubo009@163.com> - 4.1-8
- rebuild package
* Tue Aug 20 2019 luoshijie <luoshijie1@huawei.com> - 4.1-7
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:openEuler Debranding
* Tue Aug 20 2019 luoshijie <luoshijie1@huawei.com> - 4.1-6.h2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:rename patch name
* Mon Apr 15 2019 yinzhiwei <yinzhiwei5@huawei.com> - 4.1-6.h1
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Fix signed integer overflow in FSTART
Avoid returning deleted directory entries as labels
src check.c: Fix up mtools created bad dir entries
Remove long file name when changing short file name
Fix gcc sprintf length warnings
fsck.fat: Fix Year 2038 Bug
mkfs.fat: Fix parsing of block number
device_info: Fix parsing partition number
-Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/dosfstools.git
git@gitee.com:src-openeuler/dosfstools.git
src-openeuler
dosfstools
dosfstools
master

搜索帮助