Merge "remove /data which is not being used"

This commit is contained in:
Zuul 2021-08-19 02:28:02 +00:00 committed by Gerrit Code Review
commit 6c5ab51017

View File

@ -1487,7 +1487,6 @@ echo "log_outputs=\"3:syslog:libvirtd\"" >> %{buildroot}/etc/libvirt/libvirtd.co
## We'll need to set up proper authentication later. ## We'll need to set up proper authentication later.
sed -i '/#auth_tcp/a auth_tcp = "none"' %{buildroot}/etc/libvirt/libvirtd.conf sed -i '/#auth_tcp/a auth_tcp = "none"' %{buildroot}/etc/libvirt/libvirtd.conf
install -d -m 711 %{buildroot}/data/images
## Install logrotate files ## Install logrotate files
install -d -m 755 %{buildroot}/etc/logrotate.d install -d -m 755 %{buildroot}/etc/logrotate.d
install -p -D -m 644 %{SOURCE2} %{buildroot}/etc/logrotate.d/libvirtd install -p -D -m 644 %{SOURCE2} %{buildroot}/etc/logrotate.d/libvirtd
@ -1781,9 +1780,6 @@ exit 0
%files %files
# STX: Customization
%dir /data/images/
%files docs %files docs
# TODO(STX): NEWS is not present in git source repo. # TODO(STX): NEWS is not present in git source repo.
%doc AUTHORS ChangeLog.gz README %doc AUTHORS ChangeLog.gz README