From 08860fa843d88babd46a5896da982ece5e64febc Mon Sep 17 00:00:00 2001 From: Andrew Walsh Date: Tue, 1 Jun 2021 20:54:10 +0000 Subject: [PATCH] Updated python files that are being installed. Related: rhbz#1955374 --- vdo.spec | 126 +++++++++++++++++++++++++++---------------------------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/vdo.spec b/vdo.spec index 88140a9..eed61ef 100644 --- a/vdo.spec +++ b/vdo.spec @@ -85,8 +85,8 @@ done %{_bindir}/vdosetuuid %dir %{python3_sitelib}/%{name} %{python3_sitelib}/%{name}/__init__.py -%{python3_sitelib}/%{name}/__pycache__/__init__.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/__pycache__/__init__.cpython-36.pyc +%{python3_sitelib}/%{name}/__pycache__/__init__.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/__pycache__/__init__.cpython-39.pyc %dir %{python3_sitelib}/%{name}/vdomgmnt/ %{python3_sitelib}/%{name}/vdomgmnt/CommandLock.py %{python3_sitelib}/%{name}/vdomgmnt/Configuration.py @@ -99,40 +99,40 @@ done %{python3_sitelib}/%{name}/vdomgmnt/SizeString.py %{python3_sitelib}/%{name}/vdomgmnt/Utils.py %{python3_sitelib}/%{name}/vdomgmnt/VDOArgumentParser.py -%{python3_sitelib}/%{name}/vdomgmnt/VDOService.py %{python3_sitelib}/%{name}/vdomgmnt/VDOKernelModuleService.py %{python3_sitelib}/%{name}/vdomgmnt/VDOOperation.py +%{python3_sitelib}/%{name}/vdomgmnt/VDOService.py %{python3_sitelib}/%{name}/vdomgmnt/__init__.py -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/CommandLock.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/CommandLock.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Configuration.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Configuration.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Constants.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Constants.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Defaults.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Defaults.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/ExitStatusMixins.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/ExitStatusMixins.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/KernelModuleService.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/KernelModuleService.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/MgmntUtils.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/MgmntUtils.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Service.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Service.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/SizeString.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/SizeString.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Utils.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Utils.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOArgumentParser.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOArgumentParser.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOKernelModuleService.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOKernelModuleService.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOOperation.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOOperation.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOService.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOService.cpython-36.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/__init__.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/__init__.cpython-36.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/CommandLock.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/CommandLock.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Configuration.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Configuration.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Constants.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Constants.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Defaults.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Defaults.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/ExitStatusMixins.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/ExitStatusMixins.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/KernelModuleService.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/KernelModuleService.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/MgmntUtils.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/MgmntUtils.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Service.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Service.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/SizeString.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/SizeString.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Utils.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/Utils.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOArgumentParser.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOArgumentParser.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOKernelModuleService.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOKernelModuleService.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOOperation.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOOperation.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOService.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/VDOService.cpython-39.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/__init__.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/vdomgmnt/__pycache__/__init__.cpython-39.pyc %dir %{python3_sitelib}/%{name}/statistics/ %{python3_sitelib}/%{name}/statistics/Command.py %{python3_sitelib}/%{name}/statistics/Field.py @@ -143,24 +143,24 @@ done %{python3_sitelib}/%{name}/statistics/VDOReleaseVersions.py %{python3_sitelib}/%{name}/statistics/VDOStatistics.py %{python3_sitelib}/%{name}/statistics/__init__.py -%{python3_sitelib}/%{name}/statistics/__pycache__/Command.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/Command.cpython-36.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/Field.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/Field.cpython-36.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/KernelStatistics.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/KernelStatistics.cpython-36.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/LabeledValue.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/LabeledValue.cpython-36.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/StatFormatter.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/StatFormatter.cpython-36.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/StatStruct.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/StatStruct.cpython-36.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/VDOReleaseVersions.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/VDOReleaseVersions.cpython-36.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/VDOStatistics.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/VDOStatistics.cpython-36.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/__init__.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/statistics/__pycache__/__init__.cpython-36.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/Command.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/Command.cpython-39.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/Field.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/Field.cpython-39.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/KernelStatistics.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/KernelStatistics.cpython-39.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/LabeledValue.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/LabeledValue.cpython-39.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/StatFormatter.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/StatFormatter.cpython-39.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/StatStruct.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/StatStruct.cpython-39.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/VDOReleaseVersions.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/VDOReleaseVersions.cpython-39.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/VDOStatistics.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/VDOStatistics.cpython-39.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/__init__.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/statistics/__pycache__/__init__.cpython-39.pyc %dir %{python3_sitelib}/%{name}/utils/ %{python3_sitelib}/%{name}/utils/Command.py %{python3_sitelib}/%{name}/utils/FileUtils.py @@ -168,18 +168,18 @@ done %{python3_sitelib}/%{name}/utils/Transaction.py %{python3_sitelib}/%{name}/utils/YAMLObject.py %{python3_sitelib}/%{name}/utils/__init__.py -%{python3_sitelib}/%{name}/utils/__pycache__/Command.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/utils/__pycache__/Command.cpython-36.pyc -%{python3_sitelib}/%{name}/utils/__pycache__/FileUtils.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/utils/__pycache__/FileUtils.cpython-36.pyc -%{python3_sitelib}/%{name}/utils/__pycache__/Timeout.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/utils/__pycache__/Timeout.cpython-36.pyc -%{python3_sitelib}/%{name}/utils/__pycache__/Transaction.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/utils/__pycache__/Transaction.cpython-36.pyc -%{python3_sitelib}/%{name}/utils/__pycache__/YAMLObject.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/utils/__pycache__/YAMLObject.cpython-36.pyc -%{python3_sitelib}/%{name}/utils/__pycache__/__init__.cpython-36.opt-1.pyc -%{python3_sitelib}/%{name}/utils/__pycache__/__init__.cpython-36.pyc +%{python3_sitelib}/%{name}/utils/__pycache__/Command.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/utils/__pycache__/Command.cpython-39.pyc +%{python3_sitelib}/%{name}/utils/__pycache__/FileUtils.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/utils/__pycache__/FileUtils.cpython-39.pyc +%{python3_sitelib}/%{name}/utils/__pycache__/Timeout.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/utils/__pycache__/Timeout.cpython-39.pyc +%{python3_sitelib}/%{name}/utils/__pycache__/Transaction.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/utils/__pycache__/Transaction.cpython-39.pyc +%{python3_sitelib}/%{name}/utils/__pycache__/YAMLObject.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/utils/__pycache__/YAMLObject.cpython-39.pyc +%{python3_sitelib}/%{name}/utils/__pycache__/__init__.cpython-39.opt-1.pyc +%{python3_sitelib}/%{name}/utils/__pycache__/__init__.cpython-39.pyc %{_unitdir}/vdo.service %{_unitdir}/vdo-start-by-dev@.service %{_presetdir}/97-vdo.preset