This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository nx-libs. from 61c21fc nx-libs.spec: fix for last commit new aeb9b43 nx-libs.spec: fix nx-libs builds in mock 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: nx-libs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository nx-libs. commit aeb9b430c38d035ceb697d04b8cafa4c9003dc0a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 13 13:29:18 2014 +0200 nx-libs.spec: fix nx-libs builds in mock --- nx-libs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nx-libs.spec b/nx-libs.spec index 28b9fd8..92b2f34 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -50,7 +50,7 @@ BuildRequires: xorg-x11-libfontenc-devel BuildRequires: xorg-x11-util-devel %endif -%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} +%if 0%{?fedora} || 0%{?rhel} BuildRequires: expat-devel BuildRequires: fontconfig-devel BuildRequires: freetype-devel @@ -63,7 +63,7 @@ BuildRequires: libxml2-devel BuildRequires: xorg-x11-proto-devel BuildRequires: zlib-devel -%if 0%{?suse_version} >= 1130 || 0%{?fedora_version} +%if 0%{?suse_version} >= 1130 || 0%{?fedora} %define cond_noarch BuildArch: noarch %else %define cond_noarch %nil -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/nx-libs.git