Switch macro to python3_sitearch (RHBZ:1784688)

i8
Arkady L. Shane 1 year ago
parent b4a753b57e
commit 7edb6979f0
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -42,7 +42,7 @@
#################################################################################
Name: ceph
Version: 12.2.7
Release: 9%{?dist}
Release: 9%{?dist}.inferit
%if 0%{?fedora} || 0%{?rhel}
Epoch: 1
%endif
@ -494,10 +494,10 @@ rm -f %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.*
rm -f %{buildroot}%{_unitdir}/ceph-disk@.service
rm -f %{buildroot}%{_unitdir}/ceph-volume@.service
rm -f %{buildroot}%{_unitdir}/ceph.target
rm -rf %{buildroot}%{python_sitelib}/ceph_detect_init*
rm -rf %{buildroot}%{python_sitelib}/ceph_disk*
rm -rf %{buildroot}%{python_sitelib}/ceph_volume/*
rm -rf %{buildroot}%{python_sitelib}/ceph_volume-*
rm -rf %{buildroot}%{python3_sitelib}/ceph_detect_init*
rm -rf %{buildroot}%{python3_sitelib}/ceph_disk*
rm -rf %{buildroot}%{python3_sitelib}/ceph_volume/*
rm -rf %{buildroot}%{python3_sitelib}/ceph_volume-*
rm -f %{buildroot}%{_mandir}/man8/ceph-deploy.8*
rm -f %{buildroot}%{_mandir}/man8/ceph-detect-init.8*
rm -f %{buildroot}%{_mandir}/man8/ceph-create-keys.8*
@ -785,6 +785,9 @@ fi
%changelog
* Wed Dec 6 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1:12.2.7-9.inferit
- Switch macro to python3_sitearch (RHBZ:1784688)
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1:12.2.7-9
- Rebuilt for MSVSphere 8.8

Loading…
Cancel
Save