This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from e981c2d x2godesktopsharing.spec: fix typo in %pre scriptlet package name. new eee9c16 x2godesktopsharing.spec: really fix the typo. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + x2godesktopsharing.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit eee9c161642ae60c4c7aa607bad38706e0957d9d Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Nov 14 03:58:28 2018 +0100 x2godesktopsharing.spec: really fix the typo. --- debian/changelog | 1 + x2godesktopsharing.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 02eed72..1cb159b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ x2godesktopsharing (3.2.0.0-0x2go1) UNRELEASED; urgency=medium + Rename other sections to x2goserver-desktopsharing. + Remove package names from %prep, %build and %install macros. + Fix typo in %pre scriptlet package name. + + Really fix the typo. [ Mike Gabriel ] * New upstream version (3.1.1.5): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index 30d85e2..67d0dd9 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -134,7 +134,7 @@ cp -rp man %{buildroot}%{_datadir}/ %endif -%pre -n x2gogserver-desktopsharing +%pre -n x2goserver-desktopsharing # Needed for sharing a desktop with another user getent group x2godesktopsharing >/dev/null || groupadd -r x2godesktopsharing -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git