[katello-devel] New stable build

Lukas Zapletal lzap at redhat.com
Mon May 21 10:00:55 UTC 2012


There is still an issue with a liquibase dependency, that can lead to
cpsetup errors. Please note you need liquibase-2.0.3-7, there is already
an older version (liquibase-2.0.3-6) which does not work correctly.

As a workaround, you need to add Devan Goodwin's repository and install
liquibase manually before you proceed with katello-configure. This
script should do the work for you:

#!/bin/bash

FEDORA_VERSION=$(rpm -q --queryformat '%{VERSION}' fedora-release)
echo Fedora version: $FEDORA_VERSION
REDHAT_VERSION=$(rpm -q --queryformat '%{VERSION}'
redhat-release-server)
echo Red Hat version: $REDHAT_VERSION
CENTOS_VERSION=$(rpm -q --queryformat '%{VERSION}' centos-release)
echo CentOS version: $CENTOS_VERSION

if [ "$FEDORA_VERSION" == "16" ]; then
cat > /etc/yum.repos.d/goodwin.repo <<EOF
# temporary until its there
[epel-goodwin]
name=Extra Goodwin Packages for F16 - \$basearch
baseurl=http://repos.fedorapeople.org/repos/dgoodwin/liquibase/fedora-16/x86_64/
enabled=1
gpgcheck=0
EOF
fi

if [ "$REDHAT_VERSION" == "6Server" -o "$CENTOS_VERSION" == "6" ]; then
cat > /etc/yum.repos.d/goodwin.repo <<EOF
# temporary until its there
[epel-goodwin]
name=Extra Goodwin Packages for Enterprise Linux 6 - \$basearch
baseurl=http://repos.fedorapeople.org/repos/dgoodwin/liquibase/epel-6/x86_64/
enabled=1
gpgcheck=0
EOF
fi

yum -y install liquibase



On Mon, May 21, 2012 at 11:07:07AM +0200, Lukas Zapletal wrote:
> Hey all,
> 
> we have a new stable build in the repo. Have fun!
> 
> Please note there is an installation issue with Fedora 16 (cpsetup
> fails), we are working on that. In the meantime, you can use RHEL or
> CentOS 6.2 which work fine.
> 
> katello-0.2.38-1.fc16.noarch
> katello-cli-0.2.36-1.fc16.noarch
> katello-agent-1.0.3-1.fc16.noarch
> pulp-1.1.8-1.fc16.noarch
> candlepin-0.6.2-1.fc16.noarch
> 
> -- 
> Later,
> 
>  Lukas "lzap" Zapletal
>  #katello #systemengine
> 
> _______________________________________________
> katello-devel mailing list
> katello-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/katello-devel

-- 
Later,

 Lukas "lzap" Zapletal
 #katello #systemengine




More information about the katello-devel mailing list