This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 372964ec2ff1584adff3677ec15cc06b83a40513 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Mar 7 03:42:38 2017 +0100 x2goserver.spec: add the correct package name to the %posttrans scriptlet, we only need it for x2goserver-fmbindings. Cherry-picked from release/4.0.1.x branch. --- debian/changelog | 2 ++ x2goserver.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8844990..64cca4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -270,6 +270,8 @@ x2goserver (4.0.1.21-0x2go1) UNRELEASED; urgency=medium uses "Suggests" for this. - Fix RPM spec syntax error in shared-mime-info dependency section. - Fix %{?fedora} macro usage. + - Add the correct package name to the %posttrans scriptlet, we only need + it for x2goserver-fmbindings. * debian/po: - Tiny fixup on author name. * debian/control: diff --git a/x2goserver.spec b/x2goserver.spec index 2048e9a..d01a36f 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -683,7 +683,7 @@ if [ $1 -eq 0 ] ; then %endif fi -%posttrans +%posttrans fmbindings %if 0%{?fedora} < 24 || 0%{?rhel} < 8 /usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %endif -- Alioth's /srv/git/code.x2go.org/x2goserver.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git