[sepostgresql] fix specfile

KaiGai Kohei kaigai at fedoraproject.org
Tue Oct 5 06:01:19 UTC 2010


commit 7fe72995becdd1a04635a483827e7f03735bcdee
Author: KaiGai Kohei <kaigai at ak.jp.nec.com>
Date:   Tue Oct 5 15:01:10 2010 +0900

    fix specfile

 sepostgresql.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/sepostgresql.spec b/sepostgresql.spec
index e31fa20..05ea0e8 100644
--- a/sepostgresql.spec
+++ b/sepostgresql.spec
@@ -46,9 +46,7 @@ the operating system. SE-PostgreSQL works as a userspace
 reference monitor to check any SQL query.
 
 %prep
-#XXX - to be revert later
-#%setup -q -n postgresql-%{version}
-%setup -q -n postgresql-9.0beta1
+%setup -q -n postgresql-%{version}
 %patch0 -p1
 %patch1 -p1
 


More information about the scm-commits mailing list