2018-12-11 17:30:26 +00:00
|
|
|
%global gitdate 20181211
|
|
|
|
%global gitversion ba56737b93
|
2011-03-08 14:46:43 +00:00
|
|
|
|
2018-09-14 15:11:36 +00:00
|
|
|
Name: libtpms
|
|
|
|
Version: 0.6.0
|
|
|
|
Release: 0.%{gitdate}git%{gitversion}%{?dist}
|
2011-04-13 16:39:42 +00:00
|
|
|
|
2011-03-08 14:46:43 +00:00
|
|
|
Summary: Library providing Trusted Platform Module (TPM) functionality
|
|
|
|
License: BSD
|
|
|
|
Group: Development/Libraries
|
2018-09-14 15:11:36 +00:00
|
|
|
Url: http://github.com/stefanberger/libtpms
|
|
|
|
Source0: libtpms-%{gitdate}.tar.xz
|
2014-07-14 21:39:31 +00:00
|
|
|
|
2011-03-08 14:46:43 +00:00
|
|
|
BuildRequires: openssl-devel
|
2018-09-14 15:11:36 +00:00
|
|
|
BuildRequires: pkgconfig gawk sed
|
2014-07-01 18:14:20 +00:00
|
|
|
BuildRequires: automake autoconf libtool bash coreutils
|
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
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Libtpms header files and documentation.
|
|
|
|
|
|
|
|
%prep
|
2018-09-14 15:11:36 +00:00
|
|
|
%setup -q -n %{name}-%{gitdate}
|
2011-03-08 14:46:43 +00:00
|
|
|
%build
|
2018-09-14 16:32:30 +00:00
|
|
|
NOCONFIGURE=1 sh autogen.sh
|
2018-09-14 15:11:36 +00:00
|
|
|
%configure --disable-static --with-tpm2 --with-openssl
|
2011-08-30 17:38:36 +00:00
|
|
|
make %{?_smp_mflags}
|
2014-07-14 21:39:31 +00:00
|
|
|
|
|
|
|
%check
|
2011-08-30 17:38:36 +00:00
|
|
|
make check
|
2011-03-08 14:46:43 +00:00
|
|
|
|
|
|
|
%install
|
2018-09-14 15:11:36 +00:00
|
|
|
make DESTDIR="%{buildroot}" install
|
|
|
|
find %{buildroot} -type f -name '*.la' | xargs rm -f -- || :
|
2014-08-16 04:31:37 +00:00
|
|
|
|
2011-03-08 14:46:43 +00:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2018-09-14 15:11:36 +00:00
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%doc README CHANGES
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%dir %{_includedir}/%{name}
|
|
|
|
%{_includedir}/%{name}/*.h
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
2011-03-08 14:46:43 +00:00
|
|
|
%changelog
|
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
|