This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from b748d28 x2goserver.spec: add correct Group: to x2goserver-logcheck package. new 1a169da x2goserver.spec: give the x2goagent-virtual package a specific version, derived from the x2goserver version. new 387ac16 x2goserver.spec: let x2goserver-x2goagent conflict with the former x2goagent package. new 11b17f6 x2goserver.spec: let x2goserver depend upon its own x2goserver-virtual package for now. The 3 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 | 5 +++++ x2goserver.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 1a169da5b141f2a7a56d84d362c83e9976530ddd Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Dec 18 12:37:34 2017 +0100 x2goserver.spec: give the x2goagent-virtual package a specific version, derived from the x2goserver version. --- debian/changelog | 2 ++ x2goserver.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d4d3d02..3ca98a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -232,6 +232,8 @@ x2goserver (4.1.0.0-0x2go1.2) UNRELEASED; urgency=low package. - x2goserver-x2goagent needs nxagent 3.5.99.3 and higher. - Actually add logcheck Requires. + - Give the x2goagent-virtual package a specific version, derived from the + x2goserver version. * debian/control: - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. - Depend upon newer x2goagent package that now provides the diff --git a/x2goserver.spec b/x2goserver.spec index fdf1459..214dd25 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -306,7 +306,7 @@ This package contains the X2Go::Log Perl package. Group: Applications/System Summary: X2Go Server's X2Go Agent Requires: nxagent >= 3.5.99.3 -Provides: x2goagent-virtual +Provides: x2goagent-virtual = %{version}-%{release} %description x2goagent X2Go is a server based computing environment with -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 387ac16e3530172c5feeaece42a72818e83f204c Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Dec 18 12:38:45 2017 +0100 x2goserver.spec: let x2goserver-x2goagent conflict with the former x2goagent package. --- debian/changelog | 1 + x2goserver.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3ca98a0..cdbeb7a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -234,6 +234,7 @@ x2goserver (4.1.0.0-0x2go1.2) UNRELEASED; urgency=low - Actually add logcheck Requires. - Give the x2goagent-virtual package a specific version, derived from the x2goserver version. + - Let x2goserver-x2goagent conflict with the former x2goagent package. * debian/control: - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. - Depend upon newer x2goagent package that now provides the diff --git a/x2goserver.spec b/x2goserver.spec index 214dd25..d99586d 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -307,6 +307,7 @@ Group: Applications/System Summary: X2Go Server's X2Go Agent Requires: nxagent >= 3.5.99.3 Provides: x2goagent-virtual = %{version}-%{release} +Conflicts: x2goagent < 3.5.99.0 %description x2goagent X2Go is a server based computing environment with -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 11b17f6035a0f6fa9f82e7f8958daa331b0ccfa5 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Dec 18 12:39:54 2017 +0100 x2goserver.spec: let x2goserver depend upon its own x2goserver-virtual package for now. The release after that can drop the virtual package again. --- debian/changelog | 2 ++ x2goserver.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cdbeb7a..fec89cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -235,6 +235,8 @@ x2goserver (4.1.0.0-0x2go1.2) UNRELEASED; urgency=low - Give the x2goagent-virtual package a specific version, derived from the x2goserver version. - Let x2goserver-x2goagent conflict with the former x2goagent package. + - Let x2goserver depend upon its own x2goserver-virtual package for now. + The release after that can drop the virtual package again. * debian/control: - Maintainer change in package: X2Go Developers <x2go-dev@lists.x2go.org>. - Depend upon newer x2goagent package that now provides the diff --git a/x2goserver.spec b/x2goserver.spec index d99586d..e539b95 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -106,7 +106,7 @@ Requires: pwgen Requires: sshfs # For /etc/sudoers.d Requires: sudo -Requires: x2goagent-virtual +Requires: x2goserver-x2goagent = %{version}-%{release} Requires(post): grep Requires: grep Requires: perl(File::Which) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git