patchstack/customized main

local customizations

Patch does not have a description.
10 files changed+339 -3
  mkosi.local.conf
30
  systemd
2
  mkosi.profiles/kde/mkosi.conf
1
+ mkosi.profiles/obs/fedora.repo
9
- mkosi.profiles/obs/fedora42.repo
9
- mkosi.profiles/obs/fedora43.repo
9
  mkosi.profiles/obs/mkosi.conf.d/fedora-tools.conf
2
  mkosi.profiles/obs/mkosi.conf.d/fedora.conf
3
+ mkosi.sandbox/etc/yum.repos.d/hashicorp.repo
13
  mkosi.extra/usr/lib/tmpfiles.d/etc.conf
9
mkosi.local.conf+29 -1
             @@ -22,14 +22,23 @@    22     22        bind-utils    23     23        bat    24     24        clatd           25        clang-devel    25     26        cowsay    26     27        cmatrix    27     28        curl           29        debian-keyring    28     30        dictd    29     31        du-dust    30     32        emacs           33        entr    31     34        exfatprogs    32     35        fastfetch           36        fcitx5-mozc           37        fcitx5-configtool           38        fcitx5-gtk           39        fcitx5-qt           40        fontawesome-fonts-all           41        kcm-fcitx5    33     42        fd-find    34     43        file    35     44        fish             @@ -43,11 +52,18 @@    43     52        git    44     53        git-absorb    45     54        git-delta           55        git-lfs    46     56        glances           57        # needed for geoclue?           58        glib-networking           59        guestfs-tools    47     60        golang           61        graphviz    48     62        htop    49     63        iio-sensor-proxy           64        ImageMagick    50     65        iperf3           66        java-latest-openjdk    51     67        @kde-desktop    52     68        kde-connect    53     69        kde-partitionmanager             @@ -58,19 +74,25 @@    58     74        libfprint-tod    59     75        libfprint-2-tod1-broadcom    60     76        libfprint-tod-selinux           77        litecli    61     78        lm_sensors    62     79        lolcat    63     80        lshw           81        lsof    64     82        man    65     83        # include mkosi just for shell completion and man pages    66     84        mkosi    67     85        mokutil    68     86        ncdu           87        ninja    69     88        okular           89        osc    70     90        # needed for bell fish function    71     91        oxygen-sounds    72     92        neovim           93        pre-commit    73     94        python3-neovim           95        nmap    74     96        nmap-ncat    75     97        # for coc.nvim    76     98        npm             @@ -80,16 +102,21 @@    80    102        pnpm    81    103        powertop    82    104        proxychains-ng          105        python3-netaddr    83    106        ripgrep          107        rubygem-asciidoctor    84    108        rustup    85    109        rsync    86    110        sbctl    87    111        setroubleshoot    88               stgit    89    112        sbsigntools          113        sqlite          114        stgit    90    115        tcpdump          116        terraform-ls    91    117        tmux    92    118        toolbox          119        tor    93    120        translate-shell    94    121        trash-cli    95    122        ttyplot             @@ -98,6 +125,7 @@    98    125        @virtualization    99    126        wget   100    127        whois          128        wl-clipboard   101    129        wireshark   102    130        yubikey-manager   103    131        kernel
systemd+1 -1
             @@ -1,1 +1,1 @@     1       8a6128b68bf5573bda7499318629ecb2be666848            1c2678480a79ad1fcab0b5c9a4c3195dbe0c490d1
mkosi.profiles/kde/mkosi.conf+1
             @@ -9,6 +9,7 @@     9      9        bluedevil    10     10        breeze-gtk    11     11        gwenview           12        qt6-qtimageformats    12     13        kde-gtk-config    13     14        kdeplasma-addons    14     15        kgamma
mkosi.profiles/obs/fedora.repo+9
             @@ -0,0 +1,9 @@            1# SPDX-License-Identifier: LGPL-2.1-or-later            2            3[systemd]            4name=systemd packages built from upstream main (Fedora_Rawhide)            5type=rpm-md            6baseurl=https://download.opensuse.org/repositories/system:/systemd/Fedora_Rawhide/            7gpgcheck=1            8gpgkey=file:///usr/share/pki/rpm-gpg/systemd.gpg            9enabled=1
mkosi.profiles/obs/fedora42.repo-9
             @@ -1,9 +0,0 @@     1       # SPDX-License-Identifier: LGPL-2.1-or-later     2            3       [systemd]     4       name=systemd packages built from upstream main (Fedora_42)     5       type=rpm-md     6       baseurl=https://download.opensuse.org/repositories/system:/systemd/Fedora_42/     7       gpgcheck=1     8       gpgkey=file:///usr/share/pki/rpm-gpg/systemd.gpg     9       enabled=1
mkosi.profiles/obs/fedora43.repo-9
             @@ -1,9 +0,0 @@     1       # SPDX-License-Identifier: LGPL-2.1-or-later     2            3       [systemd]     4       name=systemd packages built from upstream main (Fedora_Rawhide)     5       type=rpm-md     6       baseurl=https://download.opensuse.org/repositories/system:/systemd/Fedora_Rawhide/     7       gpgcheck=1     8       gpgkey=file:///usr/share/pki/rpm-gpg/systemd.gpg     9       enabled=1
mkosi.profiles/obs/mkosi.conf.d/fedora-tools.conf+1 -1
             @@ -6,4 +6,4 @@     6      6     7      7[Build]     8      8ToolsTreeSandboxTrees=systemd.gpg:/usr/share/pki/rpm-gpg/systemd.gpg     9                             fedora43.repo:/etc/yum.repos.d/systemd.repo            9                      fedora.repo:/etc/yum.repos.d/systemd.repo
mkosi.profiles/obs/mkosi.conf.d/fedora.conf+2 -1
             @@ -2,7 +2,8 @@     2      2     3      3[Match]     4      4Distribution=fedora            5Release=rawhide     5      6     6      7[Build]     7      8SandboxTrees=systemd.gpg:/usr/share/pki/rpm-gpg/systemd.gpg     8                    fedora%r.repo:/etc/yum.repos.d/systemd.repo            9             fedora.repo:/etc/yum.repos.d/systemd.repo
mkosi.sandbox/etc/yum.repos.d/hashicorp.repo+13
             @@ -0,0 +1,13 @@            1[hashicorp]            2name=Hashicorp Stable - $basearch            3baseurl=https://rpm.releases.hashicorp.com/fedora/$releasever/$basearch/stable            4enabled=1            5gpgcheck=1            6gpgkey=https://rpm.releases.hashicorp.com/gpg            7            8[hashicorp-test]            9name=Hashicorp Test - $basearch           10baseurl=https://rpm.releases.hashicorp.com/fedora/$releasever/$basearch/test           11enabled=0           12gpgcheck=1           13gpgkey=https://rpm.releases.hashicorp.com/gpg
mkosi.extra/usr/lib/tmpfiles.d/etc.conf+9
             @@ -89,3 +89,12 @@    89     89    90     90# abrtd    91     91L? /etc/libreport           92           93# guestfs-tools (virt-builder)           94C+ /etc/virt-builder           95           96# libvirt needs all           97C+ /etc/libvirt           98           99# miscellaneous legacy file          100L? /etc/shells
jcgl updated patch to version 26
jcgl updated patch to version 25
jcgl updated patch to version 24
jcgl updated patch to version 23
jcgl updated patch to version 22
jcgl updated patch to version 21
jcgl updated patch to version 20
jcgl updated patch to version 19
jcgl updated patch to version 18
jcgl updated patch to version 17
jcgl updated patch to version 16
jcgl updated patch to version 15
jcgl updated patch to version 14
jcgl updated patch to version 13
jcgl updated patch to version 12
jcgl updated patch to version 11
jcgl updated patch to version 10
jcgl updated patch to version 9
jcgl updated patch to version 8
jcgl updated patch to version 7
jcgl updated patch to version 6
jcgl updated patch to version 5
jcgl updated patch to version 4
jcgl updated patch to version 3
jcgl updated patch to version 2
jcgl created patch version 1