2018-09-14 15:11:36 +00:00
|
|
|
Name: libtpms
|
2023-02-28 22:36:33 +00:00
|
|
|
Version: 0.9.6
|
2023-07-20 12:19:43 +00:00
|
|
|
Release: 4%{?dist}
|
2022-04-27 22:31:14 +00:00
|
|
|
Summary: Library providing Trusted Platform Module (TPM) functionality
|
2023-09-15 10:03:22 +00:00
|
|
|
License: BSD-3-Clause AND LicenseRef-TCGL
|
2014-07-14 21:39:31 +00:00
|
|
|
|
2023-03-19 01:28:30 +00:00
|
|
|
URL: https://github.com/stefanberger/libtpms
|
2022-04-27 22:31:14 +00:00
|
|
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
2023-03-19 01:28:30 +00:00
|
|
|
Source1: %{url}/releases/download/v%{version}/v%{version}.tar.gz.asc#/%{name}-%{version}.tar.gz.asc
|
|
|
|
# https://github.com/stefanberger.gpg
|
|
|
|
Source2: gpgkey-B818B9CADF9089C2D5CEC66B75AD65802A0B4211.asc
|
2022-04-27 22:31:14 +00:00
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: gawk
|
|
|
|
BuildRequires: gcc-c++
|
2023-03-19 01:28:30 +00:00
|
|
|
BuildRequires: gnupg2
|
2022-04-27 22:31:14 +00:00
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: make
|
2011-03-08 14:46:43 +00:00
|
|
|
BuildRequires: openssl-devel
|
2022-04-27 22:31:14 +00:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: sed
|
2011-03-08 14:46:43 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
A library providing TPM functionality for VMs. Targeted for integration
|
|
|
|
into Qemu.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Include files for libtpms
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Libtpms header files and documentation.
|
|
|
|
|
|
|
|
%prep
|
2023-03-19 01:28:30 +00:00
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
2022-04-27 22:31:14 +00:00
|
|
|
%autosetup
|
|
|
|
|
2011-03-08 14:46:43 +00:00
|
|
|
%build
|
2022-04-27 22:31:14 +00:00
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2018-09-14 15:11:36 +00:00
|
|
|
%configure --disable-static --with-tpm2 --with-openssl
|
2021-05-05 16:02:35 +00:00
|
|
|
%make_build
|
2014-07-14 21:39:31 +00:00
|
|
|
|
2011-03-08 14:46:43 +00:00
|
|
|
%install
|
2021-05-05 16:02:35 +00:00
|
|
|
%make_install
|
2022-04-27 22:31:14 +00:00
|
|
|
find %{buildroot} -type f -name '*.la' -print -delete
|
|
|
|
|
|
|
|
%check
|
|
|
|
make check
|
2014-08-16 04:31:37 +00:00
|
|
|
|
2019-01-22 17:40:12 +00:00
|
|
|
%ldconfig_scriptlets
|
2011-03-08 14:46:43 +00:00
|
|
|
|
2018-09-14 15:11:36 +00:00
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%doc README CHANGES
|
2022-04-27 22:31:14 +00:00
|
|
|
%{_libdir}/%{name}.so.0{,.*}
|
2018-09-14 15:11:36 +00:00
|
|
|
|
|
|
|
%files devel
|
2022-04-27 22:31:14 +00:00
|
|
|
%{_includedir}/%{name}/
|
|
|
|
%{_libdir}/%{name}.so
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%{_mandir}/man3/TPM*
|
2018-09-14 15:11:36 +00:00
|
|
|
|
2011-03-08 14:46:43 +00:00
|
|
|
%changelog
|
2023-07-20 12:19:43 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-07-17 19:37:10 +00:00
|
|
|
* Mon Jul 17 2023 Stefan Berger <stefanb@linux.ibm.com> - 0.9.6-3
|
|
|
|
- Set license to 'BSD and TCGL' from previous 'BSD' (BZ2219548)
|
|
|
|
|
2023-03-19 01:28:30 +00:00
|
|
|
* Sat Mar 18 2023 Todd Zullinger <tmz@pobox.com> - 0.9.6-2
|
|
|
|
- verify upstream source signature
|
|
|
|
|
2023-02-28 22:36:33 +00:00
|
|
|
* Tue Feb 28 2023 Stefan Berger <stefanb@linux.ibm.com> - 0.9.6-1
|
|
|
|
- Build of libtpms 0.9.6 with fixes for CVE-2023-1017 & CVE-2023-1018
|
|
|
|
|
2023-01-19 17:38:26 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-21 19:12:59 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-01 15:49:21 +00:00
|
|
|
* Fri Jul 01 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.9.5-1
|
|
|
|
- Build of libtpms 0.9.5
|
|
|
|
|
2022-04-27 22:31:14 +00:00
|
|
|
* Wed Apr 27 2022 Fabio Valentini <decathorpe@gmail.com> - 0.9.4-2
|
|
|
|
- Use standard method for fetching a GitHub release tarball.
|
|
|
|
- Fix Versioning scheme to confirm with Packaging Guidelines.
|
|
|
|
- Tighten file globs to match Packaging Guidelines.
|
|
|
|
|
2022-04-25 19:14:22 +00:00
|
|
|
* Mon Apr 25 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.9.4-1.20220425gite4d68670e1
|
|
|
|
- Build of libtpms 0.9.4
|
|
|
|
|
2022-03-07 17:25:01 +00:00
|
|
|
* Mon Mar 07 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.9.3-1.20220307gita63c51805e
|
|
|
|
- Build of libtpms 0.9.3
|
|
|
|
|
2022-01-20 17:26:26 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.2-0.20220106gite81d634c27.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-07 03:26:22 +00:00
|
|
|
* Thu Jan 06 2022 Stefan Berger <stefanb@linux.ibm.com> - 0.9.2-0.20220106gite81d634c27
|
|
|
|
- Build of libtpms 0.9.2
|
|
|
|
|
2021-11-26 06:07:07 +00:00
|
|
|
* Fri Nov 26 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.9.1-0.20211126git1ff6fe1f43
|
|
|
|
- Build of libtpms 0.9.1
|
|
|
|
|
2021-10-04 17:49:25 +00:00
|
|
|
* Mon Oct 04 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.9.0-0.20211004gitdc4e3f6313
|
|
|
|
- Build of libtpms 0.9.0
|
|
|
|
|
2021-09-16 16:39:53 +00:00
|
|
|
* Thu Sep 16 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.7-0.20210916gitfb9f0a61e8
|
|
|
|
- Build upcoming libtpms 0.8.7
|
|
|
|
|
2021-09-15 09:50:08 +00:00
|
|
|
* Wed Sep 15 2021 Sahana Prasad <sahana@redhat.com> - 0.8.6-0.20210910git7a4d46a119.3
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
2021-09-14 19:37:21 +00:00
|
|
|
* Tue Sep 14 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.6-0.20210910git7a4d46a119.2
|
|
|
|
- Build with -Wno-deprecated-declarations
|
|
|
|
|
2021-09-14 17:07:02 +00:00
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 0.8.6-0.20210910git7a4d46a119.1
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
2021-09-10 11:26:38 +00:00
|
|
|
* Fri Sep 10 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.6-1.20210910git7a4d46a119
|
|
|
|
- tpm2: Marshal event sequence objects' hash state
|
|
|
|
|
2021-09-01 13:29:13 +00:00
|
|
|
* Wed Sep 01 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.5-1.20210901git18ba4c0206
|
|
|
|
- Build of libtpms 0.8.5
|
|
|
|
|
2021-08-11 16:13:15 +00:00
|
|
|
* Wed Aug 11 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.4-1.20210625gita594c4692a
|
|
|
|
- Applied patches resolving issues solved in upcoming 0.8.5
|
|
|
|
|
2021-07-22 12:34:13 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.4-0.20210624gita594c4692a.2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-24 20:16:48 +00:00
|
|
|
* Thu Jun 24 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.4-0.20210625gita594c4692a
|
|
|
|
- tpm2: Reset too large size indicators in TPM2B to avoid access beyond buffer
|
|
|
|
- tpm2: Restore original value in buffer if unmarshalled one was illegal
|
|
|
|
|
|
|
|
* Tue Jun 01 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.3-0.20210601git9e736d5281
|
2021-06-01 12:28:10 +00:00
|
|
|
- tpm2: Work-around for Windows 2016 & 2019 bug related to ContextLoad
|
|
|
|
|
|
|
|
* Mon Mar 01 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.2-0.20210301git729fc6a4ca
|
2021-03-01 18:59:46 +00:00
|
|
|
- tpm2: CryptSym: fix AES output IV; a CVE has been filed for this issue
|
|
|
|
|
2021-02-27 17:40:50 +00:00
|
|
|
* Sat Feb 27 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.1-0.20210227git5bf2746e47
|
|
|
|
- Fixed a context save and suspend/resume problem when public keys are loaded
|
|
|
|
|
2021-02-25 14:43:29 +00:00
|
|
|
* Thu Feb 25 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.8.0-0.20210225git3fd4b94903
|
|
|
|
- Release of v0.8.0
|
|
|
|
|
2021-02-18 13:54:41 +00:00
|
|
|
* Thu Feb 18 2021 Stefan Berger <stefanb@linux.ibm.com> - 0.7.5-0.20210218gite271498466
|
|
|
|
- Addressed UBSAN and cppcheck detected issues
|
|
|
|
- Return proper size of ECC Parameters to pass HLK tests
|
|
|
|
|
2021-01-26 18:10:44 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.4-0.20201031git2452a24dab.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-10-31 13:31:43 +00:00
|
|
|
* Sat Oct 31 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.7.4-0.20201031git2452a24dab
|
|
|
|
- Follow stable-0.7.0 branch to v0.7.4 with security-related fixes
|
|
|
|
|
2020-07-31 17:13:10 +00:00
|
|
|
* Fri Jul 31 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.7.3-0.20200731git1d392d466a
|
|
|
|
- Follow stable-0.7.0 branch to v0.7.3
|
|
|
|
|
2020-07-28 05:45:55 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-0.20200527git7325acb477.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-05-27 20:20:39 +00:00
|
|
|
* Wed May 27 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.7.2-0.20200527git7325acb477
|
|
|
|
- Following stable-0.7.0 branch for TPM 2 related fixes: RSA decryption,
|
|
|
|
PSS salt length, symmetric decryption (padding)
|
|
|
|
- Under certain circumstances an RSA decryption could cause a buffer overflow causing
|
|
|
|
termination of the program (swtpm)
|
|
|
|
|
2020-05-20 17:05:01 +00:00
|
|
|
* Wed May 20 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.7.1-0.20200520git8fe99d1fd0
|
|
|
|
- Following stable-0.7.0 branch for TPM 2 related fixes; v0.7.1 + gcc related patch
|
2020-05-20 16:51:29 +00:00
|
|
|
- elliptic curve fixes
|
|
|
|
- MANUFACTURER changed from "IBM " to "IBM"
|
2020-05-20 17:05:01 +00:00
|
|
|
- gcc 10 related fix
|
2020-05-20 16:51:29 +00:00
|
|
|
|
2020-01-29 10:36:07 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-0.20191018gitdc116933b7.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-10-18 13:00:34 +00:00
|
|
|
* Fri Oct 18 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.7.0-0.20191018gitdc116933b7
|
|
|
|
- Following stable-0.7.0 branch for TPM 1.2 related bugfix
|
|
|
|
|
|
|
|
* Tue Oct 08 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.7.0-0.20191008gitc26e8f7b08
|
2019-10-08 11:18:28 +00:00
|
|
|
- Following stable-0.7.0 branch for bug fix
|
|
|
|
|
2019-07-25 14:34:43 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-0.20190719gitd061d8065b.2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-07-19 16:29:24 +00:00
|
|
|
* Fri Jul 19 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.7.0-0.20190719gitd061d8065b
|
2019-07-19 16:12:48 +00:00
|
|
|
- Update to v0.7.0
|
|
|
|
|
2019-05-10 14:25:59 +00:00
|
|
|
* Fri May 10 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.6.1-0.20190510gitb244bdf6e2
|
|
|
|
- Applied bugfix for CMAC
|
|
|
|
|
2019-02-01 08:24:20 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.20190121git9dc915572b.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-21 15:20:51 +00:00
|
|
|
* Mon Jan 21 2019 Stefan Berger <stefanb@linux.ibm.com> - 0.6.1-0.20190121git9dc915572b
|
|
|
|
- Libtpms was updated to rev. 150 of TPM 2.0 code
|
|
|
|
- following branch stable-0.6.0
|
|
|
|
|
2018-12-11 17:30:26 +00:00
|
|
|
* Tue Dec 11 2018 Stefan Berger <stefanb@linux.ibm.com> - 0.6.0-0.20181211gitba56737b93
|
|
|
|
- Following bugfixes in libtpms
|
|
|
|
|
2018-10-31 18:37:04 +00:00
|
|
|
* Wed Oct 31 2018 Stefan Berger <stefanb@linux.ibm.com> - 0.6.0-0.20181031git0466fcf6a4
|
|
|
|
- Following improvements in libtpms
|
|
|
|
|
2018-09-18 12:33:27 +00:00
|
|
|
* Tue Sep 18 2018 Stefan Berger <stefanb@linux.vnet.ibm.com - 0.6.0-0.20180918gite8e8633089
|
|
|
|
- Fixed changelog
|
|
|
|
|
2018-09-17 17:29:33 +00:00
|
|
|
* Mon Sep 17 2018 Stefan Berger <stefanb@linux.vnet.ibm.com - 0.6.0-0.20180917gite8e8633089
|
|
|
|
- Build snapshot from git after libtpms fix.
|
|
|
|
|
|
|
|
* Fri Sep 14 2018 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.6.0-0.20180914git4111bd1bcf
|
2018-09-14 15:11:36 +00:00
|
|
|
- Build snapshot from git, simplify spec
|
|
|
|
|
2018-07-13 08:57:20 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 23:33:04 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 02:24:52 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 19:52:33 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 19:35:44 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 04:02:58 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 17:27:39 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-17 06:24:58 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-16 04:31:37 +00:00
|
|
|
* Sat Aug 16 2014 Stefan Berger - 0.5.2-3
|
|
|
|
- do not include libtpms.la in rpm
|
|
|
|
|
|
|
|
* Mon Jul 14 2014 Stefan Berger - 0.5.2-2
|
|
|
|
- Added patches
|
|
|
|
|
2014-07-01 18:14:20 +00:00
|
|
|
* Mon Jun 30 2014 Stefan Berger - 0.5.2-1
|
|
|
|
- Updated to version 0.5.2
|
|
|
|
- coverity fixes
|
|
|
|
- fixes for ARM64 using __aarch64__
|
|
|
|
|
2014-06-07 05:45:14 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-20.1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 07:16:31 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-25 12:47:03 +00:00
|
|
|
* Mon Mar 25 2013 Stefan Berger - 0.5.1-18
|
|
|
|
- Ran autoreconf for support of aarch64
|
|
|
|
- Checking for __arm64__ in code
|
|
|
|
|
2013-02-14 05:22:41 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 21:26:11 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-02-17 13:01:32 +00:00
|
|
|
* Fri Feb 17 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.5.1-15
|
|
|
|
- Add dist tag as required by package guidelines
|
|
|
|
|
2012-01-27 18:21:25 +00:00
|
|
|
* Fri Jan 27 2012 Stefan Berger - 0.5.1-14
|
|
|
|
- fix gcc-4.7 compilation problem
|
|
|
|
|
2012-01-13 08:33:24 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-20 17:29:33 +00:00
|
|
|
* Tue Dec 20 2011 Dan Horák <dan[at]danny.cz> - 0.5.1-12
|
|
|
|
- fix build on secondary arches
|
|
|
|
|
2011-11-04 01:32:38 +00:00
|
|
|
* Wed Nov 2 2011 Stefan Berger - 0.5.1-11
|
|
|
|
- added (lib)gmp as runtime dependency
|
|
|
|
|
2014-07-14 21:39:31 +00:00
|
|
|
* Sat Oct 8 2011 Stefan Berger - 0.5.1-10
|
2011-10-08 19:30:39 +00:00
|
|
|
- internal fixes; callback fixes
|
|
|
|
|
2011-08-30 17:38:36 +00:00
|
|
|
* Tue Aug 30 2011 Stefan Berger - 0.5.1-9
|
|
|
|
- new directory structure and build process
|
|
|
|
|
2011-08-08 10:26:40 +00:00
|
|
|
* Tue Jul 12 2011 Stefan Berger - 0.5.1-8
|
|
|
|
- added pkgconfig as build dependency
|
|
|
|
- enabling __powerpc__ build following Bz 728220
|
|
|
|
|
2011-07-05 12:34:03 +00:00
|
|
|
* Wed May 25 2011 Stefan Berger - 0.5.1-7
|
|
|
|
- increasing NVRAM area space to have enough room for certificates
|
|
|
|
|
2011-05-26 02:12:55 +00:00
|
|
|
* Wed May 25 2011 Stefan Berger - 0.5.1-6
|
|
|
|
- adding libtpms.pc pkg-config file
|
|
|
|
|
2011-04-13 16:39:42 +00:00
|
|
|
* Wed Apr 13 2011 Stefan Berger - 0.5.1-5
|
|
|
|
- adding BuildRequires for nss-softokn-freebl-static
|
|
|
|
- several libtpms-internal changes around state serialization and
|
|
|
|
deserialization
|
|
|
|
- fixes to libtpms makefile (makefile-libtpms)
|
|
|
|
- adding build_type to generate a debug or production build
|
2011-04-13 17:02:41 +00:00
|
|
|
- need nss-devel to have nss-config
|
2011-04-13 16:39:42 +00:00
|
|
|
|
2011-03-08 14:46:43 +00:00
|
|
|
* Tue Mar 08 2011 Stefan Berger - 0.5.1-4
|
|
|
|
- small fixes to libtpms makefile
|
|
|
|
|
|
|
|
* Fri Feb 25 2011 Stefan Berger - 0.5.1-3
|
|
|
|
- removing release from tar ball name
|
|
|
|
- Use {?_smp_mflags} for make rather than hardcoding it
|
|
|
|
- Fixing post and postun scripts; removing the scripts for devel package
|
|
|
|
- Fixing usage of defattr
|
|
|
|
- Adding version information into the changelog headers and spaces between the changelog entries
|
|
|
|
- Adding LICENSE, README and CHANGELOG file into tar ball and main rpm
|
|
|
|
- Removing clean section
|
|
|
|
- removed command to clean the build root
|
|
|
|
- adding library version to the libries required for building and during
|
|
|
|
runtime
|
|
|
|
- Extended Requires in devel package with {?_isa}
|
|
|
|
|
|
|
|
* Fri Feb 18 2011 Stefan Berger - 0.5.1-2
|
|
|
|
- make rpmlint happy by replacing tabs with spaces
|
|
|
|
- providing a valid URL for the tgz file
|
|
|
|
- release is now 2 -> 0.5.1-2
|
|
|
|
|
|
|
|
* Mon Jan 17 2011 Stefan Berger - 0.5.1-1
|
|
|
|
- Update version to 0.5.1
|
|
|
|
|
|
|
|
* Fri Jan 14 2011 Stefan Berger - 0.5.0-1
|
|
|
|
- Changes following Fedora review comments
|
|
|
|
|
2014-07-14 21:39:31 +00:00
|
|
|
* Thu Dec 2 2010 Stefan Berger
|
2011-03-08 14:46:43 +00:00
|
|
|
- Small tweaks after reading the FedoreCore packaging requirements
|
|
|
|
|
|
|
|
* Tue Nov 16 2010 Stefan Berger
|
|
|
|
- Created initial version of rpm spec files
|
|
|
|
- Version of library is now 0.5.0
|
|
|
|
- Debuginfo rpm is built but empty -- seems to be a known problem
|
|
|
|
Check https://bugzilla.redhat.com/show_bug.cgi?id=209316
|