ASM #15311 - Update pgadmin spec file to allow for postgresql version greater than or equal to 8.4.13-1 and customTargets.xml for EDEX to allow for flexible feature files.

Change-Id: I9cf47aff9c6fa874ffe3d2e8bbbba2871abacec2

Former-commit-id: f1383bbdbadc54f8f2a0384d319c70160464a3ac
This commit is contained in:
Shawn.Hooper 2015-02-04 16:45:06 -05:00
parent d1b3f2a5f4
commit 915ddd6964
2 changed files with 9 additions and 3 deletions

View file

@ -278,6 +278,12 @@
input="${edex.component}"
regexp="com-raytheon-uf-(.+)-feature"
select="\1" />
<propertyregex property="edex.component"
override="true"
input="${edex.component}"
regexp="^(?:edu|gov)-.*(edex-.+)-feature"
select="\1" />
<!-- Create the distribution directory. -->
<mkdir dir="${builder}/dist" />

View file

@ -21,9 +21,9 @@ Packager: Bryan Kowal
AutoReq: no
BuildRequires: awips2-postgresql = 9.2.3-1.el6
BuildRequires: postgresql = 8.4.13-1.el6_3
BuildRequires: postgresql-devel = 8.4.13-1.el6_3
BuildRequires: postgresql-libs = 8.4.13-1.el6_3
BuildRequires: postgresql >= 8.4.13-1.el6_3
BuildRequires: postgresql-devel >= 8.4.13-1.el6_3
BuildRequires: postgresql-libs >= 8.4.13-1.el6_3
BuildRequires: wxGTK >= 2.8.12-1
BuildRequires: wxGTK-devel >= 2.8.12-1