Update to 1.1.0
This commit is contained in:
parent
089c4ca8f5
commit
a4284183ab
@ -1,6 +1,6 @@
|
|||||||
Name: exfatprogs
|
Name: exfatprogs
|
||||||
Version: 1.0.4
|
Version: 1.1.0
|
||||||
Release: 2%{?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}
|
||||||
@ -32,14 +32,21 @@ autoreconf -vif
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
%{_sbindir}/dump.exfat
|
||||||
|
%{_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/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
|
||||||
|
* Tue Mar 23 2021 Simone Caronni <negativo17@gmail.com> - 1.1.0-1
|
||||||
|
- Update to 1.1.0.
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-2
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user