Re: barman package

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Martín Marqués <martin(at)2ndquadrant(dot)com>, pgsql-pkg-yum <pgsql-pkg-yum(at)postgresql(dot)org>
Subject: Re: barman package
Date: 2014-09-05 14:43:00
Message-ID: 5409CBF4.6050603@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

On 09/05/2014 10:33 PM, Craig Ringer wrote:
> I don't think it's the dist tag at fault, but there is certainly
> something not working correctly here.

It's a packaging error.

Compare:

# rpm -qcp barman-1.3.2-1.fc20.noarch.rpm
/etc/barman/barman.conf
/etc/bash_completion.d/barman/barman.bash_completion
/etc/cron.d/barman
/etc/logrotate.d/barman

# rpm -qcp barman-1.3.3-1.f20.noarch.rpm
/etc/barman.conf
/etc/bash_completion.d/barman
/etc/cron.d/barman
/etc/logrotate.d/barman

Note that barman 1.3.3 from PGDG tries to create the *file*
/etc/bash_completion.d/barman, but it's already a *directory* in the
Fedora package?

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Devrim Gündüz 2014-09-05 14:55:30 Re: barman package
Previous Message Craig Ringer 2014-09-05 14:33:39 Re: barman package