|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: kf5-%{framework}
|
|
|
|
|
Version: 5.22.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: KDE Frameworks 5 tier 3 solution for process launching
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ and BSD
|
|
|
|
@ -22,6 +22,7 @@ Source10: macros.kf5-kinit
|
|
|
|
|
|
|
|
|
|
## upstream patches
|
|
|
|
|
Patch1: 0001-Fix-permissions-of-tmp-xauth-xxx-_y.patch
|
|
|
|
|
Patch2: 0002-Fix-race-in-which-the-file-containing-the-X11-cookie.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: extra-cmake-modules >= %{version}
|
|
|
|
|
BuildRequires: kf5-kconfig-devel >= %{version}
|
|
|
|
@ -94,6 +95,9 @@ install -p -m644 -D %{SOURCE10} \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat May 21 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.22.0-3
|
|
|
|
|
- Followup fix, less racy (kde#358593)
|
|
|
|
|
|
|
|
|
|
* Tue May 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.22.0-2
|
|
|
|
|
- pull in upstream xauth security fix (kde#358593), update URL
|
|
|
|
|
|
|
|
|
|