- Update to release 20240301
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsext?expand=0&rev=33
This commit is contained in:
parent
df5791d23c
commit
d60a2cf375
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61a4d9c4346122d3bc142f619c2ec7ffdd8a577702061877765097d6d4d2f1aa
|
||||
size 1727960
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmXS/YoACgkQ2WJeXXrQ
|
||||
F37RyQf/cyzvje11/ZhTtHJsjQkiEr1PPTZy0VOlg6jypbbKCA40cMhr9LTix2iO
|
||||
kLPAvbNhOevJJwlUXvI20T+9KZ3B1Y6+mSIv4k50IxwPJzfn8+EsGG4ap+sB13ql
|
||||
nhkr20dJ+UPH87Fij4ap5t3J7h4RMdFSvT80bNR2neEZ7TIbFl0r+BoQcQDoRKcq
|
||||
v4nv/tyVJaDiyhHNM9y6BAt1iTxpFsf1QA8a7Q9olqhxEK92fLGJAef6cRSIYeAl
|
||||
acYgp7HCScBe8xuJNEowx/DJuSUfx5sBg6OgnSkIIhCp3WcKxbVHOVIMjaExorid
|
||||
aU0qjsYpGoIuEn7epu9nKoRVJMt6SA==
|
||||
=flHy
|
||||
-----END PGP SIGNATURE-----
|
3
libfsext-experimental-20240301.tar.gz
Normal file
3
libfsext-experimental-20240301.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:343e6421bbe5e45987bf91684b6244327b1250c44f4c669ac9254e60394652b8
|
||||
size 1730643
|
11
libfsext-experimental-20240301.tar.gz.asc
Normal file
11
libfsext-experimental-20240301.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmXjMjIACgkQ2WJeXXrQ
|
||||
F35FWwf9FxoPMNl34zNwsVSqePZ0ZJjS9x3sOMcQyegfRbHGIDF5zND3mpyaRur6
|
||||
PbUF/g2XxuC/oRMsasssUTlRYNEebbuWaIHiZch8f0Itpkn7OruLVemSM9ls6iBZ
|
||||
ho2lyV9x7CkKr55hxEQ030AWXTbZgv/1antpF2gWNFAkrrWeLJlX/pJrhPjLYIBN
|
||||
mDWAOUqfahb1vcsYvqSaVm/dM8i/eTHy7u0BF985x3bRa2yws5bAtNGao89oRNC7
|
||||
lJNIb0XgC3r5bvu451GFL1trQAvn3O+vNAIKo8lz507Xzf+s/tI50dWeBhDIayux
|
||||
pYOjFIdI2N7cVahxwoJIwZUl5qU8rQ==
|
||||
=e0EN
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 2 22:41:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240301
|
||||
* Support for EXT2_FEATURE_COMPAT_DIR_INDEX,
|
||||
EXT4_FEATURE_COMPAT_FAST_COMMIT,
|
||||
EXT4_FEATURE_COMPAT_STABLE_INODES,
|
||||
EXT4_FEATURE_COMPAT_ORPHAN_FILE,
|
||||
EXT4_FEATURE_RO_COMPAT_ORPHAN_PRESENT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 19 11:35:03 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
%define lname libfsext1
|
||||
Name: libfsext
|
||||
Version: 20240219
|
||||
Version: 20240301
|
||||
Release: 0
|
||||
Summary: Library and tools to access the Extended File System
|
||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||
@ -71,12 +71,12 @@ Unsupported ext format features:
|
||||
* compression
|
||||
* encryption
|
||||
|
||||
%package -n %{lname}
|
||||
%package -n %lname
|
||||
Summary: Library to access the Extended File System (ext)
|
||||
License: LGPL-3.0-or-later
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{lname}
|
||||
%description -n %lname
|
||||
libfsext is a library to access the Extended File System (ext).
|
||||
|
||||
Read-only supported ext formats:
|
||||
@ -99,7 +99,7 @@ Unsupported ext format features:
|
||||
Summary: Tools to access the Extended File System (ext)
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Productivity/File utilities
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: %lname = %version
|
||||
|
||||
%description tools
|
||||
Tools to access the Extended File System. See libfsext for additional details.
|
||||
@ -121,7 +121,10 @@ applications that want to make use of libfsext.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
# OOT builds are presently broken, so we have to install
|
||||
# within each python iteration now, not in %%install.
|
||||
%{python_expand #
|
||||
# see libcdata for version-sc
|
||||
echo "V_%version { global: *; };" >v.sym
|
||||
%configure --disable-static --enable-wide-character-type \
|
||||
--enable-python PYTHON_VERSION="%{$python_bin_suffix}" \
|
||||
@ -134,30 +137,30 @@ grep ' '' ''local' config.log && exit 1
|
||||
|
||||
%install
|
||||
mv "%_builddir/rt"/* %buildroot/
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
find %buildroot -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%files -n %{lname}
|
||||
%files -n %lname
|
||||
%license COPYING*
|
||||
%{_libdir}/libfsext.so.*
|
||||
%_libdir/libfsext.so.*
|
||||
|
||||
%files -n %name-tools
|
||||
%license COPYING*
|
||||
%{_bindir}/fsext*
|
||||
%{_mandir}/man1/fsext*.1*
|
||||
%_bindir/fsext*
|
||||
%_mandir/man1/fsext*.1*
|
||||
|
||||
%files -n %name-devel
|
||||
%license COPYING*
|
||||
%{_includedir}/libfsext.h
|
||||
%{_includedir}/libfsext/
|
||||
%{_libdir}/libfsext.so
|
||||
%{_libdir}/pkgconfig/libfsext.pc
|
||||
%{_mandir}/man3/libfsext.3*
|
||||
%_includedir/libfsext.h
|
||||
%_includedir/libfsext/
|
||||
%_libdir/libfsext.so
|
||||
%_libdir/pkgconfig/libfsext.pc
|
||||
%_mandir/man3/libfsext.3*
|
||||
|
||||
%files %python_files
|
||||
%license COPYING*
|
||||
%{python_sitearch}/pyfsext.so
|
||||
%python_sitearch/pyfsext.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user