Commit graph

119 commits

Author SHA1 Message Date
Fedora Release Engineering
0fca6f44c6 Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-16 03:52:57 +00:00
Zbigniew Jędrzejewski-Szmek
22698963b2 Version 20260107
... (rhbz#2415251)
2026-01-10 11:28:02 +01:00
Zbigniew Jędrzejewski-Szmek
3f7af72b4f Version 20251027
... (rhbz#2406666)
2025-10-31 14:32:20 +01:00
Zbigniew Jędrzejewski-Szmek
34d3845285 Version 20251012
... (rhbz#2400066)
2025-10-12 22:31:18 +02:00
Zbigniew Jędrzejewski-Szmek
2f8cf7d3c2 Version 20250807.1
... (rhbz#2387052)
2025-08-11 12:52:35 +02:00
Fedora Release Engineering
21637039de Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 17:11:59 +00:00
Zbigniew Jędrzejewski-Szmek
bd81c16ae0 Version 20250716
... (rhbz#2376804)
2025-07-17 15:29:39 +02:00
Zbigniew Jędrzejewski-Szmek
20a4fd8bf1 Version 20250430.1
... (rhbz#2363106)
2025-06-11 17:04:50 +02:00
Zbigniew Jędrzejewski-Szmek
4b99ae72f0 Stop putting the gpg keyring in sources
This now causes a linter error.

[skip changelog]
2025-06-11 17:04:32 +02:00
Zbigniew Jędrzejewski-Szmek
775e223cc0 Version 20250123
... (rhbz#2341704)
2025-01-23 09:45:53 +01:00
Zbigniew Jędrzejewski-Szmek
daf1abdaa4 Switch to pregenerated keyrings
- Also drop the symlink that enables the timer

sq was upgraded in all Fedora branches to >= 1.0, and the sq CLI changed again
and the package doesn't build. Switch to precompiled keyrings so that we don't
need to do the local build. They are signed by the same upstream key
"02FD1C7A934E614545849F19A6234074498E9CEE (Christian Hesse (Arch Linux Package Signing)
  <arch@eworm.de> (UNAUTHENTICATED))",
so the security level should be similar.

https://docs.fedoraproject.org/en-US/packaging-guidelines/#_source_file_verification
says a script should be used, but that script assumes that the signature
is detached. No provision for inline signatures was made. Also, the script
uses gpg… Let's just open-code a check with sq.

The timer was enabled in 5c058c1c02. I don't
think we want the timer to be enabled by default. We upgrade the package
regularly, whenever upstream makes a release, so users will get the new keyring
anyway.
2025-01-18 17:12:40 +01:00
Fedora Release Engineering
623d4ad128 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 11:28:25 +00:00
Zbigniew Jędrzejewski-Szmek
6bdf2edb8c Upload sources
[skip changelog]
2024-12-03 11:41:30 +01:00
Zbigniew Jędrzejewski-Szmek
44fc02e66d Version 20241203
... (rhbz#2330133)
2024-12-03 10:56:17 +01:00
Zbigniew Jędrzejewski-Szmek
0ca7c778e9 Version 20241015
... (rhbz#2319024)
2024-10-24 09:40:57 +02:00
Tingjie Zhong
dfa997d9a9 Change a BuildRequires from /usr/bin/sq to sequoia-sq
Replaced a BuildRequires from the direct executable path (/usr/bin/sq) to the package name (sequoia-sq) to avoid ambiguity, as multiple packages (squirrel, ispell-sq) provide the sq executable.
2024-09-12 21:51:37 +00:00
Fedora Release Engineering
89a50dfe39 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-17 17:22:11 +00:00
Frantisek Sumsal
30f3c543f7 Version 20240709
... (rhbz#2296950)
2024-07-12 16:40:24 +02:00
Zbigniew Jędrzejewski-Szmek
b26a8ce690 Version 20240609
... (rhbz#2291115)
2024-06-10 12:43:06 +02:00
Zbigniew Jędrzejewski-Szmek
781daed2f6 Version 20240520
... (rhbz#2277698)
2024-06-02 13:56:09 +02:00
Michel Lind
1470311e92
Use Python 3.11 when building on EL 9
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2024-05-13 16:42:36 -05:00
Zbigniew Jędrzejewski-Szmek
3b4e0b0d82 Version 20240427
... (rhbz#2277519)
2024-04-27 21:19:27 +02:00
Zbigniew Jędrzejewski-Szmek
a88ca31402 Drop now-needed patch for sequoia-sq
[skip changelog]
2024-04-27 21:17:21 +02:00
Frantisek Sumsal
0d79a26203 Version 20240313
... (rhbz#2269408)

This also reshuffles the patch situation a bit, notably:
 - the patch for sq-keyring-linter is no longer necessary, since we have
   sequoia-sq >= 0.31.0 in all active Fedora releases
 - a new patch was added that reverts [0], since ATTOW in Fedora we have
   sequoia-sq 0.33.0 which is from before the keyring module was moved
   into the toolbox one; once Fedora gets sequoia-sq >= 0.34.0 this
   patch can be dropped

[0] 10252b287d
2024-03-20 17:25:40 +01:00
Zbigniew Jędrzejewski-Szmek
3e3512daed Version 20240208
... (rhbz#2263434)
2024-02-09 12:55:26 +01:00
Zbigniew Jędrzejewski-Szmek
9866da662c Rework scriptlets to initialize the keyring
The scriptlet would only work if pacman was already installed when the
scriptlet was called. This would often be the case, but for example, the
user might even install pacman later in a separate transaction.

Let's switch to a %transfiletriggerin: this way we should be called in
all cases where pacman-key is available. We might be called more often
than necessary, but that should be fine too. pacman is updated rather
rarely.
2024-02-09 12:55:26 +01:00
Fedora Release Engineering
40dd804c84 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-22 23:23:49 +00:00
Fedora Release Engineering
f9d549a379 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-19 13:29:18 +00:00
Frantisek Sumsal
cefddda0dc Version 20231222
... (rhbz#2255663)
2024-01-03 10:02:56 +01:00
Frantisek Sumsal
c9be52cc0e Version 20231207
... (rhbz#2253495)
2023-12-13 21:26:57 +01:00
Frantisek Sumsal
bee023edf6 Version 20231130
... (rhbz#2252233)
2023-12-03 19:31:34 +01:00
Zbigniew Jędrzejewski-Szmek
e5c6c97925 Convert license tag to SPDX 2023-11-21 14:44:11 +01:00
Frantisek Sumsal
15390612fc Version 20231113
... (rhbz#2248590)
2023-11-14 19:40:20 +01:00
Frantisek Sumsal
8d239874d3 Version 20231026
... (rhbz#2246326)
2023-11-03 18:46:24 +01:00
Zbigniew Jędrzejewski-Szmek
08ca5376dd Version 20231017
... (rhbz#2243196)
2023-10-17 15:33:43 +02:00
Zbigniew Jędrzejewski-Szmek
8ecc997ae3 Version 20230918
... (rhbz#2239389)
2023-09-18 15:00:54 +02:00
Zbigniew Jędrzejewski-Szmek
a71f4e415d Use rhbz# in message
This way bodhi should be able to link the update to the bug automatically.

The bug number is moved from the git commit title to the body. We don't really
need this clutter in the git log, it is only useful in the %changelog so that
bodhi can pick it up.

[skip changelog]
2023-09-18 14:59:38 +02:00
Michel Lind
d3b55964ad
Revert upstream feature that uses sq >= 0.31.0
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2023-09-07 11:27:49 -05:00
Frantisek Sumsal
5323e39da1 Version 20230821 (#2233045) 2023-08-21 20:23:44 +02:00
Fedora Release Engineering
caf6717109 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-19 13:41:33 +00:00
Frantisek Sumsal
822f67b618 Version 20230704 (#2219535) 2023-07-09 22:53:32 +02:00
Frantisek Sumsal
1d8dbf9d13 Version 20230629 (#2218594) 2023-07-01 09:49:38 +02:00
Frantisek Sumsal
9d1145c5ee Version 20230504 (#2193100) 2023-05-08 21:12:11 +02:00
Frantisek Sumsal
655fd8f472 Version 20230320 (#2180086) 2023-03-24 13:06:02 +01:00
Frantisek Sumsal
b1c2af9db4 Version 20230225 (#2172640) 2023-02-28 20:11:15 +01:00
Frantisek Sumsal
c001da5e56 Version 20230130 (#2165491) 2023-02-16 12:56:31 +01:00
Fedora Release Engineering
84343f620e Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-18 22:04:30 +00:00
Frantisek Sumsal
19627a7283 Version 20221220 (#2154797) 2022-12-27 12:25:01 +01:00
Frantisek Sumsal
c7abed1c02 Version 20221213 (#2153046) 2022-12-15 10:07:29 +01:00
Frantisek Sumsal
40e3274067 Run integrity & consistency checks 2022-12-15 10:04:33 +01:00