Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
56215f5d0a | ||
|
|
6d122f03e9 |
3 changed files with 14 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/apfs-fuse-be55741.tar.gz
|
||||
/apfs-fuse-309ecb0.tar.gz
|
||||
/apfs-fuse-290028b.tar.gz
|
||||
/apfs-fuse-ee71aa5.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,14 +1,17 @@
|
|||
# https://github.com/sgan81/apfs-fuse/issues/164
|
||||
%global _lto_cflags %nil
|
||||
|
||||
# Force out of source build
|
||||
%undefine __cmake_in_source_build
|
||||
|
||||
%global date 20200928
|
||||
%global gittag 290028bea888fa80a9389ddeab26b8123c7c9474
|
||||
%global gittag ee71aa5c87c0831c1ae17048951fe9cd7579c3db
|
||||
%global short_gittag %(c=%{gittag}; echo ${c:0:7})
|
||||
|
||||
Name: apfs-fuse
|
||||
Summary: A read-only FUSE driver for Apple's APFS
|
||||
Version: 0
|
||||
Release: 17.%{date}git%{short_gittag}%{?dist}
|
||||
Release: 19.%{date}git%{short_gittag}%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://github.com/sgan81/apfs-fuse
|
||||
Source0: https://github.com/sgan81/%{name}/archive/%{short_gittag}/%{name}-%{short_gittag}.tar.gz
|
||||
|
|
@ -50,6 +53,13 @@ ln -sr %{buildroot}/%{_bindir}/apfs-fuse %{buildroot}/%{_sbindir}/mount.apfs
|
|||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Apr 06 2022 Bastien Nocera <bnocera@redhat.com> - 0-19.20200928gitee71aa5
|
||||
+ apfs-fuse-0-19.20200928gitee71aa5
|
||||
- Disable LTO until it stops breaking encrypted partitions (#1950208)
|
||||
|
||||
* Mon Mar 21 2022 Bastien Nocera <bnocera@redhat.com> - 0-18.20200928gitee71aa5
|
||||
- Update to latest version
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-17.20200928git290028b
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (lzfse-1.0.tar.gz) = 9d7ca44e6d3d2bdf4b82b0eb66c14922369b8b6fe2cf891187a77c6708b8d26c2c1b2ccddec6059e85dbbbb37c497419549f02812b5f34d06238ac246a8cf912
|
||||
SHA512 (apfs-fuse-290028b.tar.gz) = cf3342506d88e5c79ccd2977654576ca46bd407ee7010f86f9230b5819062263408967b8bccf417499f3f96ffc8d8785b552307f976c76d1847c29560832255c
|
||||
SHA512 (apfs-fuse-ee71aa5.tar.gz) = fe04cd9be8c3668b871a8ee53e231a1df8440d72e6d0f3363a4f1c165990c9dabb88ca1d4c151ff8c702bb45a4f53c37a4315867e69e78ce3f25dd4fcb187464
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue