Accepting request 1154439 from security:forensics
- Update to release 20240303 OBS-URL: https://build.opensuse.org/request/show/1154439 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libregf?expand=0&rev=37
This commit is contained in:
commit
8bbc06c098
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d47bb1e10a244a26ff0b0cfe4b62d817796353cdd91f7b351014197111cf4674
|
||||
size 1710537
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmXMZFQACgkQ2WJeXXrQ
|
||||
F34kGQf+PBOU+j7CGpJYFt/x7KOBuN2ONWLJjC60DtQlrQ/ludAfzmpXt4ImnYVZ
|
||||
bSTbTakvpZUVOysZsldSB33NaPfIJ6FmIWVfeHHF1UsqGnmnUqoJLypJNggfRiOw
|
||||
rgEhbHgbTtfIJbpqIIotfimQmWh+AYHm61+cax11C0SwDHA0sasEz0+3AgUcuDBr
|
||||
DyBJMWOYpLnAogZiRHDVqJFwy6HtEG9hv46UmmuKuEDkmiW8VnsAhwqe/qjPSWAi
|
||||
HOcCOXDV4juoMiLGdknWXlx7HzmFPmPYXE2VkwD6rRVYqCfgYuYGgHKWWun6+7qC
|
||||
gtLOAC53oD4wZbPoFjBv4PlxI+YizA==
|
||||
=iUPc
|
||||
-----END PGP SIGNATURE-----
|
3
libregf-alpha-20240303.tar.gz
Normal file
3
libregf-alpha-20240303.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe13e0051be529cdb3c6e0f025d83f179f5849895fd2905270d81797f1098b45
|
||||
size 1710398
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 16:49:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240303
|
||||
* Subkey support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 14 19:03:13 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
30
libregf.spec
30
libregf.spec
@ -20,14 +20,14 @@
|
||||
|
||||
%define lname libregf1
|
||||
Name: libregf
|
||||
Version: 20240214
|
||||
Version: 20240303
|
||||
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
|
||||
#Source2: https://github.com/libyal/libregf/releases/download/%version/libregf-alpha-%version.tar.gz.asc
|
||||
Source3: %name.keyring
|
||||
Source11: Windows_NT_Registry_File_REGF_format.pdf
|
||||
BuildRequires: %{python_module devel}
|
||||
@ -50,7 +50,7 @@ BuildRequires: pkgconfig(libfdata) >= 20240114
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20240115
|
||||
BuildRequires: pkgconfig(libfguid) >= 20240116
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20240126
|
||||
BuildRequires: pkgconfig(libfwsi) >= 20231130
|
||||
BuildRequires: pkgconfig(libfwsi) >= 20240301
|
||||
BuildRequires: pkgconfig(libuna) >= 20240130
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
@ -81,7 +81,7 @@ Typically used for computer forensics.
|
||||
Summary: Development files for libregf, a Windows REGF-type Registry file parser
|
||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %{version}
|
||||
Requires: %lname = %version
|
||||
Requires: libbfio-devel
|
||||
|
||||
%description devel
|
||||
@ -89,7 +89,7 @@ libregf is a library to access Windows Registry files of the REGF
|
||||
type (a non-text representation).
|
||||
|
||||
This subpackage contains libraries and header files for developing
|
||||
applications that want to make use of %{name}.
|
||||
applications that want to make use of %name.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
@ -109,29 +109,29 @@ 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
|
||||
|
||||
%files -n %lname
|
||||
%license COPYING*
|
||||
%{_libdir}/libregf.so.*
|
||||
%_libdir/libregf.so.*
|
||||
|
||||
%files -n %name-tools
|
||||
%{_bindir}/regf*
|
||||
%{_mandir}/man1/regf*.1*
|
||||
%_bindir/regf*
|
||||
%_mandir/man1/regf*.1*
|
||||
|
||||
%files -n %name-devel
|
||||
%doc Windows_NT_Registry_File*.pdf
|
||||
%{_includedir}/libregf.h
|
||||
%{_includedir}/libregf/
|
||||
%{_libdir}/libregf.so
|
||||
%{_libdir}/pkgconfig/libregf.pc
|
||||
%{_mandir}/man3/libregf.3*
|
||||
%_includedir/libregf.h
|
||||
%_includedir/libregf/
|
||||
%_libdir/libregf.so
|
||||
%_libdir/pkgconfig/libregf.pc
|
||||
%_mandir/man3/libregf.3*
|
||||
|
||||
%files %python_files
|
||||
%license COPYING*
|
||||
%{python_sitearch}/pyregf.so
|
||||
%python_sitearch/pyregf.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user