Commit 8cc79e7
authored
Update the OBS systemsmanagement:Agama:Devel GPG key (#3334)
## Problem
- The systemsmanagement:Agama:Devel GPG key expired
- Calling `rpm` prints ugly errors:
```console
agama:~ # rpm -q agama
error: Key acaa9cf7e6e5a213 (systemsmanagement OBS Project <systemsmanagement@build.opensuse.org>) expired on 2026-02-13 10:36:19
error: Key acaa9cf7e6e5a213 (systemsmanagement OBS Project <systemsmanagement@build.opensuse.org>) expired on 2026-02-13 10:36:19
agama-19+54.3c73f2f0f-386.1.x86_64
```
## Solution
- Update the key, it was already updated in OBS
- Was downloaded with
```
curl
"https://build.opensuse.org/projects/systemsmanagement:Agama:Devel/signing_keys/download?kind=gpg"`
```1 parent f46339d commit 8cc79e7
File tree
2 files changed
+14
-8
lines changed- live
- live-root/tmp
- src
2 files changed
+14
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
0 commit comments