Accepting request 1169483 from security:forensics

- Update to release 20240421

OBS-URL: https://build.opensuse.org/request/show/1169483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libregf?expand=0&rev=38
This commit is contained in:
Ana Guerrero 2024-04-21 18:29:15 +00:00 committed by Git OBS Bridge
commit 861c923cb9
5 changed files with 42 additions and 26 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe13e0051be529cdb3c6e0f025d83f179f5849895fd2905270d81797f1098b45
size 1710398

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:503875ffa9c8c357d1a7d503a0cebf85797cfb0f767f0a3d0bce1ca6bb926085
size 1712056

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmYkyUYACgkQ2WJeXXrQ
F34afQf9EoHLelKQ5xsTvSW/UyCVpXQnTDSaOP4YaRi7F4JzHBKOP0mHOMpTFK0q
V97gssqPM2rOMVdZ4gLb+QfxV54yAYmQCMp8DbJpPFAQnopmJxq3OREr1CZBOEsR
386llebk2FWAwnZRWMLx2qgdQPLmXJ6XagCHsDld0FbjYZWaZWvWTd0Lvkh857qJ
AF7pV7Z73/Blkh+f7ilwnBFKkLHuUxghUf18RLJpO9Wkaex18IxONd8PVmx8bKkr
36aA+k6ZkhBxfjKGYzq3FfPeDBit2DUryKQE+4l630oinzjJNXOz1X/3wIN/cwMy
r6JtvIXXHtAcJkdJ36vZOThxdcKLnQ==
=QOaA
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 21 10:49:57 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20240421
* No changelog was provided
-------------------------------------------------------------------
Sun Mar 3 16:49:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -20,38 +20,38 @@
%define lname libregf1
Name: libregf
Version: 20240303
Version: 20240421
Release: 0
Summary: Library to access Windows REGF-type Registry files
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
Group: Productivity/File utilities
URL: https://github.com/libyal/libregf
Source: https://github.com/libyal/libregf/releases/download/%version/libregf-alpha-%version.tar.gz
#Source2: https://github.com/libyal/libregf/releases/download/%version/libregf-alpha-%version.tar.gz.asc
Source: https://github.com/libyal/%name/releases/download/%version/%name-alpha-%version.tar.gz
Source2: https://github.com/libyal/%name/releases/download/%version/%name-alpha-%version.tar.gz.asc
Source3: %name.keyring
Source11: Windows_NT_Registry_File_REGF_format.pdf
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %python_module devel
BuildRequires: %python_module setuptools
BuildRequires: c_compiler
BuildRequires: pkg-config
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(fuse) >= 2.6
BuildRequires: pkgconfig(libbfio) >= 20221025
BuildRequires: pkgconfig(libcdata) >= 20240103
BuildRequires: pkgconfig(libcerror) >= 20240101
BuildRequires: pkgconfig(libcfile) >= 20240106
BuildRequires: pkgconfig(libclocale) >= 20240107
BuildRequires: pkgconfig(libcnotify) >= 20240108
BuildRequires: pkgconfig(libcpath) >= 20240109
BuildRequires: pkgconfig(libcsplit) >= 20240110
BuildRequires: pkgconfig(libcthreads) >= 20240102
BuildRequires: pkgconfig(libfcache) >= 20240112
BuildRequires: pkgconfig(libfdata) >= 20240114
BuildRequires: pkgconfig(libfdatetime) >= 20240115
BuildRequires: pkgconfig(libfguid) >= 20240116
BuildRequires: pkgconfig(libfwnt) >= 20240126
BuildRequires: pkgconfig(libfwsi) >= 20240301
BuildRequires: pkgconfig(libuna) >= 20240130
BuildRequires: pkgconfig(libbfio) >= 20240414
BuildRequires: pkgconfig(libcdata) >= 20240414
BuildRequires: pkgconfig(libcerror) >= 20240413
BuildRequires: pkgconfig(libcfile) >= 20240414
BuildRequires: pkgconfig(libclocale) >= 20240414
BuildRequires: pkgconfig(libcnotify) >= 20240414
BuildRequires: pkgconfig(libcpath) >= 20240414
BuildRequires: pkgconfig(libcsplit) >= 20240414
BuildRequires: pkgconfig(libcthreads) >= 20240413
BuildRequires: pkgconfig(libfcache) >= 20240414
BuildRequires: pkgconfig(libfdata) >= 20240415
BuildRequires: pkgconfig(libfdatetime) >= 20240415
BuildRequires: pkgconfig(libfguid) >= 20240415
BuildRequires: pkgconfig(libfwnt) >= 20240415
BuildRequires: pkgconfig(libfwsi) >= 20240415
BuildRequires: pkgconfig(libuna) >= 20240414
%python_subpackages
# Various notes: https://en.opensuse.org/libyal
@ -111,8 +111,7 @@ grep ' '' ''local' config.log && exit 1
mv %_builddir/rt/* %buildroot/
find %buildroot -type f -name "*.la" -delete -print
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files -n %lname
%license COPYING*