Open invidian opened 3 years ago
spec FILE is here:
if anyone want to help: https://en.opensuse.org/openSUSE:Build_Service_Collaboration
https://duncan.codes/tutorials/rpm-packaging/#the-open-build-service
or any question on RPM related welcome.
But for helping on this, we just need to modify the Spec file which builds also deb pkg.
Let me know if any question or someone wants to take ownership on this issue
I think this issue could be closed since provider is available in official terraform registry
System Information
Linux distribution
Checklist
[ ] Is your issue/contribution related with enabling some setting/option exposed by libvirt that the plugin does not yet support, or requires changing/extending the provider terraform schema?
[x] Is it a bug or something that does not work as expected? Please make sure you fill the version information below:
Description of Issue/Question
Deb package fails to install due to missing files in the package:
Steps to Reproduce Issue
RUN apt update && apt install -y wget
RUN wget https://download.opensuse.org/repositories/systemsmanagement:/terraform/Ubuntu_20.04/amd64/terraform-provider-libvirt_0.6.3+git.1604843676.67f4f2aa-4.1_amd64.deb
RUN apt install -y ./terraform-provider-libvirt_0.6.3+git.1604843676.67f4f2aa-4.1_amd64.deb EOF
docker build .
touch /usr/share/doc/terraform-provider-libvirt/README.md /usr/share/doc/terraform-provider-libvirt/LICENSE