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:
parent
beb5074ddd
commit
a98b54a944
2 changed files with 9 additions and 3 deletions
|
@ -279,6 +279,12 @@
|
|||
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" />
|
||||
<zip destfile="${builder}/dist/${edex.component}.zip"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue