Accepting request 280648 from home:gregfreemyer:Tools-for-forensic-boot-cd
libyal 2015 refresh OBS-URL: https://build.opensuse.org/request/show/280648 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libsmraw?expand=0&rev=4
This commit is contained in:
parent
82d3a1d74b
commit
15f44e615e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc0a6264d12c016904b5928babb38bac1b346b043cff6ea1f4a5c0e9cc8a99ee
|
||||
size 1441425
|
3
libsmraw-alpha-20150105.tar.gz
Normal file
3
libsmraw-alpha-20150105.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04f27db96742f42750e37a25f0523cde3e655765259b7662e4aa5e7760c14e6b
|
||||
size 1474238
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 9 21:07:49 UTC 2015 - Greg.Freemyer@gmail.com
|
||||
|
||||
- update to v0~20150105
|
||||
* 2015 update
|
||||
* worked on Python 3 support
|
||||
* worked on tests
|
||||
* worked on multi-threading support
|
||||
* code clean up
|
||||
* bug fixes for information file
|
||||
* bug fix in Python-bindings
|
||||
- update URL to the new github site
|
||||
- replace Source: field with fully defined URL
|
||||
- remove DL-URL comment
|
||||
- start using more packages from OBS, not internal version
|
||||
- remove %if opensuse logic. Not needed now libyal is in security:forensics
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 18:20:20 UTC 2014 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsmraw
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@ -18,22 +18,17 @@
|
||||
|
||||
Name: libsmraw
|
||||
%define lname libsmraw1
|
||||
%define timestamp 20140817
|
||||
%define timestamp 20150105
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library and tools to access the (split) RAW image format
|
||||
License: LGPL-3.0+
|
||||
Group: Productivity/File utilities
|
||||
Url: http://code.google.com/p/libsmraw/
|
||||
|
||||
#Git-Clone: http://code.google.com/p/libsmraw
|
||||
Source: https://googledrive.com/host/0B3fBvzttpiiSRml2cndCelp2R3M/libsmraw-alpha-20140817.tar.gz
|
||||
Url: https://github.com/libyal/libsmraw/wiki
|
||||
Source: https://github.com/libyal/libsmraw/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: pkgconfig(fuse) >= 2.6
|
||||
BuildRequires: pkgconfig(openssl) >= 1.0
|
||||
#use the factory versions of these if building for factory
|
||||
%if 0%{?suse_version} > 1230
|
||||
BuildRequires: pkgconfig(libbfio) >= 20120426
|
||||
BuildRequires: pkgconfig(libcdata) >= 20120425
|
||||
BuildRequires: pkgconfig(libcfile) >= 20120526
|
||||
@ -41,22 +36,18 @@ BuildRequires: pkgconfig(libclocale) >= 20120425
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20120425
|
||||
BuildRequires: pkgconfig(libcpath) >= 20120701
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20120701
|
||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20120701
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libfcache) >= 20120425
|
||||
BuildRequires: pkgconfig(libfdata) >= 20120425
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20120428
|
||||
BuildRequires: pkgconfig(libhmac) >= 20120425
|
||||
BuildRequires: pkgconfig(libuna) >= 20120425
|
||||
BuildRequires: pkgconfig(openssl) >= 1.0
|
||||
# The following packages cause build failures if the internal version is not used
|
||||
#verified August 13 2014
|
||||
#verified 1/9/2015
|
||||
#BuildRequires: pkgconfig(libcerror) >= 20120425
|
||||
#BuildRequires: pkgconfig(libhmac) >= 20120425
|
||||
# These libs are not released by upstream as packages
|
||||
#verified April 2013
|
||||
#BuildRequires: pkgconfig(libcstring) >= 20120426
|
||||
#BuildRequires: pkgconfig(libcsystem) >= 20120425
|
||||
#BuildRequires: pkgconfig(libfcache) >= 20120425
|
||||
#BuildRequires: pkgconfig(libfdata) >= 20120425
|
||||
#BuildRequires: pkgconfig(libfvalue) >= 20120428
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user