1
0
forked from rpms/pcs
Commit Graph

13 Commits

Author SHA1 Message Date
Adam Williamson
f104d71fb7 Update to 0.9.155, fix tests with Python 3.6 and lxml 3.7
Fixes submitted upstream. Note on the change from `rm -r` to
`rm -rf`: there is a directory named `test` nested in another
directory named `test` (`pcs/test/tools/test`). Depending on
the order in which they're found, `rm -r` might wind up trying
to remove `pcs/test/tools/test` after `pcs/test`, which is an
error and causes %check to fail. `rm -rf` ignores missing
targets, so it succeeds even in this scenario.
2017-01-04 22:18:21 -08:00
Tomas Jelinek
0a8dadeced Re-synced to upstream sources, spec file fixes 2016-09-22 15:49:51 +02:00
Tomas Jelinek
de104aad02 Re-synced to upstream sources, build for python3 2016-04-11 14:55:28 +02:00
Tomas Jelinek
2fc0ad879e Re-synced to upstream sources, security fixes, spec file cleanup
- Re-synced to upstream sources
- Security fix for CVE-2016-0720, CVE-2016-0721
- Fixed rubygems issues which prevented pcsd from starting
- Rubygems built with RELRO
- Spec file cleanup
- Fixed multilib .pyc/.pyo issue
2016-02-18 13:43:43 +01:00
Tomas Jelinek
a80e8a1384 Re-synced to upstream sources 2015-09-18 16:26:36 +02:00
Tomas Jelinek
bea4b7df86 Re-synced to upstream sources 2015-06-23 16:52:58 +02:00
Tomas Jelinek
21e433bdbf Re-synced to upstream sources 2015-06-05 16:43:02 +02:00
Tomas Jelinek
c1e59b16a3 Re-synced to upstream sources 2015-02-19 14:28:35 +01:00
Chris Feist
4bfe6fb772 Re-synced to upstream sources 2013-12-13 18:07:51 -06:00
Chris Feist
a6211c32e4 - Fixed gem building
- Re-synced to upstream sources
2013-04-19 17:14:03 -05:00
Chris Feist
274eea6d37 Don't try and build gems at all 2013-03-25 14:49:49 -05:00
Chris Feist
cb9739cdfe Removed all gems from install 2013-03-25 14:36:17 -05:00
Chris Feist
b23d2bf4cf Removed duplicate libraries already present in fedora 2013-03-25 14:30:08 -05:00