Skip to content

Commit

Permalink
Configure the GPG key for Fedora 40.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Feb 16, 2024
1 parent 8aa0fa5 commit 4b2581a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ fedora-rawhide, fedora-39, fedora-38, centos-stream-8, centos-stream-9 ]
os: [ fedora-rawhide, fedora-40, fedora-39, fedora-38, centos-stream-8, centos-stream-9 ]
steps:
- uses: actions/checkout@v3
- name: Set the right OS in the Dockerfile
Expand Down
4 changes: 4 additions & 0 deletions rpm2swidtag.conf.d/fedora-40.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[link Fedora 40]
key-id = a15b79cc
software-creator-file = /usr/lib/swidtag/fedoraproject.org/org.fedoraproject.Fedora-40.swidtag
component-of-file = /usr/lib/swidtag/fedoraproject.org/org.fedoraproject.Fedora-40.swidtag
2 changes: 1 addition & 1 deletion rpm2swidtag.conf.d/fedora-rawhide.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[link Fedora rawhide]
key-id = a15b79cc
key-id = e99d6ad1
software-creator-file = /usr/lib/swidtag/fedoraproject.org/org.fedoraproject.Fedora-rawhide.swidtag
component-of-file = /usr/lib/swidtag/fedoraproject.org/org.fedoraproject.Fedora-rawhide.swidtag
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
scripts = ['bin/rpm2swidtag', 'bin/dnf-plugin-swidtags-update-from-0.7', 'bin/swidq'],
data_files = [
('/etc/rpm2swidtag', ['rpm2swidtag.conf', 'swidtag-template.xml', 'swidtag.xslt', 'rpm2swidtag.xslt', 'rpm2swidtag-tagid.xslt']),
('/etc/rpm2swidtag/rpm2swidtag.conf.d', ['rpm2swidtag.conf.d/fedora-rawhide.conf', 'rpm2swidtag.conf.d/fedora-39.conf', 'rpm2swidtag.conf.d/fedora-38.conf', 'rpm2swidtag.conf.d/fedora-37.conf', 'rpm2swidtag.conf.d/fedora-36.conf']),
('/etc/rpm2swidtag/rpm2swidtag.conf.d', ['rpm2swidtag.conf.d/fedora-rawhide.conf', 'rpm2swidtag.conf.d/fedora-40.conf', 'rpm2swidtag.conf.d/fedora-39.conf', 'rpm2swidtag.conf.d/fedora-38.conf', 'rpm2swidtag.conf.d/fedora-37.conf']),
('/etc/swid', ['swidq.conf']),
('/etc/swid/swidtags.d', []),
('/usr/share/swidq/stylesheets', ['swidq-info.xslt', 'swidq-dump.xslt', 'swidq-files.xslt', 'swidq-xml.xslt']),
Expand Down

0 comments on commit 4b2581a

Please sign in to comment.