This commit is contained in:
Daniel Berteaud 2022-08-14 23:35:02 +02:00
parent 755e642658
commit 12ba21e644
1 changed files with 6 additions and 2 deletions

View File

@ -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