Update to 1.2.0
This commit is contained in:
parent
0250e84867
commit
1b7874a90a
@ -1,6 +1,6 @@
|
|||||||
Name: exfatprogs
|
Name: exfatprogs
|
||||||
Version: 1.1.3
|
Version: 1.2.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Userspace utilities for exFAT filesystems
|
Summary: Userspace utilities for exFAT filesystems
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/%{name}/%{name}
|
URL: https://github.com/%{name}/%{name}
|
||||||
@ -33,17 +33,22 @@ autoreconf -vif
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_sbindir}/dump.exfat
|
%{_sbindir}/dump.exfat
|
||||||
|
%{_sbindir}/exfat2img
|
||||||
%{_sbindir}/exfatlabel
|
%{_sbindir}/exfatlabel
|
||||||
%{_sbindir}/fsck.exfat
|
%{_sbindir}/fsck.exfat
|
||||||
%{_sbindir}/mkfs.exfat
|
%{_sbindir}/mkfs.exfat
|
||||||
%{_sbindir}/tune.exfat
|
%{_sbindir}/tune.exfat
|
||||||
%{_mandir}/man8/dump.exfat.*
|
%{_mandir}/man8/dump.exfat.*
|
||||||
|
%{_mandir}/man8/exfat2img.*
|
||||||
%{_mandir}/man8/exfatlabel.*
|
%{_mandir}/man8/exfatlabel.*
|
||||||
%{_mandir}/man8/fsck.exfat.*
|
%{_mandir}/man8/fsck.exfat.*
|
||||||
%{_mandir}/man8/mkfs.exfat.*
|
%{_mandir}/man8/mkfs.exfat.*
|
||||||
%{_mandir}/man8/tune.exfat.*
|
%{_mandir}/man8/tune.exfat.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 28 2022 Simone Caronni <negativo17@gmail.com> - 1.2.0-1
|
||||||
|
- Update to 1.2.0.
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-3
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user