- added new suse container key, moved the old one to -old - openSUSE-build-key-import.service,openSUSE-build-key-import.service.timer, import-openSUSE-build-key: Add systemd timer and service framework that imports new keys. OBS-URL: https://build.opensuse.org/request/show/1148274 OBS-URL: https://build.opensuse.org/package/show/Base:System/openSUSE-build-key?expand=0&rev=64
11 lines
199 B
Desktop File
11 lines
199 B
Desktop File
[Unit]
|
|
Description=Service to import new GPG Keys into RPM database
|
|
After=local-fs.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/import-openSUSE-build-key
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|