15
0
forked from pool/python-evtx

Accepting request 494277 from home:cbosdonnat:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/494277
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evtx?expand=0&rev=3
This commit is contained in:
Cédric Bosdonnat
2017-05-10 13:41:58 +00:00
committed by Git OBS Bridge
parent fbdd8f52e5
commit 11dbb63043
4 changed files with 15 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-evtx
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-evtx
Version: 0.3.1
Version: 0.5.3b
Release: 0
License: Apache-2.0
Summary: Windows Event Log files parser
Url: https://github.com/williballenthin/python-evtx
License: Apache-2.0
Group: Development/Libraries/Python
Source: python-evtx-%{version}.tar.gz
Url: https://github.com/williballenthin/%{name}
Source: https://github.com/williballenthin/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -63,3 +64,4 @@ done
%{_bindir}/evtxdump.py
%{_bindir}/evtxinfo.py
%changelog