- Update to release 20240303
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libregf?expand=0&rev=59
This commit is contained in:
parent
88766206ef
commit
7456153d4d
@ -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>
|
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
|
%define lname libregf1
|
||||||
Name: libregf
|
Name: libregf
|
||||||
Version: 20240214
|
Version: 20240303
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to access Windows REGF-type Registry files
|
Summary: Library to access Windows REGF-type Registry files
|
||||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
URL: https://github.com/libyal/libregf
|
URL: https://github.com/libyal/libregf
|
||||||
Source: https://github.com/libyal/libregf/releases/download/%version/libregf-alpha-%version.tar.gz
|
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
|
Source3: %name.keyring
|
||||||
Source11: Windows_NT_Registry_File_REGF_format.pdf
|
Source11: Windows_NT_Registry_File_REGF_format.pdf
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
@ -50,7 +50,7 @@ BuildRequires: pkgconfig(libfdata) >= 20240114
|
|||||||
BuildRequires: pkgconfig(libfdatetime) >= 20240115
|
BuildRequires: pkgconfig(libfdatetime) >= 20240115
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20240116
|
BuildRequires: pkgconfig(libfguid) >= 20240116
|
||||||
BuildRequires: pkgconfig(libfwnt) >= 20240126
|
BuildRequires: pkgconfig(libfwnt) >= 20240126
|
||||||
BuildRequires: pkgconfig(libfwsi) >= 20231130
|
BuildRequires: pkgconfig(libfwsi) >= 20240301
|
||||||
BuildRequires: pkgconfig(libuna) >= 20240130
|
BuildRequires: pkgconfig(libuna) >= 20240130
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
# Various notes: https://en.opensuse.org/libyal
|
# 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
|
Summary: Development files for libregf, a Windows REGF-type Registry file parser
|
||||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %lname = %{version}
|
Requires: %lname = %version
|
||||||
Requires: libbfio-devel
|
Requires: libbfio-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -89,7 +89,7 @@ libregf is a library to access Windows Registry files of the REGF
|
|||||||
type (a non-text representation).
|
type (a non-text representation).
|
||||||
|
|
||||||
This subpackage contains libraries and header files for developing
|
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
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
@ -109,29 +109,29 @@ grep ' '' ''local' config.log && exit 1
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
mv %_builddir/rt/* %buildroot/
|
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
|
%post -n %lname -p /sbin/ldconfig
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
%{_libdir}/libregf.so.*
|
%_libdir/libregf.so.*
|
||||||
|
|
||||||
%files -n %name-tools
|
%files -n %name-tools
|
||||||
%{_bindir}/regf*
|
%_bindir/regf*
|
||||||
%{_mandir}/man1/regf*.1*
|
%_mandir/man1/regf*.1*
|
||||||
|
|
||||||
%files -n %name-devel
|
%files -n %name-devel
|
||||||
%doc Windows_NT_Registry_File*.pdf
|
%doc Windows_NT_Registry_File*.pdf
|
||||||
%{_includedir}/libregf.h
|
%_includedir/libregf.h
|
||||||
%{_includedir}/libregf/
|
%_includedir/libregf/
|
||||||
%{_libdir}/libregf.so
|
%_libdir/libregf.so
|
||||||
%{_libdir}/pkgconfig/libregf.pc
|
%_libdir/pkgconfig/libregf.pc
|
||||||
%{_mandir}/man3/libregf.3*
|
%_mandir/man3/libregf.3*
|
||||||
|
|
||||||
%files %python_files
|
%files %python_files
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
%{python_sitearch}/pyregf.so
|
%python_sitearch/pyregf.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user