فهرست منبع

move FIXME to the top where we usually place them to catch the eye and fix the syntax of the 'comment' entries (unfortunately have to be fully quoted)

Ralf S. Engelschall 20 سال پیش
والد
کامیت
99e52ce9a8
1فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 4 3
      postgresql/postgresql.spec

+ 4 - 3
postgresql/postgresql.spec

@@ -22,6 +22,8 @@
 ##  SUCH DAMAGE.
 ##
 
+#   FIXME: steve: pgcluster patch is for postgresql 8.0.1 and broken for 8.0.3
+
 #   package versions
 %define       V_postgresql      8.0.3
 %define       V_libpqpp         4.0
@@ -30,7 +32,6 @@
 %define       V_psqlodbc        08.00.0102
 %define       V_slony1          1.1.0
 %define       V_pgpool          2.6.3
-#   FIXME: steve: pgcluster patch is for pgsql8.0.1 and broken for 8.0.3
 %define       V_pgcluster       1.3.0c
 
 #   package information
@@ -135,13 +136,13 @@ AutoReqProv:  no
         version   = %{V_pgpool}
         url       = http://pgpool.projects.postgresql.org/
         regex     = pgpool-(__VER__)\.tar\.gz
-        comment   = beside the filename also the url hat to be changed to download the current version
+        comment   = "steve: beside the filename also the url hat to be changed to download the current version"
     }
     prog postgresql:pgcluster = {
         version   = %{V_pgcluster}
         url       = http://pgfoundry.org/frs/?group_id=1000072&release_id=168
         regex     = pgcluster-(__VER__)-patch\.tar\.gz
-        comment   = beside the filename also the url hat to be changed to download the current version
+        comment   = "steve: beside the filename also the url hat to be changed to download the current version"
     }
 
 %prep