diff --git a/startdde.spec b/startdde.spec index 9a0b493..4a3def0 100644 --- a/startdde.spec +++ b/startdde.spec @@ -1,6 +1,6 @@ Name: startdde Version: 3.12.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Starter of deepin desktop environment License: GPLv3 URL: https://github.com/linuxdeepin/startdde @@ -43,6 +43,8 @@ custom applications which compliant with xdg autostart specification. sed -i '/polkit/s|lib|libexec|' watchdog/dde_polkit_agent.go sed -i '/deepin-daemon/s|lib|libexec|' utils.go session.go misc/auto_launch/*.json +# Fix fallback session script path (RHBZ#1706281) +sed -i 's|/usr/sbin/lightdm-session|%{_sysconfdir}/X11/xinit/Xsession|' misc/deepin-session %build export GOPATH="%{gopath}" @@ -74,6 +76,9 @@ BUILD_ID="0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n')" %{_datadir}/%{name}/memchecker.json %changelog +* Thu May 16 2019 Robin Lee - 3.12.1-2 +- Fix fallback session script path (RHBZ#1706281) + * Wed Feb 27 2019 Robin Lee - 3.12.1-1 - Update to 3.12.1