Project

General

Profile

Actions

Bug #2378

closed

rudder-reports.spec compatibility for centos6 : bad require for rsyslog module pgsql

Added by Olivier LI KIANG CHEONG about 12 years ago. Updated about 9 years ago.

Status:
Released
Priority:
1
Assignee:
Matthieu CERDA
Category:
Packaging
Target version:
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
+
Actions #1

Updated by Matthieu CERDA about 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
  • Target version set to 2.4.0~alpha7
Actions #2

Updated by Matthieu CERDA about 12 years ago

  • Status changed from In progress to Pending technical review
  • % Done changed from 0 to 100

Applied in changeset commit:1c180f8f04ecb6ad427a0d9c5df9dccb257c03fd.

Actions #3

Updated by Jonathan CLARKE about 12 years ago

  • Description updated (diff)
Actions #4

Updated by Jonathan CLARKE about 12 years ago

  • Tracker changed from User story to Bug
  • Status changed from Pending technical review to Released
Actions #5

Updated by Nicolas PERRON about 11 years ago

  • Project changed from Rudder to 34
  • Category deleted (11)
Actions #6

Updated by Benoît PECCATTE about 9 years ago

  • Project changed from 34 to Rudder
  • Category set to Packaging
Actions

Also available in: Atom PDF