diff options
author | François Andriot <albator78@libertysurf.fr> | 2015-08-09 14:20:13 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2015-08-09 14:20:13 +0200 |
commit | ea0baef9d3b8635e37f086a747d485b3e975b7d4 (patch) | |
tree | 4c3e3372ad5bd27caadc5b93c4e2f14998d4f00a /redhat/applications | |
parent | 50617fcbe92a7335c688397940bca9e7f0d403f7 (diff) | |
download | tde-packaging-ea0baef9d3b8635e37f086a747d485b3e975b7d4.tar.gz tde-packaging-ea0baef9d3b8635e37f086a747d485b3e975b7d4.zip |
RPM Packaging: add smartcardauth patch
Diffstat (limited to 'redhat/applications')
-rw-r--r-- | redhat/applications/smartcardauth/smartcardauth-14.0.0.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec b/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec index c97d5fe6a..0be439fd8 100644 --- a/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec +++ b/redhat/applications/smartcardauth/smartcardauth-14.0.0.spec @@ -56,6 +56,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz Source1: trinity-%{tde_pkg}-rpmlintrc +Patch0: %{tde_pkg}-14.0.0.patch BuildRequires: trinity-tdelibs-devel >= %{tde_version} BuildRequires: trinity-tdebase-devel >= %{tde_version} @@ -138,6 +139,7 @@ in addition to the PKCS certificate functionality %prep %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} +%patch0 -p1 %__sed -i "Makefile" \ -e "s|/usr/lib/perl5/Chipcard|%{_libdir}/perl5/vendor_perl/Chipcard|g" |