Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New upstream release (v3.12.2)v3.12.2 | Nima Talebi | 2015-06-08 | 1 | -1/+4 |
| | |||||
* | New upstream release v3.12.1v3.12.1 | David Sommerseth | 2013-07-08 | 1 | -1/+4 |
| | | | | | | | This includes a rebase against upstream dmidecode v2.12 and an update against the SMBIOS reference specification v2.8.0. Signed-off-by: David Sommerseth <davids@redhat.com> | ||||
* | Rebase against upstream dmidecode v2.11 | David Sommerseth | 2013-07-08 | 1 | -1/+4 |
| | | | | | | This includes an update against the SMBIOS reference specification v2.7.0 Signed-off-by: David Sommerseth <davids@redhat.com> | ||||
* | New upstream release (v3.10.15)v3.10.15 | David Sommerseth | 2013-07-03 | 1 | -1/+4 |
| | | | | Signed-off-by: David Sommerseth <davids@redhat.com> | ||||
* | New upstream release (v3.10.14)v3.10.14 | David Sommerseth | 2013-04-05 | 1 | -1/+4 |
| | | | | Signed-off-by: David Sommerseth <davids@redhat.com> | ||||
* | New upstream release - v3.10.13 | Nima Talebi | 2010-06-03 | 1 | -1/+4 |
| | |||||
* | v3.10.12 in light of recent bugfix release | Nima Talebi | 2010-03-12 | 1 | -1/+4 |
| | | | | Also, switch to dpkg-source 3.0 (quilt) format. | ||||
* | Use %{_prefix} instead of hard coding /usr in setup.py --prefix | David Sommerseth | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | RPM spec: Install into /usr instead of /usr/local | Michael Brown | 2010-03-04 | 1 | -1/+1 |
| | | | | | | On OpenSuSE, the default 'setup.py install' installs to /usr/local Added --prefix=/usr to setup.py install command in the RPM spec so rpmbuild picks up the correct files. | ||||
* | New feature release (log handling)v3.10.11 | Nima Talebi | 2010-02-16 | 1 | -1/+4 |
| | |||||
* | New upstream release (v3.10.10) | Nima Talebi | 2010-02-16 | 1 | -1/+4 |
| | |||||
* | Forgot to update versioning informationv3.10.9 | Nima Talebi | 2010-01-07 | 1 | -1/+4 |
| | | | | | (Despite dazo automating the process with a script, it was obviously still too difficult). | ||||
* | Updated for 3.10.8v3.10.8 | Nima Talebi | 2010-01-06 | 1 | -0/+9 |
| | |||||
* | Changed version number to 3.10.8 | David Sommerseth | 2009-12-10 | 1 | -2/+2 |
| | |||||
* | Package the unit-tests and run the unit test after compilation | David Sommerseth | 2009-12-10 | 1 | -0/+3 |
| | |||||
* | Fixed more .spec file issues after more reviews | David Sommerseth | 2009-11-26 | 1 | -4/+7 |
| | |||||
* | Fixed more python-dmidecode.spec issues after another community review | David Sommerseth | 2009-11-25 | 1 | -2/+7 |
| | |||||
* | Added changelog entry for 3.10.7 | Nima Talebi | 2009-09-23 | 1 | -0/+3 |
| | |||||
* | New release (3.10.7) | Nima Talebi | 2009-09-23 | 1 | -2/+2 |
| | |||||
* | Updated .spec release to -7 | David Sommerseth | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | Fixed .spec file issues after review from the Fedora community | David Sommerseth | 2009-09-23 | 1 | -6/+4 |
| | | | | | | | Details can be found here: https://bugzilla.redhat.com/show_bug.cgi?id=515230#c1 The comment regarding check against older Python versions is needed to be able to build RPMs on RHEL4 and RHEL5. | ||||
* | spec file - Added needed %{?dist} tag in Release | David Sommerseth | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | Fixed python-dmidecode.spec to build properly | David Sommerseth | 2009-07-13 | 1 | -6/+24 |
| | |||||
* | Revert "Make use of setup_common::get_version() in python-dmidecode.spec as ↵ | David Sommerseth | 2009-06-15 | 1 | -5/+1 |
| | | | | | | | | | 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 well | David Sommerseth | 2009-06-12 | 1 | -1/+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.spec | David Sommerseth | 2009-06-12 | 1 | -0/+52 |
This spec file do not contain anything Red Hat specific, so I gave it a more generic name |