Make buildable with kernels > 3.5.

This commit is contained in:
Ville Skyttä 2013-07-07 13:04:12 +03:00
parent 4f5ee4dfac
commit 455fee806d

View File

@ -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ä <ville.skytta@iki.fi> - 1.1.0-22
- Make buildable with kernels > 3.5.
* Mon Jun 17 2013 Jack Magne <jmagne@redhat.com>= 1.1.0-21
- Appease latest compiler errors and build to xulrunner 21.0.
* Wed Nov 28 2012 Jack Magne <jmagne@redhat.com>= 1.1.0-20