diff options
-rw-r--r-- | contrib/python-dmidecode.spec (renamed from redhat.spec) | 0 | ||||
-rwxr-xr-x | utils/set_version | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/redhat.spec b/contrib/python-dmidecode.spec index 791fc9d..791fc9d 100644 --- a/redhat.spec +++ b/contrib/python-dmidecode.spec 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 ;; *) |