summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Catch up to the latestNima Talebi2009-12-121-3/+2
| |
| * Added note on closing bugNima Talebi2009-09-281-2/+2
| |
| * Added libxml2 dependencies.Nima Talebi2009-09-282-1/+8
| |
* | New release for Debian preparedNima Talebi2009-12-141-0/+10
| |
* | CleanupNima Talebi2009-12-142-1/+7
| |
* | Catch up to the latestNima Talebi2009-12-141-3/+2
| |
* | Added note on closing bugNima Talebi2009-12-141-2/+2
| |
* | Added libxml2 dependencies.Nima Talebi2009-12-142-1/+8
| |
* | Changed version number to 3.10.8David Sommerseth2009-12-102-3/+3
| |
* | Make the unit test run without installing python-dmidecodeDavid Sommerseth2009-12-101-1/+15
| | | | | | | | | | Load the newly compiled module from the python build dir and use the local pymap.xml file.
* | Package the unit-tests and run the unit test after compilationDavid Sommerseth2009-12-102-1/+4
| |
* | Removed not needed code and fixed Makefile to run test unit testDavid Sommerseth2009-12-107-694/+1
| |
* | Added a couple of DMI dumps to be able to run tests as non-rootDavid Sommerseth2009-12-102-0/+0
| |
* | Cleaned up the unit test a little bitDavid Sommerseth2009-12-101-31/+25
| | | | | | | | | | Don't try to do tests which only root can do if not running as root user and removed not needed code or comments
* | Added rpm-md5 Make targetDavid Sommerseth2009-11-271-1/+6
| | | | | | | | | | | | | | This is to build src.rpms which can be built on RHEL distribution. In Fedora 11, RPM changed the file hashing from MD5 to SHA1. The rpm-md5 will use rpmbuild-md5 on these distributions, which then uses the old MD5 hashing.
* | Fixed more .spec file issues after more reviewsDavid Sommerseth2009-11-261-4/+7
| |
* | Fixed more python-dmidecode.spec issues after another community reviewDavid Sommerseth2009-11-251-2/+7
|/
* Added changelog entry for 3.10.7Nima Talebi2009-09-231-0/+3
|
* New release (3.10.7)Nima Talebi2009-09-233-5/+5
|
* Merge branch 'master' of git.autonomy.net.au:python-dmidecodeNima Talebi2009-09-230-0/+0
|\ | | | | | | | | Conflicts: debian/changelog
| * Catching up to DebianNima Talebi2009-09-092-1/+7
| |
* | New debian changelog entry.Nima Talebi2009-09-231-0/+6
| |
* | Catching up to DebianNima Talebi2009-09-232-1/+7
| |
* | Updated .spec release to -7David Sommerseth2009-09-231-1/+1
| |
* | Fixed .spec file issues after review from the Fedora communityDavid Sommerseth2009-09-231-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.
* Merge commit 'nima/xml'David Sommerseth2009-08-1155-6718/+13177
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/changelog Had the same changelog entry in both xml and master branch, with a minor wording difference. Removed the duplicate and merged in the changelog entries from the XML branch src/dmidecode.c Merge process got confused by some functions which was not changed. Removed the code coming from the master branch and let the XML be the base. src/setup-dbg.py src/setup.py In the XML branch, the version of the python-dmidecode is now a function which retrieves the version number from src/version.h. Merged in this feature to master as well.
| * Merge commit 'dazo/xml' into xmlNima Talebi2009-08-111-1/+1
| |\
| | * Removed not needed lib/ directory from tarball ruleDavid Sommerseth2009-08-101-1/+1
| | |
| * | YaOFNima Talebi2009-08-081-2/+2
| | |
| * | Regarding Bug#540389Nima Talebi2009-08-081-0/+6
| | |
| * | Closes #540389 (Debian bug tracker)Nima Talebi2009-08-081-1/+1
| |/ | | | | | | Invalid homepage URI, reported by Jakub Wilk.
| * Moved a OS-specific library settings out to commonv3.10.6-rc1Nima Talebi2009-08-033-6/+8
| | | | | | | | | | The libxml2 path is now handled by `setup_common.py', so the actual setup files are clean from any OS-specific (Debian/RedHat) hacks.
| * spec file - Added needed %{?dist} tag in ReleaseDavid Sommerseth2009-07-281-1/+1
| |
| * Fixed python-dmidecode.spec to build properlyDavid Sommerseth2009-07-131-6/+24
| |
| * Completed python XML map for TypeMap 0x26David Sommerseth2009-07-021-2/+18
| |
| * Completed python XML map for TypeMap 0x21David Sommerseth2009-07-021-1/+17
| |
| * Completed python XML map for TypeMap 0x1EDavid Sommerseth2009-07-021-1/+13
| |
| * Completed python XML map for TypeMap 0x1CDavid Sommerseth2009-07-022-2/+25
| |
| * Completed python XML map for TypeMap 0x1BDavid Sommerseth2009-07-021-1/+11
| |
| * Completed python XML map for TypeMap 0x1ADavid Sommerseth2009-07-021-1/+24
| |
| * Completed python XML map for TypeMap 0x19David Sommerseth2009-07-021-1/+9
| | | | | | | | | | | | | | | | | | | | Format has changed slightly. The original format in v2.10 was: {'Next Scheduled Power-on': [' *','-*',' 0',':0',':0']} The new format is: {'Next Scheduled Power-on': '*-* *:*:*'} The reason is that the formatting in the original list was rather half-done, containing separators in some of the elements.
| * Completed python XML map for TypeMap 0x18David Sommerseth2009-07-021-1/+16
| |
| * Completed python XML map for TypeMap 0x17David Sommerseth2009-07-021-1/+17
| |
| * Completed python XML map for TypeMap 0x16David Sommerseth2009-07-022-2/+23
| |
| * Completed python XML map for TypeMap 0x15David Sommerseth2009-07-021-0/+10
| |
| * Completed python XML map for TypeMap 0x14David Sommerseth2009-07-021-1/+18
| |
| * Completed python XML map for TypeMap 0x13David Sommerseth2009-07-021-1/+14
| |
| * Completed python XML map for TypeMap 0x12David Sommerseth2009-07-021-1/+18
| |
| * Completed python XML map for TypeMap 0x0CDavid Sommerseth2009-07-021-1/+11
| |
| * Completed python XML map for TypeMap 0x0BDavid Sommerseth2009-07-021-1/+11
| |