Sandro Bonazzola has uploaded a new change for review. Change subject: add python-IPy ......................................................................
add python-IPy - add python-IPy from EPEL repository for ovirt-node. Change-Id: I6f6f733d3d6d6c25193b62503f1d3380ef865e04 Signed-off-by: Sandro Bonazzola <[email protected]> --- M ovirt-release-3.5/configure.ac M ovirt-release-3.5/ovirt-el-deps.repo.in M ovirt-release-3.5/ovirt-release35.spec.in 3 files changed, 6 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-release refs/changes/61/30161/1 diff --git a/ovirt-release-3.5/configure.ac b/ovirt-release-3.5/configure.ac index 4b89059..d6e4f3e 100644 --- a/ovirt-release-3.5/configure.ac +++ b/ovirt-release-3.5/configure.ac @@ -19,14 +19,14 @@ define([VERSION_NUMBER], [001]) -define([VERSION_SUFFIX], [_beta1]) +define([VERSION_SUFFIX], [_beta2]) define([OVIRT_VERSION_MAJOR], [3]) define([OVIRT_VERSION_MINOR], [5]) AC_INIT([ovirt-release][]OVIRT_VERSION_MAJOR[]OVIRT_VERSION_MINOR, VERSION_NUMBER[]VERSION_SUFFIX, [[email protected]]) PACKAGE_RPM_VERSION="VERSION_NUMBER" -PACKAGE_RPM_RELEASE="0.1.$(echo VERSION_SUFFIX | sed 's/^_//')" +PACKAGE_RPM_RELEASE="0.2.$(echo VERSION_SUFFIX | sed 's/^_//')" OVIRT_SLOT="OVIRT_VERSION_MAJOR.OVIRT_VERSION_MINOR" AC_SUBST([PACKAGE_RPM_VERSION]) AC_SUBST([PACKAGE_RPM_RELEASE]) diff --git a/ovirt-release-3.5/ovirt-el-deps.repo.in b/ovirt-release-3.5/ovirt-el-deps.repo.in index 0295b05..8ca4b7b 100644 --- a/ovirt-release-3.5/ovirt-el-deps.repo.in +++ b/ovirt-release-3.5/ovirt-el-deps.repo.in @@ -4,7 +4,7 @@ mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch failovermethod=priority enabled=1 -includepkgs=epel-release,python-uinput,puppet,python-lockfile,python-cpopen,python-ordereddict,python-pthreading,python-inotify,python-argparse,novnc,python-ply,python-kitchen,python-daemon,python-websockify,livecd-tools,spice-html5,mom +includepkgs=epel-release,python-uinput,puppet,python-lockfile,python-cpopen,python-ordereddict,python-pthreading,python-inotify,python-argparse,novnc,python-ply,python-kitchen,python-daemon,python-websockify,livecd-tools,spice-html5,mom,python-IPy gpgcheck=1 gpgkey=https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-6 diff --git a/ovirt-release-3.5/ovirt-release35.spec.in b/ovirt-release-3.5/ovirt-release35.spec.in index e65ef79..66aaaef 100644 --- a/ovirt-release-3.5/ovirt-release35.spec.in +++ b/ovirt-release-3.5/ovirt-release35.spec.in @@ -96,6 +96,9 @@ %ghost %config(noreplace) %{_sysconfdir}/yum.repos.d/ovirt-%{ovirt_version}-dependencies.repo %changelog +* Wed Jul 16 2014 Sandro Bonazzola <[email protected]> - 001-0.2.beta2 +- add python-IPy from EPEL repository for ovirt-node. + * Tue Jul 8 2014 Sandro Bonazzola <[email protected]> - 001-0.1.beta1 - Add PatternFly copr repositories -- To view, visit http://gerrit.ovirt.org/30161 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6f6f733d3d6d6c25193b62503f1d3380ef865e04 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-release Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
