Accepting request 902511 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/902511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevtx?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2021-06-27 16:59:11 +00:00 committed by Git OBS Bridge
commit b52f79a371
5 changed files with 12 additions and 42 deletions

View File

@ -1,14 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/libyal/libevtx</param>
<param name="revision">c23e14d09d0e20e1cc8166219e353da6fe64e12f</param>
<!-- see configure.ac -->
<param name="versionformat">20210504</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jun 26 10:38:55 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20210525
* No changelog was provided
- Drop python2 module build.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 13 11:32:48 UTC 2021 - Jan Engelhardt <jengelh@inai.de> Thu May 13 11:32:48 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -16,16 +16,15 @@
# #
%bcond_without python2
%define lname libevtx1 %define lname libevtx1
Name: libevtx Name: libevtx
Version: 20210504 Version: 20210525
Release: 0 Release: 0
Summary: Library and tools to access the Windows XML Event Log (EVTX) format Summary: Library and tools to access the Windows XML Event Log (EVTX) format
License: GFDL-1.3-only AND LGPL-3.0-or-later License: GFDL-1.3-only AND LGPL-3.0-or-later
Group: Productivity/File utilities Group: Productivity/File utilities
URL: https://github.com/libyal/libevtx URL: https://github.com/libyal/libevtx
Source: %name-%version.tar.xz Source: https://github.com/libyal/libevtx/releases/download/%version/libevtx-alpha-%version.tar.gz
Source2: Windows_XML_Event_Log_EVTX.pdf Source2: Windows_XML_Event_Log_EVTX.pdf
Patch1: system-libs.patch Patch1: system-libs.patch
BuildRequires: c_compiler BuildRequires: c_compiler
@ -53,9 +52,6 @@ BuildRequires: pkgconfig(libfwnt) >= 20210421
BuildRequires: pkgconfig(libregf) >= 20210419 BuildRequires: pkgconfig(libregf) >= 20210419
BuildRequires: pkgconfig(libuna) >= 20201204 BuildRequires: pkgconfig(libuna) >= 20201204
BuildRequires: pkgconfig(libwrc) >= 20210425 BuildRequires: pkgconfig(libwrc) >= 20210425
%if %{with python2}
BuildRequires: pkgconfig(python2)
%endif
BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(python3)
%description %description
@ -91,16 +87,6 @@ libevtx is a library to access the Windows XML Event log format.
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.
%package -n python2-%name
Summary: Python2 bindings for libevtx
License: LGPL-3.0-or-later
Group: Development/Libraries/Python
Obsoletes: pyevtx <= 20191221
Obsoletes: python-%name <= 20191221
%description -n python2-%name
Python bindings for libevtx, which can read Windows XML Event files.
%package -n python3-%name %package -n python3-%name
Summary: Python bindings for libevtx Summary: Python bindings for libevtx
License: LGPL-3.0-or-later License: LGPL-3.0-or-later
@ -118,9 +104,6 @@ if [ ! -e configure ]; then ./autogen.sh; fi
%configure \ %configure \
--disable-static \ --disable-static \
--enable-wide-character-type \ --enable-wide-character-type \
%if %{with python2}
--enable-python2 \
%endif
--enable-python3 --enable-python3
%make_build %make_build
@ -147,12 +130,6 @@ find %buildroot -name '*.la' -delete
%_libdir/pkgconfig/libevtx.pc %_libdir/pkgconfig/libevtx.pc
%_mandir/man3/libevtx.3* %_mandir/man3/libevtx.3*
%if %{with python2}
%files -n python2-%name
%license COPYING*
%python2_sitearch/pyevtx.so
%endif
%files -n python3-%name %files -n python3-%name
%license COPYING* %license COPYING*
%python3_sitearch/pyevtx.so %python3_sitearch/pyevtx.so