Compare commits

..

No commits in common. 'i9ce' and 'epel9' have entirely different histories.
i9ce ... epel9

4
.gitignore vendored

@ -1 +1,3 @@
SOURCES/ntfs-3g-system-compression-1.0.tar.gz
/*.rpm
/results_*/
/ntfs-3g-system-compression-1.0.tar.gz

@ -1 +0,0 @@
a0c3bb13ac09fe6ac0307fd7a7e9d577099987e9 SOURCES/ntfs-3g-system-compression-1.0.tar.gz

@ -0,0 +1,14 @@
# ntfs-3g-system-compression
System compression, also known as "Compact OS", is a Windows feature that
allows rarely modified files to be compressed using the XPRESS or LZX
compression formats. It is not built directly into NTFS but rather is
implemented using reparse points. This feature appeared in Windows 10 and it
appears that many Windows 10 systems have been using it by default.
This RPM contains a plugin which enables the NTFS-3G FUSE driver to
transparently read from system-compressed files. Currently, only reading is
supported. Compressing an existing file may be done by using the "compact"
utility on Windows.
Upstream: https://github.com/ebiggers/ntfs-3g-system-compression

@ -45,9 +45,6 @@ rm -rf %{buildroot}%{_libdir}/ntfs-3g/*.la
%{_libdir}/ntfs-3g/ntfs-plugin-80000017.so
%changelog
* Thu Sep 07 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 1.0-7
- Rebuilt for MSVSphere 9.2
* Tue Aug 31 2021 Richard W.M. Jones <rjones@redhat.com> - 1.0-7
- Rebuild for updated ntfs-3g CVE (RHBZ#1999788)

@ -0,0 +1 @@
SHA512 (ntfs-3g-system-compression-1.0.tar.gz) = 6ac463469db896b9ce4f72af27ae1014de2abd7a968fb19229129b5e6410239607b73e416d43e199b9c721b7bcdb8cf2fa9e4871dfc89af2ab4edcf66d17e07c
Loading…
Cancel
Save