Accepting request 112441 from security
Update to 1.3.7.1 OBS-URL: https://build.opensuse.org/request/show/112441 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm-tools?expand=0&rev=21
This commit is contained in:
commit
21be5927d7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93294e702da98df0d1d221897f2aa2118f7b46be5daf38aefd1168727fb2227a
|
||||
size 835756
|
3
tpm-tools-1.3.7.1.tar.gz
Normal file
3
tpm-tools-1.3.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80a81a008060c08d985c88c44d72222be9ff056e2a164173aa30ea113b5dacc8
|
||||
size 471930
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 13:34:35 UTC 2012 - meissner@suse.com
|
||||
|
||||
- Updated to 1.3.7.1
|
||||
- smaller bugfixes from last release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 10:57:07 UTC 2012 - coolo@suse.com
|
||||
|
||||
- patch license to follow spdx.org standard
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 8 16:53:21 CEST 2011 - meissner@suse.de
|
||||
|
||||
- Updated to 1.3.7
|
||||
- NVRAM support, new binaries: tpm_nvdefine tpm_nvinfo tpm_nvrelease
|
||||
tpm_nvread tpm_nvwrite
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 14:50:07 UTC 2011 - pgajdos@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tpm-tools
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@ -15,19 +15,29 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
BuildRequires: atk-devel expat fontconfig-devel freetype2-devel glib2-devel gtk2-devel libtspi1 openCryptoki-devel openssl-devel pango-devel trousers-devel xorg-x11-devel xorg-x11-libs
|
||||
BuildRequires: atk-devel
|
||||
BuildRequires: expat
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: libtspi1
|
||||
BuildRequires: openCryptoki-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: trousers-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
BuildRequires: xorg-x11-libs
|
||||
|
||||
Name: tpm-tools
|
||||
Url: http://trousers.sourceforge.net/
|
||||
License: IBM PL
|
||||
Group: Productivity/Security
|
||||
AutoReqProv: on
|
||||
Version: 1.3.6
|
||||
Release: 11
|
||||
Version: 1.3.7.1
|
||||
Release: 0
|
||||
Summary: Trusted Platform Module (TPM) administration tools
|
||||
Source0: %name-%version.tar.bz2
|
||||
License: IPL-1.0
|
||||
Group: Productivity/Security
|
||||
Source0: http://downloads.sourceforge.net/project/trousers/tpm-tools/1.3.7/tpm-tools-%version.tar.gz
|
||||
Source1: %name-rpmlintrc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: %install_info_prereq
|
||||
@ -56,7 +66,7 @@ export CFLAGS="%{optflags} -Wno-unused-but-set-variable"
|
||||
%endif
|
||||
|
||||
# please notify upstream
|
||||
export LIBS="-lcrypto -ldl"
|
||||
#export LIBS="-lcrypto -ldl"
|
||||
%configure --disable-static
|
||||
make
|
||||
|
||||
@ -74,9 +84,6 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
rm $RPM_BUILD_ROOT/usr/%_lib/*.la
|
||||
cp include/*.h $RPM_BUILD_ROOT/usr/include/tpm_tools
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user