SHA256
1
0
forked from pool/libuna

Accepting request 457547 from home:gregfreemyer:Tools-for-forensic-boot-cd

update to 2017 release

OBS-URL: https://build.opensuse.org/request/show/457547
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libuna?expand=0&rev=6
This commit is contained in:
Greg Freemyer 2017-02-16 18:59:22 +00:00 committed by Git OBS Bridge
parent 49736d6db3
commit 29169b09ca
4 changed files with 13 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 15 19:36:04 UTC 2017 - Greg.Freemyer@gmail.com
- update to v0~20170112
- Remove BuildRequires libcsystem, libcstring
- Use libcerror from factory
-------------------------------------------------------------------
Sun Jan 31 04:22:12 UTC 2016 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libuna
#
# 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
@ -18,7 +18,7 @@
Name: libuna
%define lname libuna1
%define timestamp 20150927
%define timestamp 20170112
Version: 0~%timestamp
Release: 0
Summary: Library to support Unicode and ASCII (byte string) conversions
@ -28,13 +28,11 @@ Url: https://github.com/libyal/libuna/wiki
Source: https://github.com/libyal/libuna/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcdatetime)
BuildRequires: pkgconfig(libcerror) >= 20150101
BuildRequires: pkgconfig(libcfile) >= 20120526
BuildRequires: pkgconfig(libclocale) >= 20120425
BuildRequires: pkgconfig(libcnotify) >= 20121224
BuildRequires: pkgconfig(libcsystem) >= 20150101
# Using versions from OBS fails, tested 1/8/2015
#BuildRequires: pkgconfig(libcerror) >= 20150101
#BuildRequires: pkgconfig(libcstring) > 20150101
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description