diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-15 04:51:57 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-15 04:51:57 (GMT) |
commit | e9cb56335f1a7058ec78c0c42f67d0c1c5d50585 (patch) | |
tree | 52dbe60b8a414665015b2832b302c7139ad8cd4e | |
parent | 5d4aedb61fe7e2234e489bde946ae91c63e77690 (diff) | |
download | monitoring-plugins-e9cb56335f1a7058ec78c0c42f67d0c1c5d50585.tar.gz |
make spec work again, now that release is in source name again
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@203 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | nagios-plugins.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nagios-plugins.spec.in b/nagios-plugins.spec.in index a4e734c..8d6ee81 100644 --- a/nagios-plugins.spec.in +++ b/nagios-plugins.spec.in | |||
@@ -10,7 +10,7 @@ | |||
10 | 10 | ||
11 | %define version %%{VER} | 11 | %define version %%{VER} |
12 | %define release %%{REL} | 12 | %define release %%{REL} |
13 | %define source %{archive}-%{version} | 13 | %define source %{archive}-%{version}-%{release} |
14 | 14 | ||
15 | Name: %{name} | 15 | Name: %{name} |
16 | Version: %{version} | 16 | Version: %{version} |