]> sourceware.org Git - systemtap.git/commitdiff
BZ490802, remove bumpspec-unfriendly %{release} macro logic
authorFrank Ch. Eigler <fche@elastic.org>
Thu, 19 Mar 2009 16:31:54 +0000 (12:31 -0400)
committerFrank Ch. Eigler <fche@elastic.org>
Thu, 19 Mar 2009 16:31:54 +0000 (12:31 -0400)
systemtap.spec

index 4eca3451de1679b000285d77e0703894716da2da..540a9d9332a02017da54c1cde73b537d4c41663a 100644 (file)
@@ -1,4 +1,3 @@
-%{!?release: %define release 2}
 %{!?with_sqlite: %define with_sqlite 1}
 %{!?with_docs: %define with_docs 1}
 %{!?with_crash: %define with_crash 0}
@@ -6,9 +5,9 @@
 %{!?elfutils_version: %define elfutils_version 0.127}
 
 Name: systemtap
-# for version, see also configure.ac
 Version: 0.9
-Release: %{release}%{?dist}
+Release: 3%{?dist}
+# for version, see also configure.ac
 Summary: Instrumentation System
 Group: Development/System
 License: GPLv2+
This page took 0.028112 seconds and 5 git commands to generate.