#1062 pull f41
Closed 5 months ago by ngompa. Opened 5 months ago by offsec.
Unknown source f41  into  main

@@ -7,7 +7,5 @@

  %packages

  -initial-setup

  -initial-setup-gui

- gnome-initial-setup

- anaconda-webui

  

  %end

file modified
+4 -4
@@ -19,7 +19,7 @@

  

  # Equivalent of %include fedora-repo.ks

  # Pull from the ostree repo that was created during the compose

- ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/rawhide/${basearch}/iot

+ ostreesetup --nogpg --osname=fedora-iot --remote=fedora-iot --url=https://kojipkgs.fedoraproject.org/compose/iot/repo/ --ref=fedora/41/${basearch}/iot

  

  reboot

  
@@ -34,14 +34,14 @@

  

  # Set the origin to the "main ref", distinct from /updates/ which is where bodhi writes.

  # We want consumers of this image to track the two week releases.

- ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/rawhide/${arch}/iot"

+ ostree admin set-origin --index 0 fedora-iot https://dl.fedoraproject.org/iot/repo/ "fedora/41/${arch}/iot"

  

  # Make sure the ref we're supposedly sitting on (according

  # to the updated origin) exists.

- ostree refs "fedora-iot:fedora/rawhide/${arch}/iot" --create "fedora-iot:fedora/rawhide/${arch}/iot"

+ ostree refs "fedora-iot:fedora/41/${arch}/iot" --create "fedora-iot:fedora/41/${arch}/iot"

  

  # Remove the old ref so that the commit eventually gets cleaned up.

- ostree refs "fedora-iot:fedora/rawhide/${arch}/iot" --delete

+ ostree refs "fedora-iot:fedora/41/${arch}/iot" --delete

  

  # delete/add the remote with new options to enable gpg verification

  # and to point them at the cdn url

file modified
+1 -1
@@ -33,7 +33,7 @@

  astrometry

  astrometry-tycho2

  cdsclient

- fpack

+ cfitsio-utils

  psfex

  scamp

  sextractor

@@ -0,0 +1,30 @@

+ # fedora-livecd-miraclewm.ks

+ #

+ # Description:

+ # - Fedora Live Spin with the tiling window manager Miracle

+ #

+ # Maintainer(s):

+ # - Matthew Kosarek <mattkae@fedoraproject.org>

+ # - Neal Gompa      <ngompa@fedoraproject.org>

+ 

+ %include fedora-live-base.ks

+ %include fedora-live-minimization.ks

+ %include fedora-miraclewm-common.ks

+ 

+ %packages

+ # To be able to show installation instructions on background

+ nwg-wrapper

+ %end

+ 

+ %post

+ # create /etc/sysconfig/desktop (needed for installation)

+ cat > /etc/sysconfig/desktop <<EOF

+ PREFERRED=/usr/bin/miraclewm

+ DISPLAYMANAGER=/bin/sddm

+ EOF

+ 

+ # set livesys session type

+ sed -i 's/^livesys_session=.*/livesys_session="miraclewm"/' /etc/sysconfig/livesys

+ 

+ %end

+ 

@@ -12,11 +12,6 @@

  

  part / --size 8192

  

- %packages

- gnome-initial-setup

- anaconda-webui

- %end

- 

  %post

  

  # set livesys session type

@@ -0,0 +1,15 @@

+ # fedora-livecd-miraclewm.ks

+ #

+ # Description:

+ # - Fedora Live Spin with the tiling window manager Miracle

+ #

+ # Maintainer(s):

+ # - Matthew Kosarek <mattkae@fedoraproject.org>

+ # - Neal Gompa      <ngompa@fedoraproject.org>

+ 

+ %packages

+ fedora-release-miraclewm

+ @^miraclewm-desktop-environment

+ @firefox

+ initial-setup-gui-wayland-miraclewm

+ %end

file modified
+2 -2
@@ -3,7 +3,7 @@

  # Exactly one of the following should be uncommented

  

  # For the master branch the following should be uncommented

- %include fedora-repo-rawhide.ks

+ # %include fedora-repo-rawhide.ks

  

  # For non-master branches the following should be uncommented

- # %include fedora-repo-not-rawhide.ks

+ %include fedora-repo-not-rawhide.ks

@@ -12,4 +12,7 @@

  -gfs2-utils

  -reiserfs-utils

  

+ # Exclude extra unwanted packages

+ -python3-botocore

+ 

  %end

file modified
+4
@@ -90,6 +90,10 @@

  fas = [ "alebastr", "jkonecny", "anthr76", "fale" ]

  maintainers = [ "Aleksei Bavshin", "Jiří Konečný", "Anthony Rabbito", "Fabio Alessandro Locati" ]

  

+ [spins.miraclewm.x86_64]

+ fas = [ "mattkae", "ngompa" ]

+ maintainers = [ "Matthew Kosarek", "Neal Gompa" ]

+ 

  [silverblue.x86_64]

  fas = [ "siosm", "tpopela" ]

  maintainers = [ "Timothée Ravier", "Tomáš Popela" ]