added patch for gcc 5 [release 0.3.13-3mamba;Sat Aug 20 2016]

This commit is contained in:
2024-01-05 18:42:02 +01:00
parent 4724af2373
commit 4260c71701
3 changed files with 83 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-3)
Name: trousers
Version: 0.3.13
Release: 2mamba
Release: 3mamba
Summary: An open-source TCG Software Stack implementation
Group: System/Libraries
Vendor: openmamba
@@ -10,7 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://sourceforge.net/projects/trousers/
Source: http://downloads.sourceforge.net/project/trousers/trousers/%{majver}/trousers-%{version}.tar.gz
Source1: tcsd.service
Patch0: trousers-0.3.13-gcc-6.1.0.patch
Patch0: trousers-0.3.13-gcc-5.patch
License: Common Public Attribution License 1.0
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@@ -35,6 +35,7 @@ This package contains libraries and header files for developing applications tha
%prep
%setup -q
%patch0 -p1
#%patch1 -p1
%build
%configure
@@ -75,6 +76,9 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/tcsd.service
%doc ChangeLog README README.selinux TODO
%changelog
* Sat Aug 20 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.13-3mamba
- added patch for gcc 5
* Sun Jul 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.13-2mamba
- rebuilt with libopenssl 1.0.2h