diff --git a/linstor-client.spec b/linstor-client.spec index 222a05e..a20c69b 100644 --- a/linstor-client.spec +++ b/linstor-client.spec @@ -23,12 +23,16 @@ User space client to ease DRBD9 resource management. %{python} setup.py build %install -%{_python} setup.py install --single-version-externally-managed -O1 --root=%{buildroot} --prefix=%{_prefix} --record=INSTALLED_FILES +%{_python} setup.py install --root=%{buildroot} --prefix=%{_prefix} %clean rm -rf $RPM_BUILD_ROOT -%files -f INSTALLED_FILES +%files %defattr(-,root,root) +%doc README.md +%_bindir/* +%python_sitelib/* +%_sysconfdir/bash_completion.d/* %changelog