summaryrefslogtreecommitdiffhomepage
path: root/tests/20_test_rpm.py
Commit message (Collapse)AuthorAge
* rpm.SpecFile: support %autosetupMarkus Lehtonen2017-12-16
| | | | | | | | | Try to do "the right thing" when %autosetup macro is used in the spec file. That is, do not examine/manage %patch macros at all, but, assume that patches are handled by %autosetup which was introduced in RPM v4.11. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
* Kill six.iteritemsGuido Günther2017-10-20
|
* tests/*rpm*: flake8 cleanGuido Günther2016-12-07
|
* Use six.iteritems()Guido Günther2015-10-24
| | | | | | to work towards Python3 support Gbp-Dch: Ignore
* Fix FSF address - thanks rpmlintEvgeni Golov2015-06-22
| | | | use gnu.org/licences instead of a postal address, as suggested by Guido
* tests: add unit tests for gbp.rpm.SrcRpmFileMarkus Lehtonen2015-04-01
| | | | Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
* tests: minor test case cleanupsGuido Günther2015-03-27
| | | | Remove unused imports, remove unused variables or actually use them
* rpm tests: use eq_ and ok_ from nose toolsMarkus Lehtonen2015-02-20
| | | | | | | Provides better error messages as is more consistent as eq_ was already used in some test cases. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
* Introduce rpm helpersMarkus Lehtonen2014-07-24
Implements a new gbp.rpm module that contains functionality for e.g. parsing and editing spec files, reading src.rpm files rpm-specific packaging policy etc. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com> Signed-off-by: Zhang Qiang <qiang.z.zhang@intel.com> Signed-off-by: Huang Hao <hao.h.huang@intel.com>