This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2godesktopsharing. from 72e7eec Fix auto-accept and auto-deny based on whitelists and blacklist. Regression fix for Git commit ef3dfac2. new 72fd082 x2godesktopsharing.spec: whitespace only. new 3e228af x2godesktopsharing.spec: add Pre-dependencies on shadow/pwdutils/shadow-utils for scriptlets. The 2 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 | 2 ++ x2godesktopsharing.spec | 19 ++++++++++++++++++- 2 files changed, 20 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 72fd0823a4cbc9043007fd564737aa6e386c5be8 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Nov 12 19:45:56 2018 +0100 x2godesktopsharing.spec: whitespace only. --- debian/changelog | 1 + x2godesktopsharing.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 19a176d..12a5815 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ x2godesktopsharing (3.1.1.5-0x2go1) UNRELEASED; urgency=medium * x2godesktopsharing.spec: + Pull in redhat-rpm-config manually. This should probably be done by something else, like... gcc or qmake or qt(4)-dev, but it isn't. + + Whitespace only. [ Mike Gabriel ] * New upstream version (3.1.1.5): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index 38475b8..6bf3be0 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -16,7 +16,7 @@ Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}. Source1: %{name}-rpmlintrc %if 0%{?suse_version} && 0%{?suse_version} <= 1130 -BuildRequires: update-desktop-files +BuildRequires: update-desktop-files %endif BuildRequires: desktop-file-utils -- 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 3e228af6229a4b86f6c76e36ce872e7440167f13 Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Nov 12 19:48:31 2018 +0100 x2godesktopsharing.spec: add Pre-dependencies on shadow/pwdutils/shadow-utils for scriptlets. --- debian/changelog | 1 + x2godesktopsharing.spec | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 12a5815..41cc6e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ x2godesktopsharing (3.1.1.5-0x2go1) UNRELEASED; urgency=medium + Pull in redhat-rpm-config manually. This should probably be done by something else, like... gcc or qmake or qt(4)-dev, but it isn't. + Whitespace only. + + Add Pre-dependencies on shadow/pwdutils/shadow-utils for scriptlets. [ Mike Gabriel ] * New upstream version (3.1.1.5): diff --git a/x2godesktopsharing.spec b/x2godesktopsharing.spec index 6bf3be0..e9ca266 100644 --- a/x2godesktopsharing.spec +++ b/x2godesktopsharing.spec @@ -34,6 +34,23 @@ BuildRequires: qt-devel %endif %endif +# for useradd/groupadd +# OpenSUSE 12.3 and SLE{S,D} 12 (has suse_version 1315) switched to shadow. +%if 0%{?suse_version} >= 1230 +BuildRequires: shadow +Requires(pre): shadow +%else +# Older SuSE versions (prior to 12.3) only have pwdutils, but we don't care. +%if 0%{?suse_version} +BuildRequires: pwdutils +Requires(pre): pwdutils +# Fedora, EPEL and RedHat use shadow-utils. +%else +BuildRequires: shadow-utils +Requires(pre): shadow-utils +%endif +%endif + %if 0%{?fedora} || 0%{?rhel} # For some reason qt(4)-dev doesn't depend upon redhat-rpm-config, # but the GCC spec file is still used, which leads to gcc failing -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git