aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshemminger <shemminger>2004-05-11 21:22:28 +0000
committershemminger <shemminger>2004-05-11 21:22:28 +0000
commit5c76d5a34bf3378436f93e95a0e750b5546b6f46 (patch)
tree92ad60f122c5149b13d79e6cfd149c3f5672f8d6
parent914abde5566e3c03bf144a93ff9c2f051da55c3e (diff)
downloadbridge-utils-5c76d5a34bf3378436f93e95a0e750b5546b6f46.tar.gz
Change to 1.0
-rw-r--r--brctl/brctl.c4
-rw-r--r--bridge-utils.spec8
2 files changed, 6 insertions, 6 deletions
diff --git a/brctl/brctl.c b/brctl/brctl.c
index 2dc4f27..5ff9ab4 100644
--- a/brctl/brctl.c
+++ b/brctl/brctl.c
@@ -23,7 +23,7 @@
#include "libbridge.h"
#include "brctl.h"
-const char *version = "0.9.9";
+const char *version = "bridge-utils 1.0 (11-May-2004)";
const char *help_message =
"commands:\n"
@@ -59,7 +59,7 @@ int main(int argc, char *argv[])
goto help;
if (strcmp(argv[1], "-V") == 0) {
- fprintf(stderr, "bridge-utils %s\n", version);
+ fprintf(stderr, "%s, %s\n", argv[0], version);
return 0;
}
diff --git a/bridge-utils.spec b/bridge-utils.spec
index 144679b..9555c49 100644
--- a/bridge-utils.spec
+++ b/bridge-utils.spec
@@ -1,11 +1,11 @@
-Summary: Utilities for configuring the linux ethernet bridge.
Name: bridge-utils
-Version: 0.9.8
+Version: 1.0
Release: 1
Copyright: GPL
Group: System Environment/Base
-Source0: http://bridge.sourceforge.net/bridge-utils/bridge-utils-%{PACKAGE_VERSION}.tar.gz
-BuildRoot: /var/tmp/%{name}-%{version}-root
+Summary: Utilities for configuring the linux ethernet bridge.
+Buildroot: %{_tmppath}/%{name}-%{version}
+Source: %{name}-%{version}.tar.gz
%description
This package contains utilities for configuring the linux ethernet