Actions
Bug #2378
closedrudder-reports.spec compatibility for centos6 : bad require for rsyslog module pgsql
Status:
Released
Priority:
1 (highest)
Assignee:
Matthieu CERDA
Category:
Packaging
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Hi,
on centos6, the package for rsyslog module pgsql is rsyslog-pgsql. This patch fix the issue.
--- SPECS/rudder-reports.spec.ori 2012-03-16 18:08:28.599471684 +0100 +++ SPECS/rudder-reports.spec 2012-03-16 18:05:22.482720662 +0100 @@ -53,7 +53,18 @@ #BuildRequires: gcc Requires: postgresql-server >= 8 Requires: rsyslog >= 4 +%if 0%{?sles_version} == 10 +Requires: rsyslog-module-pgsql >= 4 +%endif + +%if 0%{?sles_version} == 11 Requires: rsyslog-module-pgsql >= 4 +%endif + +%if 0%{?el6} +Requires: rsyslog-pgsql >= 4 +%endif +
Updated by Matthieu CERDA over 12 years ago
- Status changed from New to In progress
- Assignee changed from Jonathan CLARKE to Matthieu CERDA
- Priority changed from N/A to 1 (highest)
- Target version set to 2.4.0~alpha7
Updated by Matthieu CERDA over 12 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset commit:1c180f8f04ecb6ad427a0d9c5df9dccb257c03fd.
Updated by Jonathan CLARKE over 12 years ago
- Tracker changed from User story to Bug
- Status changed from Pending technical review to Released
Updated by Nicolas PERRON almost 12 years ago
- Project changed from Rudder to 34
- Category deleted (
11)
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 34 to Rudder
- Category set to Packaging
Actions