2021-06-10 16:07:36 +00:00
|
|
|
Name: exfatprogs
|
2023-11-06 20:25:59 +00:00
|
|
|
Version: 1.2.2
|
|
|
|
Release: 1%{?dist}
|
2021-06-10 16:07:36 +00:00
|
|
|
Summary: Userspace utilities for exFAT filesystems
|
|
|
|
License: GPLv2
|
|
|
|
URL: https://github.com/%{name}/%{name}
|
|
|
|
|
|
|
|
Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
%description
|
|
|
|
Utilities for formatting and repairing exFAT filesystems.
|
|
|
|
|
|
|
|
%prep
|
2022-05-09 20:09:48 +00:00
|
|
|
%autosetup -p1
|
2021-06-10 16:07:36 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -vif
|
|
|
|
%configure \
|
|
|
|
--enable-shared=yes \
|
|
|
|
--enable-static=no
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%doc README.md
|
|
|
|
%{_sbindir}/dump.exfat
|
|
|
|
%{_sbindir}/exfatlabel
|
2023-03-06 13:39:06 +00:00
|
|
|
%{_sbindir}/exfat2img
|
2021-06-10 16:07:36 +00:00
|
|
|
%{_sbindir}/fsck.exfat
|
|
|
|
%{_sbindir}/mkfs.exfat
|
|
|
|
%{_sbindir}/tune.exfat
|
|
|
|
%{_mandir}/man8/dump.exfat.*
|
|
|
|
%{_mandir}/man8/exfatlabel.*
|
2023-03-06 13:39:06 +00:00
|
|
|
%{_mandir}/man8/exfat2img.*
|
2021-06-10 16:07:36 +00:00
|
|
|
%{_mandir}/man8/fsck.exfat.*
|
|
|
|
%{_mandir}/man8/mkfs.exfat.*
|
|
|
|
%{_mandir}/man8/tune.exfat.*
|
|
|
|
|
|
|
|
%changelog
|
2023-11-06 20:25:59 +00:00
|
|
|
* Mon Nov 06 2023 Pavel Reichl <preichl@redhat.com> - 1.2.2-1
|
|
|
|
- Rebase to upstream v1.2.2
|
|
|
|
- Related: RHEL-15865
|
|
|
|
- Related: RHEL-14995
|
|
|
|
|
2023-03-13 10:41:06 +00:00
|
|
|
* Mon Mar 13 2023 Pavel Reichl <preichl@redhat.com> - 1.2.0-2
|
|
|
|
- Fix wrong BZ number in git log
|
|
|
|
Related: rhbz#2173273
|
|
|
|
|
2023-03-06 13:39:06 +00:00
|
|
|
* Mon Mar 06 2023 Pavel Reichl <preichl@redhat.com> - 1.2.0-1
|
|
|
|
- Rebase
|
|
|
|
Related: rhbz#2173273
|
|
|
|
|
2022-05-24 12:13:07 +00:00
|
|
|
* Tue May 24 2022 Pavel Reichl <preichl@redhat.com> - 1.1.3-3.test
|
|
|
|
- Fix some covscan issues
|
|
|
|
|
2022-05-09 20:09:48 +00:00
|
|
|
* Mon May 09 2022 Pavel Reichl <preichl@redhat.com> - 1.1.3-2
|
|
|
|
- Fix memomry leak
|
|
|
|
|
|
|
|
* Wed Apr 20 2022 Pavel Reichl <preichl@redhat.com> - 1.1.3-1
|
2022-04-20 18:02:40 +00:00
|
|
|
- Rebase
|
|
|
|
|
2021-08-09 19:57:40 +00:00
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.2-2
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
2021-06-10 16:07:36 +00:00
|
|
|
* Tue Jun 1 2021 Pavel Reichl <preichl@redhat.com> - 1.1.2-1
|
|
|
|
- First build.
|