- Upgrade to latest upstream version
This commit is contained in:
parent
c6b0a437cf
commit
23a5e179b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/tboot-1.7.0.tar.gz
|
||||
/tboot-1.7.3.tar.gz
|
||||
/tboot-1.8.2.tar.gz
|
||||
/tboot-1.9.6.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
4849a56f1d8db1ec41b6b117e1931b43 tboot-1.8.2.tar.gz
|
||||
SHA512 (tboot-1.9.6.tar.gz) = f53f5535f7ab031439514b43811cd2ec93efcb7614cb7bc7d1f3051d808d942e8a4942fd1d0ab6fe0c245740c2a10ba7adbcd44f2c42b2a577d9a20c0c5df90e
|
||||
|
15
tboot.spec
15
tboot.spec
@ -1,17 +1,15 @@
|
||||
Summary: Performs a verified launch using Intel TXT
|
||||
Name: tboot
|
||||
Version: 1.8.2
|
||||
Release: 7%{?dist}
|
||||
Version: 1.9.6
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
Group: System Environment/Base
|
||||
License: BSD
|
||||
URL: http://sourceforge.net/projects/tboot/
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: trousers-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: compat-openssl10-devel
|
||||
ExclusiveArch: %{ix86} x86_64
|
||||
|
||||
%description
|
||||
@ -27,14 +25,10 @@ CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
|
||||
make debug=y %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make debug=y DISTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README COPYING docs/* lcptools/lcptools2.txt lcptools/Linux_LCP_Tools_User_Manual.pdf
|
||||
%config %{_sysconfdir}/grub.d/20_linux_tboot
|
||||
%config %{_sysconfdir}/grub.d/20_linux_xen_tboot
|
||||
@ -73,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/boot/tboot-syms
|
||||
|
||||
%changelog
|
||||
* Sun Feb 04 2018 Filipe Rosset <rosset.filipe@gmail.com> - 1:1.9.6-1
|
||||
- Upgrade to latest upstream version
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.8.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user