summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* House-keeping around generated .pyc files in sourceNima Talebi2015-06-081-0/+1
|
* Updated utils/set_version to be more intelligent with the .spec fileDavid Sommerseth2009-12-141-6/+33
| | | | | - Reset the Release variable in the .spec file to 1 - Add a changelog entry with the new version
* Revert "Make use of setup_common::get_version() in python-dmidecode.spec as ↵David Sommerseth2009-06-151-2/+5
| | | | | | | | | well" This reverts commit b1db52e62be1a700517308877b08dbf8c5d9e1eb. This change broke rpmbuild --rebuild. So the version number cannot be set dynamically like this. Reverting back to manually updating it.
* Make use of setup_common::get_version() in python-dmidecode.spec as wellDavid Sommerseth2009-06-121-5/+5
| | | | | | Now you only need to change the src/version.h to set the correct version numbers. The utils/set_version script will still help you remember the important steps and make sure you don't do the wrong things.
* Moved and renamed redhat.specDavid Sommerseth2009-06-121-2/+2
| | | | | This spec file do not contain anything Red Hat specific, so I gave it a more generic name
* Added utility to simply change the version numberDavid Sommerseth2009-06-111-0/+53
| | | | This script will update all needed files at once
* Added indenting tool for C code and reindented *.[ch] filesDavid Sommerseth2009-04-291-0/+3