From f567a175c7b0c72c36273e6204bc8c6f2ef11050 Mon Sep 17 00:00:00 2001 From: Bruno Cornec Date: Mon, 27 Jun 2016 20:04:21 +0200 Subject: [PATCH] Adds oem support for RPMs Change-Id: I20fc973172ffe8825d785ddd9228af24b7c5ceed --- pbconf/python-redfish/rpm/python-redfish.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pbconf/python-redfish/rpm/python-redfish.spec b/pbconf/python-redfish/rpm/python-redfish.spec index eb4a4c3..737713c 100644 --- a/pbconf/python-redfish/rpm/python-redfish.spec +++ b/pbconf/python-redfish/rpm/python-redfish.spec @@ -94,6 +94,7 @@ popd %config(noreplace) %{_sysconfdir}/redfish-client.conf %dir %{python_sitelib}/redfish %{python_sitelib}/redfish/*.py* +%{python_sitelib}/redfish/oem/*.py* %{python_sitelib}/python_redfish* # Needs improvement to host all .1 man pages but not the py3 ones %{_mandir}/man1/PBREALPKG.1* @@ -104,6 +105,8 @@ popd %doc README.rst examples/[a-z]*.py LICENSE AUTHORS ChangeLog %dir %{python3_sitelib}/redfish %{python3_sitelib}/redfish/*.py* +%{python3_sitelib}/redfish/oem/*.py* +%{python3_sitelib}/redfish/oem/__pycache__/*.py* %{python3_sitelib}/redfish/__pycache__/*.py* %{python3_sitelib}/python_redfish* %{_mandir}/man1/*-py3.1*