20 Commits

Author SHA1 Message Date
Bruno Cornec
e9985e6de1 python3-future was missing 2016-04-06 01:57:39 +02:00
Bruno Cornec
b9771c00a5 Fix #43 by providing python3 pkgs
- Adds python3 package build in .spec
- Adds a doc package to host html and pdf
- Keeps man pages common
2016-04-06 01:57:19 +02:00
Uggla
554672a012 Fix rpm spec
- Decrease sphinx version.
- Include documentation in rpm.
2016-04-04 20:19:01 +02:00
Bruno Cornec
f876aa6711 New version of PR #38
- Put back python funny syntax in requirements.txt
- Create a PB macro (for now in all.pbf) to alter the requirements.txt
  to remove the funny python syntax
2016-04-04 19:35:03 +02:00
Bruno Cornec
04e5591443 Fix RPM build for 0.3
- Adds entry for management of /var/log/python-redfish by the RPM (not
  used I think it shouldn't be handled that way)
- python-requests >= 2.9.1 is a mandatory installation dep
- Removal for now of the python3 compatible line causing problems with
  setuptools
2016-04-02 02:03:07 +02:00
Bruno Cornec
993f3f2825 Precise python modules versions needed
for RPM build
2016-04-02 01:24:20 +02:00
Bruno Cornec
d1c8ff941a - RPM build needs python-future 2016-04-01 18:20:16 +02:00
Bruno Cornec
ac776e5fb5 remove setup.py from pb processing 2016-03-17 01:40:12 +01:00
Bruno Cornec
a6799130e8 Adapt rpm package build to new setup.py
- Review install script to use the --prefix option, install doc in the
  corerct place (/usr/share/doc) and fix the wrong placement of the conf
  file for now
- Declare new macros (which are not used yet BTW)
- Fix the spec file for new loactions
- Adds urllib3 to python dependencies
2016-03-17 01:40:12 +01:00
Bruno Cornec
d94b5d4850 Improve rpm package generation
- Filter install.sh for PB macros
- adds doc to spec file
2016-03-17 01:40:12 +01:00
Bruno Cornec
fb73eac0f5 Improve package build system
- Adds new dependencies for rpm & deb packages
- Remove install of client done in the new setup.py
2016-02-19 20:12:44 +01:00
Uggla
562999c633 Rename client from redfish-client.py to redfish-client 2016-02-19 18:33:56 +01:00
Bruno Cornec
1cf02e1aa1 Merge pull request #22 from uggla/types4systems
Major update.
2016-02-17 19:43:17 +01:00
Bruno Cornec
8f6d519a62 - doc management in .spec
- Build documentation (pdf and singlehtml)
- Install documentation (that should become a separate script to be
  called)
- Adds files generated in the list of files managed by rpm
2016-02-15 02:06:24 +01:00
Uggla
63b26e0840 Use PBVER instead of hardcoded version 2016-02-13 19:55:34 +01:00
Bruno Cornec
2bfff304ed Improved build for deb
- Add dependencies for deb build (NOTE: the mandatory python-tortilla
  package doesn't exist in Ubuntu or Debian for now)
- reduce setup.cfg in deliveries and fix OpenSTack related content
2016-02-12 15:52:43 +01:00
Bruno Cornec
0c173c7c87 Fix deb package build dependencies 2016-01-22 01:52:13 +01:00
Bruno Cornec
ce7e6da0aa Package build and delivery improvements
- Fix #13 (https://github.com/bcornec/python-redfish/issues/13) by adding a dependency on python-jinja2
2016-01-19 11:04:19 +01:00
Bruno Cornec
90c7c1900c Package build and delivery improvements
- Setup repository delivery on mondorescue.org
2016-01-19 11:00:55 +01:00
Bruno Cornec
eabe105d2f Project-Builder support for python-redfish
- Adds python-redfish.spec for pb from previous version
- first rpm made using project-builder.org
- Adds a changelog file for pb
- Now delivers redfish-client under /usr/bin
- Fix dependencies needed to invoke redfish-client
- Versions can now be used through pb instead of being hardcoded
- Prepare deb package build
2016-01-18 16:50:55 +01:00