From 455fee806df2d3242dc4527f06d8dda80292002b Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Jul 07 2013 10:04:12 +0000 Subject: Make buildable with kernels > 3.5. --- diff --git a/esc.spec b/esc.spec index d551891..65f5888 100644 --- a/esc.spec +++ b/esc.spec @@ -1,6 +1,6 @@ Name: esc Version: 1.1.0 -Release: 20%{?dist} +Release: 22%{?dist} Summary: Enterprise Security Client Smart Card Client License: GPL+ URL: http://directory.fedora.redhat.com/wiki/CoolKey @@ -105,6 +105,9 @@ cryptographic smartcards. %patch16 -p1 -b .fix16 %patch17 -p1 -b .fix17 +r=$(uname -r | sed -e 's/\(^[^.]*\.[^.]*\).*/\1/') +[ -f esc/coreconf/Linux$r.mk ] || ln -s Linux3.5.mk esc/coreconf/Linux$r.mk + %build GECKO_SDK_PATH=%{_libdir}/xulrunner-devel-%{geckoversion}/sdk @@ -229,6 +232,9 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi %changelog +* Sun Jul 7 2013 Ville Skyttä - 1.1.0-22 +- Make buildable with kernels > 3.5. + * Mon Jun 17 2013 Jack Magne = 1.1.0-21 - Appease latest compiler errors and build to xulrunner 21.0. * Wed Nov 28 2012 Jack Magne = 1.1.0-20