Accepting request 458583 from home:gregfreemyer:Tools-for-forensic-boot-cd
2017 update OBS-URL: https://build.opensuse.org/request/show/458583 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfcache?expand=0&rev=4
This commit is contained in:
parent
c6f076e73e
commit
1f5e915e61
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:02a89de18a3d48c0397f49f01f1f3a722a10ba93a10916580d61fe2a3c24c27e
|
|
||||||
size 533219
|
|
3
libfcache-alpha-20170111.tar.gz
Normal file
3
libfcache-alpha-20170111.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:901ccde8a9a819343f6e73c1739d87e6f9c713f580abf3fb90e1be21b84eb01a
|
||||||
|
size 582797
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 16 22:04:29 UTC 2017 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
- update to v0~20170111
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 8 22:09:17 UTC 2015 - Greg.Freemyer@gmail.com
|
Thu Jan 8 22:09:17 UTC 2015 - Greg.Freemyer@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libfcache
|
# spec file for package libfcache
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 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
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libfcache
|
Name: libfcache
|
||||||
%define lname libfcache1
|
%define lname libfcache1
|
||||||
%define timestamp 20150104
|
%define timestamp 20170111
|
||||||
Version: 0~%{timestamp}
|
Version: 0~%{timestamp}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to provide generic file data cache functions
|
Summary: Library to provide generic file data cache functions
|
||||||
@ -28,10 +28,9 @@ Url: https://github.com/libyal/libfcache/wiki
|
|||||||
Source: https://github.com/libyal/libfcache/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
|
Source: https://github.com/libyal/libfcache/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: pkgconfig(libcerror) >= 20140105
|
|
||||||
BuildRequires: pkgconfig(libcdata) >= 20140105
|
BuildRequires: pkgconfig(libcdata) >= 20140105
|
||||||
|
BuildRequires: pkgconfig(libcerror) >= 20140105
|
||||||
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
BuildRequires: pkgconfig(libcthreads) >= 20130723
|
||||||
BuildRequires: pkgconfig(libcstring) >= 20120425
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -39,7 +38,6 @@ Library to provide generic file data cache functions for the libyal family of li
|
|||||||
|
|
||||||
%package -n %{lname}
|
%package -n %{lname}
|
||||||
Summary: Library to provide generic file data cache functions
|
Summary: Library to provide generic file data cache functions
|
||||||
License: LGPL-3.0+
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n %{lname}
|
%description -n %{lname}
|
||||||
@ -47,7 +45,6 @@ Library to provide generic file data cache functions for the libyal family of li
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libfcache
|
Summary: Development files for libfcache
|
||||||
License: LGPL-3.0+
|
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{lname} = %{version}
|
Requires: %{lname} = %{version}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user