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

31 lines
1004 B
Plaintext

#
# $Id$
#
# Filter for rpm build
#
# PBGRP is replaced by the RPM group of apps
filter PBGRP = Applications/System
# PBLIC is replaced by the license of the application
filter PBLIC = ASL 2.0
# PBDEP is replaced by the list of dependencies
#filter PBDEP =
# PBBDEP is replaced by the list of build dependencies
filter PBBDEP = python-devel,python-setuptools,python-pbr >= 0.8,python-sphinx >= 1.3.1,python-future >= 0.15.2
filter PBDEP = python-docopt >= 0.6.2,python-tortilla >= 0.4.1,python-jinja2 >= 2.7.3,python-pbr >= 0.8,python-simplejson >= 3.8.1,python-requests >= 2.9.1
# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
filter PBSUF = $pb->{'suf'}
# PBOBS is replaced by the Obsolete line
#filter PBOBS =
# transform a variable from the key on the right to the key on the left using the perl expression
# after the input key name. Useful for taking multi-line documentation and removing trailing spaces
# or leading spaces.
#transform PBDESC = PBDESC_raw s/\s+\n/\n/go;