Compare commits

...
Sign in to create a new pull request.

13 commits

Author SHA1 Message Date
Zygmunt Krynicki
73551ba8d9 Merge branch 'rawhide' into epel10 2025-11-17 22:41:46 +01:00
Zygmunt Krynicki
7adae68dcf Merge branch 'rawhide' into epel10 2025-09-03 14:44:38 +02:00
Zygmunt Krynicki
149ad43c8f Merge branch 'rawhide' into epel10 2025-07-14 14:35:06 +02:00
Zygmunt Krynicki
60cf22398e Merge branch 'rawhide' into epel10 2025-03-25 14:34:52 +01:00
Zygmunt Krynicki
07a931bf19
Fix bad merge
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2025-01-22 13:56:24 +01:00
Zygmunt Krynicki
606c9b9b2c
Merge branch 'rawhide' into epel10 2025-01-22 13:42:50 +01:00
Zygmunt Krynicki
413593ae27
Re-cherry pick fix for SELinux timedatex problem
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2024-12-03 12:22:08 +01:00
Zygmunt Krynicki
0495d041f9
Bump release, add changelog
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2024-12-03 12:20:29 +01:00
Zygmunt Krynicki
1d9d4c5f66
Depend on xdelta only on EPEL-9 2024-12-03 12:16:56 +01:00
Zygmunt Krynicki
b27c453fb3
Merge branch 'rawhide' into epel10 2024-11-20 15:11:31 +01:00
Zygmunt Krynicki
1a0008de12
Merge remote-tracking branch 'origin/epel8' into epel10 2024-11-14 17:15:05 +01:00
Zygmunt Krynicki
14128e4ad8 Merge branch 'main' into epel9 2024-09-05 12:53:39 +02:00
Zygmunt Krynicki
2b199658c5 Update to 2.63
Small build change related to snap-seccomp, so that the progarm
continues to build on rawhide (-D_GNU_SOURCE) and another change related
to a stale removal of -Bstatic.

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2024-05-27 09:06:57 +02:00

View file

@ -1639,6 +1639,9 @@ fi
* Tue Dec 03 2024 Orion Poplawski <orion@nwra.com>
- Drop RestartMode from snapd.service on EL8 (rhbz#2315759)
* Tue Dec 3 2024 Zygmunt Krynicki <me@zygoon.pl>
- Constrain dependency on xdelta to EPEL-9
* Fri Nov 29 2024 Zygmunt Krynicki <me@zygoon.pl>
- Re-cherry pick fix for SELinux timedatex problem from upstream
as it was not released in 2.66.1, sorry.