Accepting request 947940 from security:forensics
- Update to release 20220113 OBS-URL: https://build.opensuse.org/request/show/947940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfsxfs?expand=0&rev=3
This commit is contained in:
commit
1ceb771d32
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:107d71ac078441bd110e2a27873ae04a69de6258ed8a40b19f8f99ffc0963850
|
||||
size 1671458
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmD+itkACgkQ2WJeXXrQ
|
||||
F35hTAgAnk8p5YJYljLqBdlm5sm17lybBoIp4nGlQ3iOcvIdCJOrs0Qbkj+wV20V
|
||||
HnILtqrJ8nNrr47u/T+En7jy6fArz3zHLJ6fDZzwNkOaDH/mTusVq64cN4t3DTW6
|
||||
gsFGdcZaOuZi4dAM4bqmzW9dlVTBx5JJHPNy2XSJyBp058crZo8Q3N/W+Efe0yW9
|
||||
mQU0OKyGwTCRwq2HXBZJYZZ0KJWo/VGUJgyf04iwvFdIbkJxnrZbx4Q4YauyDLJ+
|
||||
d/MyIX75FCSm/lKXRotzQbT6XK4yp+8XNYmkRS3vvKhvuDSILS0vi2+D7ksIsGbG
|
||||
IHg/mLSon53UKX9P8/rn1O1Z0O5IJA==
|
||||
=nqNu
|
||||
-----END PGP SIGNATURE-----
|
3
libfsxfs-experimental-20220113.tar.gz
Normal file
3
libfsxfs-experimental-20220113.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae9bd59e6af2f3c55b653c9e29f1f05d414be460103c5804c7d326130ba5b882
|
||||
size 1725485
|
11
libfsxfs-experimental-20220113.tar.gz.asc
Normal file
11
libfsxfs-experimental-20220113.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmHgIC4ACgkQ2WJeXXrQ
|
||||
F37etggAkEp5Pw/w3OYvccOerizGu/9aT8zybRIKoOt5GTZJNMPm4PWXPM2fXbJg
|
||||
o5R+Q8KjL9SZLlOQ15A/P9h3Ngj+tc/Q5VdLykuES4RkehtQJiz3R3i2gjPSRY66
|
||||
8eUKbLZRMb/d5ImOFZw8EF1tbZQFu0YKXuRNBLn8roQfQM0mSGQmx8Zk1kQ1hhBW
|
||||
mGr5cqBz1gDIv648p9N6H4HvUHaYTHGzzB68y6OOiBK3EajWr/jjLvqCW3B/nihJ
|
||||
MJiv2Pc9iHVegkepcNNVmZAOCC+F4v5fVNDEXaNS0DV2LTZZhkh8IssHc0eAYiD0
|
||||
KtmO8Wg4iI6F3IUQT6d/mNunrAkTjA==
|
||||
=P6kN
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 07:53:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20220113
|
||||
* Improved xattr support. Tool updates.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 14 12:39:51 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libfsxfs
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libfsxfs
|
||||
%define lname libfsxfs1
|
||||
Version: 20210726
|
||||
Version: 20220113
|
||||
Release: 0
|
||||
Summary: Library and tools for accessing the SGI X File System (XFS)
|
||||
License: LGPL-3.0-or-later
|
||||
@ -28,27 +28,30 @@ Source: https://github.com/libyal/libfsxfs/releases/download/%version/li
|
||||
Source2: https://github.com/libyal/libfsxfs/releases/download/%version/libfsxfs-experimental-%version.tar.gz.asc
|
||||
Source3: %name.keyring
|
||||
Patch1: system-libs.patch
|
||||
BuildRequires: %python_module devel
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: gettext-tools >= 0.18.1
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libbfio) >= 20201229
|
||||
BuildRequires: pkgconfig(libcdata) >= 20200509
|
||||
BuildRequires: pkgconfig(libcerror) >= 20201121
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libbfio) >= 20220111
|
||||
BuildRequires: pkgconfig(libcdata) >= 20220115
|
||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20201229
|
||||
BuildRequires: pkgconfig(libclocale) >= 20200913
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20200913
|
||||
BuildRequires: pkgconfig(libcpath) >= 20200623
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20200703
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20200508
|
||||
BuildRequires: pkgconfig(libfcache) >= 20200708
|
||||
BuildRequires: pkgconfig(libclocale) >= 20220107
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20220108
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||
BuildRequires: pkgconfig(libfcache) >= 20220110
|
||||
BuildRequires: pkgconfig(libfcrypto) >= 20200104
|
||||
BuildRequires: pkgconfig(libfdata) >= 20201129
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20180910
|
||||
BuildRequires: pkgconfig(libfguid) >= 20180724
|
||||
BuildRequires: pkgconfig(libhmac) >= 20200104
|
||||
BuildRequires: pkgconfig(libuna) >= 20201204
|
||||
BuildRequires: pkgconfig(libfdata) >= 20211023
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
BuildRequires: pkgconfig(libhmac) >= 20210419
|
||||
BuildRequires: pkgconfig(libuna) >= 20220102
|
||||
BuildRequires: pkgconfig(python3)
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
libfsxfs is a library to access the SGI X File System (XFS).
|
||||
@ -83,23 +86,22 @@ Group: Productivity/File utilities
|
||||
This subpackage provides the utilities from libfsxfs, which allows for
|
||||
reading SGI X File Systems (XFS).
|
||||
|
||||
%package -n python3-%name
|
||||
Summary: Python 3 bindings for libfsxfs
|
||||
Group: Development/Languages/Python
|
||||
|
||||
%description -n python3-%{name}
|
||||
Python 3 binding for libfsxfs, which can access XFS filesystems.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure --disable-static --enable-wide-character-type --enable-python3
|
||||
# OOT builds are presently broken, so we have to install
|
||||
# within each python iteration now, not in %%install.
|
||||
%{python_expand #
|
||||
%configure --disable-static --enable-wide-character-type --enable-python PYTHON_VERSION="%{$python_bin_suffix}"
|
||||
%make_build
|
||||
%make_install DESTDIR="%_builddir/rt"
|
||||
%make_build clean
|
||||
}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
mv %_builddir/rt/* %buildroot/
|
||||
find "%buildroot" -type f -name "*.la" -delete -print
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
@ -109,17 +111,17 @@ find "%buildroot" -type f -name "*.la" -delete -print
|
||||
%license COPYING*
|
||||
%_libdir/libfsxfs.so.*
|
||||
|
||||
%files devel
|
||||
%files -n %name-devel
|
||||
%_includedir/*
|
||||
%_libdir/*.so
|
||||
%_libdir/pkgconfig/*.pc
|
||||
%_mandir/man3/*.3*
|
||||
|
||||
%files tools
|
||||
%files -n %name-tools
|
||||
%_bindir/fsxfs*
|
||||
%_mandir/man1/fsxfs*
|
||||
|
||||
%files -n python3-%name
|
||||
%python3_sitearch/py*.so
|
||||
%files %python_files
|
||||
%python_sitearch/py*.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user