Accepting request 859357 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/859357 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfwevt?expand=0&rev=4
This commit is contained in:
commit
00519481c0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a351d2b436ac3ef3c1faabf3cadcce39d4ab07b3ffc9dd6c1ec9f0e49e43b9d
|
|
||||||
size 1240190
|
|
3
libfwevt-experimental-20200709.tar.gz
Normal file
3
libfwevt-experimental-20200709.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:74ae1f3f81b4249a70dbf5d2fcde7982b0f7cab58f576a2c86584cf769c18852
|
||||||
|
size 1259129
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 29 22:51:20 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
- update to v0~20200709
|
||||||
|
* no documented changes
|
||||||
|
- include COPYING* in %license line
|
||||||
|
- remove BuildRequires: pkg-config
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 1 21:38:25 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
Mon Apr 1 21:38:25 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libfwevt
|
# spec file for package libfwevt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,16 +17,16 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libfwevt1
|
%define lname libfwevt1
|
||||||
%define timestamp 20190102
|
%define timestamp 20200709
|
||||||
Name: libfwevt
|
Name: libfwevt
|
||||||
Version: 0~%{timestamp}
|
Version: 0~%{timestamp}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for Windows NT data types
|
Summary: Library for Windows NT data types
|
||||||
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
|
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: https://github.com/libyal/libfwevt/wiki
|
URL: https://github.com/libyal/libfwevt/wiki
|
||||||
Source: https://github.com/libyal/libfwevt/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
|
Source: https://github.com/libyal/libfwevt/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
|
||||||
BuildRequires: pkg-config
|
#BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: pkgconfig(libcdata)
|
BuildRequires: pkgconfig(libcdata)
|
||||||
BuildRequires: pkgconfig(libcerror)
|
BuildRequires: pkgconfig(libcerror)
|
||||||
@ -82,13 +82,13 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
%license COPYING
|
%license COPYING*
|
||||||
%{_libdir}/libfwevt.so.*
|
%{_libdir}/libfwevt.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog
|
%doc AUTHORS ChangeLog
|
||||||
%license COPYING
|
%license COPYING*
|
||||||
%{_includedir}/libfwevt.h
|
%{_includedir}/libfwevt.h
|
||||||
%{_includedir}/libfwevt/
|
%{_includedir}/libfwevt/
|
||||||
%{_libdir}/libfwevt.so
|
%{_libdir}/libfwevt.so
|
||||||
|
Loading…
x
Reference in New Issue
Block a user