summaryrefslogtreecommitdiff
path: root/rpm
Commit message (Collapse)AuthorAgeFilesLines
* Replace simpleparse with pyparsingChristophe Vu-Brugier2013-09-121-2/+2
| | | | | | | | | | | | Configshell uses simpleparse to parse the command line. Unfortunately, simpleparse does not seem to be maintained anymore: the last release was three years ago. Moreover, simpleparse is not widely used (on Debian, only configshell depends on it). On the other hand, pyparsing is actively maintained, widely used and ready for Python 3. So let's use it. Signed-off-by: Christophe Vu-Brugier <cvubrugier@yahoo.fr>
* Merge branch 'upstream' into devAndy Grover2013-07-231-2/+2
|\ | | | | | | | | Conflicts: README
| * configshell: Change copyright to Apache License 2.01.2upstreamNicholas Bellinger2013-07-041-2/+2
| | | | | | | | | | | | | | | | | | This patch converts configshell code copyright from AGPL to the permissive Apache License 2.0. It also update copyright owner to Datera, Inc. Signed-off-by: Nicholas Bellinger <nab@risingtidesystems.com>
* | Fix build scripts for renamed READMEAndy Grover2013-05-071-1/+1
|/ | | | | Reported-by: bsyd Signed-off-by: Andy Grover <agrover@redhat.com>
* Fixed HTML documentationJerome Martin2011-10-191-2/+0
| | | | * HTML pages were corrupted by wrong sed commands.
* Cleaned up packagingJerome Martin2011-10-191-0/+46
* Merged doc with main package. * Not generating pdf anymore, HTML doc is better and cross-referenced anyway and the PDF generation was too dependent on LaTeX distributions which caused endless issues on several systems. * Renamed redhat/ into rpm/, as we also try to aim for SuSe compat, so the old name wasn't making sense anymore. * Added install prefix explicitely to specfile, needed on OpenSuSe, whose default is /usr/local instead of /usr