Accepting request 859320 from home:gregfreemyer:Tools-for-forensic-boot-cd
- update to v0~20200104 * changes for SHA-512 HMAC * removed WinCrypt support - removed BuildRequires: pkg-config - added COPYING* to %license line - update to v0~20180731 * code cleanup OBS-URL: https://build.opensuse.org/request/show/859320 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libhmac?expand=0&rev=4
This commit is contained in:
parent
b4b73272e1
commit
58fc512f5c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d9419da55c42911fb5fd0dad2a1e394eac74addb0259e34be397f1b75740226
|
||||
size 1076549
|
3
libhmac-alpha-20200104.tar.gz
Normal file
3
libhmac-alpha-20200104.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5407791905a961be641936fc46d097d02aed58ef1b274494e99359e082ea30b
|
||||
size 1146738
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 29 23:12:59 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
- update to v0~20200104
|
||||
* changes for SHA-512 HMAC
|
||||
* removed WinCrypt support
|
||||
- removed BuildRequires: pkg-config
|
||||
- added COPYING* to %license line
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 27 23:19:17 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
- update to v0~20180731
|
||||
* code cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 9 17:52:55 UTC 2015 - Greg.Freemyer@gmail.com
|
||||
|
||||
|
15
libhmac.spec
15
libhmac.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libhmac
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,21 +12,21 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# 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: libhmac
|
||||
%define lname libhmac1
|
||||
%define timestamp 20150104
|
||||
%define timestamp 20200104
|
||||
Version: 0~%timestamp
|
||||
Release: 0
|
||||
Summary: Library to support various HMACs
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://github.com/libyal/libhmac/wiki
|
||||
URL: https://github.com/libyal/libhmac/wiki
|
||||
Source: https://github.com/libyal/libhmac/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz
|
||||
BuildRequires: pkg-config
|
||||
#BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libcfile) >= 20130609
|
||||
BuildRequires: pkgconfig(libclocale) >= 20130609
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20130609
|
||||
@ -85,7 +85,8 @@ rm -f "%{buildroot}/%{_libdir}"/*.la
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc AUTHORS ChangeLog
|
||||
%license COPYING*
|
||||
%{_libdir}/libhmac.so.1*
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user