Accepting request 980464 from security:forensics
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/980464 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfsntfs?expand=0&rev=13
This commit is contained in:
commit
af40e1251b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7cdb286d1885b87378d4dc48a1d4182bc30c2d12de650944e9b9e919048017ca
|
||||
size 2085219
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmHMHRoACgkQ2WJeXXrQ
|
||||
F36K9Af/c1sTTDKixrD/47ffKUSRfdgcmGFWF1WDKgcqvD91YCEPPDLkrRS/PLkm
|
||||
V+M3JE3q/OaGUtsR80NY9yGszF4NFnzIWGWI/plCbHQUW2BHAz0AB6oWQEWIuaMQ
|
||||
oEhM6oivwcfbBWXse+XahI0ykayvnC1RCWHM59oVwvucmfMniwQn32DFKy5upTnS
|
||||
4nts51TxPQahCBmxwNpRn3Ws7uQcrzgH7FSdOc1ygJH5JMtGS3IWjGr3lUvRekIw
|
||||
eEnxyYR8mgGwMkmpsBL6duzf2tRKZg2eMBuiD4Bpeoa3RnYLIQKviTr7VP1hjYP4
|
||||
h6yHi72gcBHDxT+K4MAdcgG2NqFNsw==
|
||||
=5ik4
|
||||
-----END PGP SIGNATURE-----
|
3
libfsntfs-experimental-20220220.tar.gz
Normal file
3
libfsntfs-experimental-20220220.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e404b66bee121a8b26b5cc80dd5d089633c6fc90f4651c1bb557851211b84794
|
||||
size 2109754
|
11
libfsntfs-experimental-20220220.tar.gz.asc
Normal file
11
libfsntfs-experimental-20220220.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmISQC8ACgkQ2WJeXXrQ
|
||||
F342Fwf+PFVQSFCYJ9OSnwtm1ORNWBbvQzLgRNdUlcbBvAiHTXilJ+uYIIZz23DM
|
||||
G5BwGpJTQ/moeysSFlhXqIRULFuDmjDXb1lKSxeIKwxrfeYujgO524FNiPueiHKd
|
||||
pUy2NUDpie85SCxm9lUUIRornZ/X4+49uN3bM4z+Y48nnB939aknfOoIi+JueaLJ
|
||||
SPj20Wrx4iA4hG79ae0dWlvdKJBqzP+FeUnvHU+uc3CMab73ynMchatYkSjwBmNe
|
||||
kRyz0hVl/sNy9fpLjTLHsJKLGGvSmxwUrZ5YzdY1v7L0xXZj9DMO2Ix3xu3LDCZF
|
||||
JHj7zQt9MQ3xmzUcinyU/lMH6ZhMVQ==
|
||||
=Thbg
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 20 14:20:27 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20220220
|
||||
* No changelog available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 22 21:58:27 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Enable multipython builds.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 10:20:20 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libfsntfs
|
||||
#
|
||||
# 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 @@
|
||||
|
||||
%define lname libfsntfs1
|
||||
Name: libfsntfs
|
||||
Version: 20211229
|
||||
Version: 20220220
|
||||
Release: 0
|
||||
Summary: Library and tools to access the NTFS filesystem
|
||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||
@ -28,29 +28,31 @@ Source: https://github.com/libyal/libfsntfs/releases/download/%version/l
|
||||
Source2: https://github.com/libyal/libfsntfs/releases/download/%version/libfsntfs-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: python-rpm-macros
|
||||
BuildRequires: pkgconfig(fuse) >= 2.6
|
||||
BuildRequires: pkgconfig(libbfio) >= 20201229
|
||||
BuildRequires: pkgconfig(libcdata) >= 20210625
|
||||
BuildRequires: pkgconfig(libcerror) >= 20201121
|
||||
BuildRequires: pkgconfig(libbfio) >= 20220120
|
||||
BuildRequires: pkgconfig(libcdata) >= 20220115
|
||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20201229
|
||||
BuildRequires: pkgconfig(libclocale) >= 20210526
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20200913
|
||||
BuildRequires: pkgconfig(libcpath) >= 20200623
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20200703
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20211115
|
||||
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(libfdata) >= 20211023
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20180910
|
||||
BuildRequires: pkgconfig(libfguid) >= 20180724
|
||||
BuildRequires: pkgconfig(libfusn) >= 20180726
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
BuildRequires: pkgconfig(libfusn) >= 20220119
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20210906
|
||||
BuildRequires: pkgconfig(libhmac) >= 20200104
|
||||
BuildRequires: pkgconfig(libuna) >= 20210801
|
||||
BuildRequires: pkgconfig(python3)
|
||||
BuildRequires: pkgconfig(libuna) >= 20220102
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Library and tools to access the New Technology File System (NTFS).
|
||||
@ -89,24 +91,23 @@ Requires: %{lname} = %{version}
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of %{name}.
|
||||
|
||||
%package -n python3-%{name}
|
||||
Summary: Python 3 bindings for libfsntfs
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
|
||||
%description -n python3-%{name}
|
||||
Python 3 binding for libfsntfs, which can access the NTFS filesystem.
|
||||
|
||||
%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
|
||||
@ -116,19 +117,19 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%license COPYING*
|
||||
%{_libdir}/libfsntfs.so.*
|
||||
|
||||
%files tools
|
||||
%files -n %name-tools
|
||||
%{_bindir}/fsntfs*
|
||||
%{_mandir}/man1/fsntfsinfo.1*
|
||||
|
||||
%files devel
|
||||
%files -n %name-devel
|
||||
%{_includedir}/libfsntfs.h
|
||||
%{_includedir}/libfsntfs/
|
||||
%{_libdir}/libfsntfs.so
|
||||
%{_libdir}/pkgconfig/libfsntfs.pc
|
||||
%{_mandir}/man3/libfsntfs.3*
|
||||
|
||||
%files -n python3-%{name}
|
||||
%files %python_files
|
||||
%license COPYING*
|
||||
%{python3_sitearch}/pyfsntfs.so
|
||||
%{python_sitearch}/pyfsntfs.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user