summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-06-12 17:11:02 +0200
committerDavid Sommerseth <davids@redhat.com>2009-06-12 17:11:02 +0200
commit8edf8556f59056a8043e4c1bd7af5e2ab63d161e (patch)
tree08c801f3ebef24a9152c9f6d1c8c7e8e2da58833 /utils
parent0d157f366fe0dbae27ace5cdfa7e1b501e5c2ad8 (diff)
downloadpython-dmidecode-8edf8556f59056a8043e4c1bd7af5e2ab63d161e.tar.gz
python-dmidecode-8edf8556f59056a8043e4c1bd7af5e2ab63d161e.tar.xz
python-dmidecode-8edf8556f59056a8043e4c1bd7af5e2ab63d161e.zip
Moved and renamed redhat.spec
This spec file do not contain anything Red Hat specific, so I gave it a more generic name
Diffstat (limited to 'utils')
-rwxr-xr-xutils/set_version4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/set_version b/utils/set_version
index 2e23428..41c3337 100755
--- a/utils/set_version
+++ b/utils/set_version
@@ -36,11 +36,11 @@ case $conf in
printf ",s/^#define VERSION \".*\"/#define VERSION \"${NEW_VERSION}\"/\nw\n" | ed src/version.h 2>/dev/null
echo " ** Updating redhat.spec"
- printf ",s/^Version: .*/Version: ${NEW_VERSION}/\nw\n" | ed redhat.spec 2>/dev/null
+ printf ",s/^Version: .*/Version: ${NEW_VERSION}/\nw\n" | ed contrib/python-dmidecode.spec 2>/dev/null
echo
echo " ** git add src/version.h redhat.spec"
- git add src/version.h redhat.spec
+ git add src/version.h contrib/python-dmidecode.spec
echo
;;
*)