Browse Source

stick with 8.1.x releases til all addons are ported to 8.2

Christoph Schug 19 years ago
parent
commit
ffb0ec9092
1 changed files with 4 additions and 3 deletions
  1. 4 3
      postgresql/postgresql.spec

+ 4 - 3
postgresql/postgresql.spec

@@ -46,7 +46,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_postgresql}
-Release:      20061121
+Release:      20061202
 
 #   package options
 %option       with_server       yes
@@ -122,11 +122,12 @@ AutoReqProv:  no
 
 %track
     prog postgresql = {
+        comment   = "cs: stick with 8.1.x releases til all addons are ported to 8.2"
         version   = %{V_postgresql}
         url       = ftp://ftp.postgresql.org/pub/source/
-        regex     = v(\d+\.\d+(\.\d+)*)(?!beta)
+        regex     = v(8\.1(\.\d+)*)(?!beta)
         url       = ftp://ftp.postgresql.org/pub/source/v__NEWVER__/
-        regex     = postgresql-(\d+\.\d+(\.\d+)*)\.tar\.(?:gz|bz2)
+        regex     = postgresql-(8\.1(\.\d+)*)\.tar\.(?:gz|bz2)
     }
     prog postgresql:libpq++ = {
         version   = %{V_libpqpp}