Просмотр исходного кода

use the directive order we have in other packages where 'comment' is first

Ralf S. Engelschall 20 лет назад
Родитель
Сommit
b09cc92303
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      postgresql/postgresql.spec

+ 3 - 3
postgresql/postgresql.spec

@@ -43,7 +43,7 @@ Class:        BASE
 Group:        Database
 License:      GPL
 Version:      %{V_postgresql}
-Release:      20051004
+Release:      20051012
 
 #   package options
 %option       with_server    yes
@@ -136,16 +136,16 @@ AutoReqProv:  no
         regex     = slony1-(\d+\.\d+\.\d+)\.tar\.bz2
     }
     prog postgresql:pgpool = {
+        comment   = "steve: beside the filename also the url hat to be changed to download the current version"
         version   = %{V_pgpool}
         url       = http://pgpool.projects.postgresql.org/
         regex     = pgpool-(__VER__)\.tar\.gz
-        comment   = "steve: beside the filename also the url hat to be changed to download the current version"
     }
     prog postgresql:pgcluster = {
+        comment   = "steve: beside the filename also the url hat to be changed to download the current version"
         version   = %{V_pgcluster}
         url       = http://pgfoundry.org/frs/?group_id=1000072&release_id=168
         regex     = pgcluster-(__VER__)-patch\.tar\.gz
-        comment   = "steve: beside the filename also the url hat to be changed to download the current version"
     }
 
 %prep