patch to find /usr/libexec/utempter/utempter

epel9
Rex Dieter 8 years ago
parent 49eb3a3864
commit 3212b22685

@ -2,7 +2,7 @@
Name: kf5-%{framework}
Version: 5.27.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: KDE Frameworks 5 Tier 2 module providing Pty abstraction
License: LGPLv2+ and GPLv2+
@ -17,6 +17,9 @@ URL: https://quickgit.kde.org/?p=%{framework}.git
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
## upstreamable patches
Patch100: kpty-5.27.0-utempter_path.patch
BuildRequires: extra-cmake-modules >= %{version}
BuildRequires: kf5-rpm-macros >= %{version}
BuildRequires: kf5-kcoreaddons-devel >= %{version}
@ -76,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Tue Oct 11 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.27.0-3
- patch to find /usr/libexec/utempter/utempter
* Fri Oct 07 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.27.0-2
- respin, Requieres: libutempter

@ -0,0 +1,11 @@
diff -up kpty-5.27.0/cmake/FindUTEMPTER.cmake.utempter kpty-5.27.0/cmake/FindUTEMPTER.cmake
--- kpty-5.27.0/cmake/FindUTEMPTER.cmake.utempter 2016-10-06 15:57:41.000000000 -0500
+++ kpty-5.27.0/cmake/FindUTEMPTER.cmake 2016-10-11 11:57:04.624010919 -0500
@@ -36,6 +36,7 @@ find_program (UTEMPTER_EXECUTABLE utempt
${KDE_INSTALL_FULL_LIBEXECDIR}/utempter
${KDE_INSTALL_FULL_LIBDIR}/utempter
/usr/libexec/utempter
+ /usr/libexec/utempter/utempter
)
if (UTEMPTER_EXECUTABLE)
Loading…
Cancel
Save