From 8edf8556f59056a8043e4c1bd7af5e2ab63d161e Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 12 Jun 2009 17:11:02 +0200 Subject: Moved and renamed redhat.spec This spec file do not contain anything Red Hat specific, so I gave it a more generic name --- utils/set_version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') 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 ;; *) -- cgit