Make buildable with kernels > 3.5.
This commit is contained in:
parent
4f5ee4dfac
commit
455fee806d
8
esc.spec
8
esc.spec
@ -1,6 +1,6 @@
|
|||||||
Name: esc
|
Name: esc
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 20%{?dist}
|
Release: 22%{?dist}
|
||||||
Summary: Enterprise Security Client Smart Card Client
|
Summary: Enterprise Security Client Smart Card Client
|
||||||
License: GPL+
|
License: GPL+
|
||||||
URL: http://directory.fedora.redhat.com/wiki/CoolKey
|
URL: http://directory.fedora.redhat.com/wiki/CoolKey
|
||||||
@ -105,6 +105,9 @@ cryptographic smartcards.
|
|||||||
%patch16 -p1 -b .fix16
|
%patch16 -p1 -b .fix16
|
||||||
%patch17 -p1 -b .fix17
|
%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
|
%build
|
||||||
|
|
||||||
GECKO_SDK_PATH=%{_libdir}/xulrunner-devel-%{geckoversion}/sdk
|
GECKO_SDK_PATH=%{_libdir}/xulrunner-devel-%{geckoversion}/sdk
|
||||||
@ -229,6 +232,9 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 17 2013 Jack Magne <jmagne@redhat.com>= 1.1.0-21
|
||||||
- Appease latest compiler errors and build to xulrunner 21.0.
|
- Appease latest compiler errors and build to xulrunner 21.0.
|
||||||
* Wed Nov 28 2012 Jack Magne <jmagne@redhat.com>= 1.1.0-20
|
* Wed Nov 28 2012 Jack Magne <jmagne@redhat.com>= 1.1.0-20
|
||||||
|
Loading…
Reference in New Issue
Block a user