Accepting request 695352 from security:forensics

OBS-URL: https://build.opensuse.org/request/show/695352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libregf?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2019-06-12 11:07:59 +00:00 committed by Git OBS Bridge
commit ad49095094
4 changed files with 21 additions and 13 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 17 22:32:20 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to 20190303
* Applied updates and changes for class name
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 16 22:15:47 UTC 2017 - Greg.Freemyer@gmail.com Thu Feb 16 22:15:47 UTC 2017 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libregf # spec file for package libregf
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@ -12,17 +12,17 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: libregf Name: libregf
%define lname libregf1 %define lname libregf1
%define timestamp 20170130 %define timestamp 20190303
Version: 0~%timestamp Version: 0~%timestamp
Release: 0 Release: 0
Summary: Library to access Windows REGF-type Registry files Summary: Library to access Windows REGF-type Registry files
License: LGPL-3.0+ and GFDL-1.3+ 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/libregf/wiki Url: https://github.com/libyal/libregf/wiki
Source: https://github.com/libyal/libregf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz Source: https://github.com/libyal/libregf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
@ -58,7 +58,7 @@ type (a non-text representation).
%package -n %lname %package -n %lname
Summary: Library to access Windows REGF-type Registry files Summary: Library to access Windows REGF-type Registry files
License: LGPL-3.0+ License: LGPL-3.0-or-later
Group: System/Libraries Group: System/Libraries
%description -n %lname %description -n %lname
@ -67,7 +67,7 @@ type (a non-text representation).
%package tools %package tools
Summary: Utilities to inspect Windows REGF-type Registry files Summary: Utilities to inspect Windows REGF-type Registry files
License: LGPL-3.0+ License: LGPL-3.0-or-later
Group: Productivity/File utilities Group: Productivity/File utilities
%description tools %description tools
@ -76,7 +76,7 @@ Typically used for computer forensics.
%package devel %package devel
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: LGPL-3.0+ and GFDL-1.3+ License: LGPL-3.0-or-later AND GFDL-1.3-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %lname = %{version} Requires: %lname = %{version}
@ -89,7 +89,7 @@ applications that want to make use of %{name}.
%package -n python-%{name} %package -n python-%{name}
Summary: Python bindings for libregf, a library to access Windows REGF Registry files Summary: Python bindings for libregf, a library to access Windows REGF Registry files
License: LGPL-3.0+ License: LGPL-3.0-or-later
Group: Development/Languages/Python Group: Development/Languages/Python
Requires: %lname = %version Requires: %lname = %version
Requires: python Requires: python
@ -118,7 +118,8 @@ find %{buildroot} -name '*.la' -delete
%files -n %lname %files -n %lname
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog %doc AUTHORS ChangeLog
%license COPYING
%{_libdir}/libregf.so.* %{_libdir}/libregf.so.*
%files tools %files tools
@ -137,7 +138,8 @@ find %{buildroot} -name '*.la' -delete
%files -n python-%{name} %files -n python-%{name}
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING README %doc AUTHORS README
%license COPYING
%python_sitearch/pyregf.so %python_sitearch/pyregf.so
%changelog %changelog