From f849ad14366282582c24a158bf839c463218415e8d95499de90ff627a16c1f99 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Sat, 25 Feb 2017 17:39:52 +0000 Subject: [PATCH 1/2] Accepting request 460434 from home:gregfreemyer:Tools-for-forensic-boot-cd A trivial RPM group update OBS-URL: https://build.opensuse.org/request/show/460434 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libvhdi?expand=0&rev=6 --- libvhdi.changes | 5 +++++ libvhdi.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libvhdi.changes b/libvhdi.changes index 0cdab39..6250703 100644 --- a/libvhdi.changes +++ b/libvhdi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 25 17:30:51 UTC 2017 - Greg.Freemyer@gmail.com + +- change RPM group to Development/Languages/Python + ------------------------------------------------------------------- Thu Jul 14 02:32:29 UTC 2016 - Greg.Freemyer@gmail.com diff --git a/libvhdi.spec b/libvhdi.spec index 6dcaa06..374780e 100644 --- a/libvhdi.spec +++ b/libvhdi.spec @@ -1,7 +1,7 @@ # # spec file for package libvhdi # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -107,7 +107,7 @@ applications that want to make use of libvhdi. %package -n python-%{name} Summary: Python 2 bindings for libvhdi, a VHD image format parser License: LGPL-3.0+ -Group: Development/Libraries/Python +Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python Provides: pyvhdi @@ -120,7 +120,7 @@ This package contains Python 2 bindings for libvhdi. %package -n python3-%{name} Summary: Python 3 bindings for libvhdi, a VHD image format parser License: LGPL-3.0+ -Group: Development/Libraries/Python +Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python3 Provides: pyvhdi From daac8a23e609834993cfb08581fd40961140bf735d7a8f399854e1e4a1eb1f6f Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Sat, 25 Feb 2017 17:51:14 +0000 Subject: [PATCH 2/2] Accepting request 460438 from home:gregfreemyer:Tools-for-forensic-boot-cd 2017 update OBS-URL: https://build.opensuse.org/request/show/460438 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libvhdi?expand=0&rev=7 --- libvhdi-alpha-20160424.tar.gz | 3 --- libvhdi-alpha-20170223.tar.gz | 3 +++ libvhdi.changes | 2 ++ libvhdi.spec | 10 ++-------- 4 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 libvhdi-alpha-20160424.tar.gz create mode 100644 libvhdi-alpha-20170223.tar.gz diff --git a/libvhdi-alpha-20160424.tar.gz b/libvhdi-alpha-20160424.tar.gz deleted file mode 100644 index d5e3ae6..0000000 --- a/libvhdi-alpha-20160424.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:addce37260e130d5266fbdeae13bcc29dce7d151acc74f4ba563ddc17b324e3a -size 1409910 diff --git a/libvhdi-alpha-20170223.tar.gz b/libvhdi-alpha-20170223.tar.gz new file mode 100644 index 0000000..0dc7a66 --- /dev/null +++ b/libvhdi-alpha-20170223.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9fedaab51a14a92320cd672a48a0fa0b014b975d5dcea5d4e944b32bf1498d +size 1410977 diff --git a/libvhdi.changes b/libvhdi.changes index 6250703..bde5cd6 100644 --- a/libvhdi.changes +++ b/libvhdi.changes @@ -1,7 +1,9 @@ ------------------------------------------------------------------- Sat Feb 25 17:30:51 UTC 2017 - Greg.Freemyer@gmail.com +- update to v0~20170223 - change RPM group to Development/Languages/Python +- review and update libyal dependencies ------------------------------------------------------------------- Thu Jul 14 02:32:29 UTC 2016 - Greg.Freemyer@gmail.com diff --git a/libvhdi.spec b/libvhdi.spec index 374780e..0792a3d 100644 --- a/libvhdi.spec +++ b/libvhdi.spec @@ -17,7 +17,7 @@ %define lname libvhdi1 -%define timestamp 20160424 +%define timestamp 20170223 Name: libvhdi Version: 0~%{timestamp} Release: 0 @@ -31,23 +31,17 @@ Source2: Virtual_Hard_Disk_VHD_image_format.pdf BuildRequires: pkg-config BuildRequires: pkgconfig(libbfio) >= 20130721 BuildRequires: pkgconfig(libcdata) >= 20140105 +BuildRequires: pkgconfig(libcerror) >= 20170101 BuildRequires: pkgconfig(libcfile) >= 20130609 BuildRequires: pkgconfig(libclocale) >= 20130609 BuildRequires: pkgconfig(libcnotify) >= 20120425 BuildRequires: pkgconfig(libcpath) >= 20130609 BuildRequires: pkgconfig(libcsplit) >= 20130609 -BuildRequires: pkgconfig(libcsystem) >= 20120425 BuildRequires: pkgconfig(libcthreads) >= 20130723 BuildRequires: pkgconfig(libfcache) >= 20120405 BuildRequires: pkgconfig(libfdata) >= 20120405 BuildRequires: pkgconfig(libfguid) >= 20130317 -BuildRequires: pkgconfig(libfvalue) BuildRequires: pkgconfig(libuna) >= 20120425 -# fails to build with factory package, use internal -# verified 8/23/2014 -#BuildRequires: pkgconfig(libcerror) >= 20140105 -# not (yet) released as packages by upstream (8-23-14) -#BuildRequires: pkgconfig(libcstring) >= 20120425 BuildRequires: pkgconfig(python2) BuildRequires: pkgconfig(python3) BuildRoot: %{_tmppath}/%{name}-%{version}-build