Timothée Ravier
5734183ac3
comps-sync f41 2024-04-24
...
See: https://pagure.io/fedora-comps/pull-request/959
See: https://github.com/fedora-silverblue/issue-tracker/issues/555
2024-04-24 20:27:30 +02:00
Timothée Ravier
62801af663
comps-sync f41 2024-03-23
...
See: https://pagure.io/fedora-comps/pull-request/945
See: https://pagure.io/fedora-comps/pull-request/938
See: https://pagure.io/fedora-kde/SIG/issue/486
2024-03-23 16:56:27 +01:00
Adam Williamson
5f687be21e
comps-sync f40 2024-02-07
...
Specifically for:
https://pagure.io/fedora-comps/pull-request/935
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-02-07 08:29:49 -08:00
Timothée Ravier
c3cda89090
comps-sync f40 2024-02-01
...
See: https://pagure.io/fedora-comps/pull-request/934
2024-02-01 16:38:54 +01:00
Timothée Ravier
5ed80bc8a3
comps-sync f40 2024-01-19
...
See: https://pagure.io/fedora-comps/pull-request/930
2024-01-19 13:19:45 +01:00
Timothée Ravier
f8b710e527
comps-sync f40 2024-01-08
...
See: https://pagure.io/fedora-comps/pull-request/927
See: https://pagure.io/fedora-comps/pull-request/923
2024-01-08 12:12:52 +01:00
Timothée Ravier
9612fe3891
comps-sync f40 2023-12-11
...
See: https://pagure.io/fedora-comps/c/d08b6b720d66253aa9cf81f72e3ab726337defa7?branch=main
See: https://pagure.io/fedora-comps/pull-request/915
See: https://fedoraproject.org/wiki/Changes/SSSDRemoveFilesProvider
2023-12-11 18:14:23 +01:00
Timothée Ravier
8671b40808
comps-sync f40 2023-11-23
...
See: https://pagure.io/fedora-comps/pull-request/910
2023-11-23 12:31:49 +01:00
Timothée Ravier
b8efe6a6fb
comps-sync f40 2023-10-20
...
Missed from previous change.
Fixes: https://pagure.io/workstation-ostree-config/pull-request/426
2023-10-20 17:00:07 +02:00
Timothée Ravier
06fcdac6f3
comps-sync.py: Remove special case for kernel packages
2023-09-27 20:02:11 +02:00
Timothée Ravier
cf4dcc7206
comps-sync.py: Unify group loading logic
2023-09-27 10:53:32 +02:00
Timothée Ravier
3b39e83dae
comps-sync f40 2023-08-22
2023-08-22 18:28:12 +02:00
Timothée Ravier
6c8bcdba53
comps-sync f40 2023-08-09
...
Includes changes from: https://pagure.io/fedora-comps/pull-request/867
2023-08-09 16:51:08 +02:00
Aleksei Bavshin
11fb756e70
comps-sync f39 2023-07-22
...
With fedora-comps#859 applied.
2023-07-22 10:42:56 -07:00
Timothée Ravier
e6e38f9950
comps-sync f39 2023-07-07
...
Done with [1] reverted.
See: https://github.com/fedora-silverblue/issue-tracker/issues/478
See: https://pagure.io/fedora-comps/pull-request/854
[1] https://pagure.io/fedora-comps/c/33598ec0c9343564a1f81c11a98b51ec5fa996e0?branch=main
2023-07-07 16:49:55 +02:00
Timothée Ravier
d71ad507d0
comps-sync f39 2023-06-16
2023-06-16 22:10:36 +02:00
Jens Petersen
1c0f8947d0
f39 common-ostree-pkgs: drop fedora-repos-modular
...
https://fedoraproject.org/wiki/Changes/No_default_fedora-repos-modular
2023-06-16 11:01:03 +02:00
Adam Williamson
8bcf619aae
comps-sync f39 2023-04-22
...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2023-04-22 12:23:02 -07:00
Timothée Ravier
f4817550e8
comps-sync f39 2023-04-21
2023-04-21 17:59:00 +02:00
Aleksei Bavshin
cc15eb5a47
comps-sync f39 2023-03-27
2023-03-27 08:39:37 -07:00
Timothée Ravier
3f3e50ad80
comps-sync f39 2023-03-13
2023-03-13 14:55:40 +01:00
Peng Wu
9b977bb649
fedora-common-ostree-pkgs: Update default fonts for CJK languages
...
See https://fedoraproject.org/wiki/Changes/Noto_CJK_Variable_Fonts
2023-03-13 13:40:56 +00:00
Akira TAGOH
be4b9821c5
fedora-common-ostree-pkgs: Update default fonts for Khmer and Thai
...
See https://fedoraproject.org/wiki/Changes/NotoFontsForTwoLang
2023-03-08 17:06:17 +09:00
Timothée Ravier
637f441ba3
comps-sync f38 2023-01-24
...
See: https://pagure.io/fedora-comps/pull-request/789
2023-01-24 10:26:12 +01:00
Adam Williamson
6a689cc380
Drop some now-unneeded manual handling of arch-specific packages
...
This lets the recently-merged improved arch-specific package
support handle all the arch-specific packages which were
previously excluded in `comps-sync-exclude-list.yml` and listed
manually in `fedora-common-ostree.yaml`. As the diff shows,
the sync script now correctly includes the same packages for
the same arches in `fedora-common-ostree-pkgs.yaml`, plus a few
appropriate additions of things that should be there but had
been left out, on ppc64le and aarch64.
We also drop the `packages-armhfp` and `packages-ppc64` lists,
as we no longer build for either of those arches. This allows
us to move `ostree-grub2` into the non-arch-specific list, since
it's no longer left out on any arch we care about.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-11-09 19:10:17 +00:00
Adam Williamson
edb7d86d39
comps-sync f38 2022-10-31
...
This includes corrections for per-arch packages, thanks to the
improvements to comps-sync.py in the previous commit.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-10-31 16:35:44 -07:00
Timothée Ravier
a0383847e9
comps-sync f38 2022-09-08
2022-09-08 16:52:48 +02:00
Timothée Ravier
535e719b8d
comps-sync f38 2022-08-19
2022-08-19 09:46:08 +02:00
Adam Williamson
cd106b6945
comps-sync f37 2022-07-29
...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-07-29 11:59:23 -07:00
Adam Williamson
e2a64cda3b
comps-sync f37 2022-05-16
...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-07-26 08:39:42 -07:00
Timothée Ravier
4fa44ca7a7
comps-sync f37 2022-05-20
2022-04-20 13:28:19 +02:00
Timothée Ravier
75eddf34c2
comps-sync f37 2022-02-16
2022-02-16 18:59:29 +01:00
Adam Williamson
92adf4430b
comps-sync f37 2022-02-08
...
Font changes related to
https://fedoraproject.org/wiki/Changes/DefaultToNotoFonts , and
gedit replaced with gnome-text-editor (so changed the exclusion
list).
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2022-02-08 09:43:58 -08:00
Timothée Ravier
387ad78e4f
comps-sync f36 2021-12-13
...
https://pagure.io/fedora-comps/c/122cc1d1e51b3272207793672aded2b53835d1b7?branch=main
https://pagure.io/fedora-comps/c/15a2b896371eb78ec2ecbafb6fe76a632c0bf58a?branch=main
2021-12-16 16:22:20 +00:00
Adam Williamson
487891c21f
Drop ipw2100-firmware and ipw2200-firmware (retired)
...
These packages were retired today as part of
https://fedoraproject.org/wiki/Changes/RemoveWirelessExtensions .
Them being listed in the manifest breaks the ostree compose:
https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20211203.n.0/logs/x86_64/Silverblue/ostree-4/create-ostree-repo.log
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2021-12-03 11:22:03 -08:00
Timothée Ravier
58eba54567
comps-sync rawhide 2021-10-09
2021-10-09 17:20:09 +02:00
Timothée Ravier
896b292752
comps-sync f35 2021-09-28
2021-09-28 14:08:33 +02:00
Timothée Ravier
4ff0f23a8b
comps-sync rawhide 2021-08-02
2021-08-02 13:45:20 +02:00
Timothée Ravier
f53ee393aa
comps-sync rawhide 2021-07-06
2021-07-06 17:21:26 +02:00
Timothée Ravier
a3833e591f
comps-sync rawhide 2021-06-20
2021-06-20 11:38:41 +02:00
Timothée Ravier
43d57ab38c
comps-sync rawhide 2021-06-14
2021-06-14 20:03:55 +02:00
Timothée Ravier
4247bce5e4
comps-sync rawhide 2021-06-07
2021-06-07 15:17:46 +02:00
Allison Karlitskaya
6383af9933
comps-sync rawhide 2021-05-01
...
Includes https://pagure.io/fedora-comps/pull-request/645
2021-05-01 16:33:10 +02:00
Timothée Ravier
8e483e4dd3
comps-sync rawhide 2021-04-26
...
Includes https://pagure.io/fedora-comps/pull-request/651
2021-04-26 18:54:06 +02:00
Timothée Ravier
0a1adf6f6c
comps-sync-exclude: Keep ntfs-3g (already included)
...
ntfs-3g is required for proper RW support of NTFS partitions and is
already included via a dependency from another package.
2021-04-12 12:31:56 +02:00
Timothée Ravier
dc78baa941
comps-sync rawhide 2021-03-25
2021-03-25 12:58:18 +01:00
Timothée Ravier
0ed8f327de
comps-sync rawhide 2021-02-18
2021-02-18 18:15:35 +01:00
Timothée Ravier
f554d5f00e
comps-sync rawhide 2021-02-02
2021-02-03 20:27:05 +01:00
Kalev Lember
ace3ba0f1d
comps-sync rawhide 2020-10-06
2020-10-06 20:48:24 +02:00
Adam Williamson
6cda332fc8
thermald is x86_64 only
...
As with mcelog and microcode_ctl, add it to the blocklist and
list it manually in packages-x86_64 in fedora-common-ostree.yaml
instead. This should fix non-x86_64 arches which are failing
because they can't find it.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2020-09-17 16:14:52 -07:00