GoogleCloudPlatform / artifact-registry-yum-plugin

Apache License 2.0
6 stars 14 forks source link

Packaging #2

Closed hopkiw closed 3 years ago

hopkiw commented 3 years ago

add el7, el8 spec files. tested building with packagebuilder

google-oss-robot commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hopkiw

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/GoogleCloudPlatform/artifact-registry-yum-plugin/blob/main/OWNERS)~~ [hopkiw] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
hopkiw commented 3 years ago

/packagebuild

hopkiw commented 3 years ago
$ rpm -qpilv /usr/src/redhat/RPMS/x86_64/dnf-plugin-artifact-registry-dummy-g1.el8.x86_64.rpm 
Name        : dnf-plugin-artifact-registry
Epoch       : 1
Version     : dummy
Release     : g1.el8
Architecture: x86_64
Install Date: (not installed)
Group       : Unspecified
Size        : 16058
License     : ASL 2.0
Signature   : (none)
Source RPM  : dnf-plugin-artifact-registry-dummy-g1.el8.src.rpm
Build Date  : Mon 08 Mar 2021 11:30:38 PM UTC
Build Host  : centos-8-20210202.c.liamh-testing.internal
Relocations : (not relocatable)
URL         : https://cloud.google.com/artifact-registry
Summary     : dnf plugin for Google Artifact Registry
Description :
Contains a dnf plugin for authenticated access to Google Artifact Registry repositories.
-rw-r--r--    1 root    root                        0 Mar  8 23:29 /etc/dnf/plugins/artifact-registry.conf
-rw-r--r--    2 root    root                     2243 Mar  8 23:30 /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/artifact-registry.cpython-36.opt-1.pyc
-rw-r--r--    2 root    root                     2243 Mar  8 23:30 /usr/lib/python3.6/site-packages/dnf-plugins/__pycache__/artifact-registry.cpython-36.pyc
-rw-r--r--    1 root    root                     2457 Mar  8 23:24 /usr/lib/python3.6/site-packages/dnf-plugins/artifact-registry.py
drwxr-xr-x    2 root    root                        0 Mar  8 23:30 /usr/share/doc/dnf-plugin-artifact-registry
-rw-r--r--    1 root    root                    11358 Mar  8 23:04 /usr/share/doc/dnf-plugin-artifact-registry/LICENSE
hopkiw commented 3 years ago
$ rpm -qiplv /usr/src/redhat/RPMS/x86_64/yum-plugin-artifact-registry-dummy-g1.el7.x86_64.rpm
Name        : yum-plugin-artifact-registry
Epoch       : 1
Version     : dummy
Release     : g1.el7
Architecture: x86_64
Install Date: (not installed)
Group       : Unspecified
Size        : 14138
License     : ASL 2.0
Signature   : (none)
Source RPM  : yum-plugin-artifact-registry-dummy-g1.el7.src.rpm
Build Date  : Mon 08 Mar 2021 10:47:18 PM UTC
Build Host  : centos-7-20210210.c.liamh-testing.internal
Relocations : (not relocatable)
URL         : https://cloud.google.com/artifact-registry
Summary     : Yum plugin for Google Artifact Registry
Description :
Contains a Yum plugin for authenticated access to Google Artifact Registry repositories.
-rw-r--r--    1 root    root                        0 Mar  8 22:42 /etc/yum/pluginconf.d/artifact-registry.conf
-rw-r--r--    1 root    root                     1424 Mar  8 22:34 /usr/lib/yum-plugins/artifact-registry.py
-rw-r--r--    2 root    root                     1356 Mar  8 22:47 /usr/lib/yum-plugins/artifact-registry.pyc
-rw-r--r--    2 root    root                     1356 Mar  8 22:47 /usr/lib/yum-plugins/artifact-registry.pyo
drwxr-xr-x    2 root    root                        0 Mar  8 22:47 /usr/share/doc/yum-plugin-artifact-registry-dummy
-rw-r--r--    1 root    root                    11358 Mar  8 22:34 /usr/share/doc/yum-plugin-artifact-registry-dummy/LICENSE
illfelder commented 3 years ago

Thanks Liam!

/lgtm