[Bug 1559474] postgres support seems to be left out of this package but is included upstream

2018-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1559474



--- Comment #3 from Garrett  ---
BestPractical has a set of instructions for postgres on Rhel 7 now that should
apply:
https://rt-wiki.bestpractical.com/wiki/CentOS7Install#RT_4.4.2_installation_on_CentOS_7.4.1708

I've gotten it working on centos 6 in the past, with the pg_hba.conf file being
the trickiest portion of the overall setup to get right. I was looking at this
due to the safer perl setup than using the os provided versions but if this
isn't trivial I'll go back to that setup.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1557561] Please add: perl-Authen-Radius to EPEL 6

2018-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1557561



--- Comment #3 from R P Herrold  ---
I added positive karma -- thank you

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1557560] Please add: perl-Data-HexDump to EPEL 6

2018-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1557560



--- Comment #4 from R P Herrold  ---
I added positive karma -- thank you

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1559474] postgres support seems to be left out of this package but is included upstream

2018-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1559474

Ralf Corsepius  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #2 from Ralf Corsepius  ---
(In reply to Emmanuel Seyman from comment #1)
> I suspect this bug is a dupe of bug #1288914
Correct. 

What I said there still applies. Though I've tried several times, I have not
been able to get rt w/ postgres functional nor have I managed to find a viable
way of packaging.

In a nutshell: patches welcome.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1559474] postgres support seems to be left out of this package but is included upstream

2018-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1559474

Emmanuel Seyman  changed:

   What|Removed |Added

 CC||emman...@seyman.fr



--- Comment #1 from Emmanuel Seyman  ---
I suspect this bug is a dupe of bug #1288914

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1550526] Upgrade perl-Image-ExifTool to 10.80

2018-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1550526

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|perl-Image-ExifTool-10.80-1 |perl-Image-ExifTool-10.80-1
   |.el7|.el7
   ||perl-Image-ExifTool-10.80-1
   ||.el6



--- Comment #10 from Fedora Update System  ---
perl-Image-ExifTool-10.80-1.el6 has been pushed to the Fedora EPEL 6 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1550526] Upgrade perl-Image-ExifTool to 10.80

2018-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1550526

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||perl-Image-ExifTool-10.80-1
   ||.el7
 Resolution|--- |ERRATA
Last Closed||2018-03-22 12:36:31



--- Comment #9 from Fedora Update System  ---
perl-Image-ExifTool-10.80-1.el7 has been pushed to the Fedora EPEL 7 stable
repository. If problems still persist, please make note of it in this bug
report.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1559474] New: postgres support seems to be left out of this package but is included upstream

2018-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1559474

Bug ID: 1559474
   Summary: postgres support seems to be left out of this package
but is included upstream
   Product: Fedora
   Version: rawhide
 Component: rt
  Assignee: rc040...@freenet.de
  Reporter: gmcgr...@princeton.edu
QA Contact: extras...@fedoraproject.org
CC: perl-devel@lists.fedoraproject.org,
rc040...@freenet.de, ti...@math.uh.edu



Description of problem:
Missing schema and acl files for postgresql.

Version-Release number of selected component (if applicable):
4.4.2-1

How reproducible:
Reviewing the file list at https://apps.fedoraproject.org/packages/rt/contents/
indicates none of the .Pg files are included where you'd expect them to be
either in the /etc folder or the upgrade folders.

Steps to Reproduce:
1. Install rt
2. Configure RT_SiteConfig.pm database strings for Postgresql
3. Attempt to run /usr/sbin/rt-setup-database --dba postgres --action init
--datadir /etc/rt/

Actual results:
The install fails as the schema and acl files for postgres are missing from
/etc/rt

Expected results:
If you pull those files in from the github releases install runs as expected.

Additional info:
While it's easy to grab the additional files off the github releases this
doesn't seem practical when using the package.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1559195] perl-DBD-CSV-0.50 is available

2018-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1559195

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-DBD-CSV-0.50-1.fc28 has been pushed to the Fedora 28 testing repository.
If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2018-af3c99ff31

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1559211] perl-Time-HiRes-1.9758 is available

2018-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1559211

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #2 from Fedora Update System  ---
perl-Time-HiRes-1.9758-1.fc28 has been pushed to the Fedora 28 testing
repository. If problems still persist, please make note of it in this bug
report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2018-ca5f6d15be

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1559195] perl-DBD-CSV-0.50 is available

2018-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1559195



--- Comment #1 from Fedora Update System  ---
perl-DBD-CSV-0.50-1.fc28 has been submitted as an update to Fedora 28.
https://bodhi.fedoraproject.org/updates/FEDORA-2018-af3c99ff31

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org


[Bug 1559211] perl-Time-HiRes-1.9758 is available

2018-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1559211

Petr Pisar  changed:

   What|Removed |Added

 Status|ASSIGNED|MODIFIED
   Fixed In Version||perl-Time-HiRes-1.9758-1.fc
   ||29



--- Comment #1 from Petr Pisar  ---
A bug-fix release suitable for Fedora ≥ 28.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org