#68 Branch Fedora 41 from Rawhide
Merged 2 months ago by jnsamyak. Opened 2 months ago by jnsamyak.
jnsamyak/fedora-kiwi-descriptions f41  into  f41

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

  		<specification>Fedora Linux</specification>

  	</description>

  	<preferences>

- 		<version>Rawhide</version>

+ 		<version>41</version>

  		<packagemanager>dnf5</packagemanager>

  		<locale>en_US</locale>

  		<keytable>us</keytable>

  		<timezone>UTC</timezone>

- 		<release-version>rawhide</release-version>

+ 		<release-version>41</release-version>

  	</preferences>

  	<include from="this://./repositories/core.xml"/>

  	<include from="this://./components/boot.xml"/>

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

  

  This project is used to manage the Fedora KIWI image descriptions used in composing Fedora release images.

  

- The `rawhide` branch is used for Fedora Rawhide images and each release branch is used by that release.

+ The `41` branch is used for Fedora 41 images.

  

  All changes should be made via the PR workflow.

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- core-rawhide.xml 

\ No newline at end of file

+ core-nonrawhide.xml 

\ No newline at end of file

file modified
+12 -12
@@ -17,7 +17,7 @@ 

  		<type image="oci">

  			<containerconfig

  			  name="fedora"

- 			  tag="rawhide"

+ 			  tag="41"

  			  maintainer="Fedora Project Contributors &lt;devel@lists.fedoraproject.org&gt;"

  			>

  				<subcommand execute="/bin/bash"/>
@@ -26,12 +26,12 @@ 

  					<label name="org.opencontainers.image.url" value="https://fedoraproject.org/"/>

  					<label name="org.opencontainers.image.license" value="MIT"/>

  					<label name="org.opencontainers.image.name" value="fedora"/>

- 					<label name="org.opencontainers.image.version" value="rawhide"/>

+ 					<label name="org.opencontainers.image.version" value="41"/>

  					<!-- Legacy attributes for backward compatibility -->

  					<label name="vendor" value="Fedora Project"/>

  					<label name="license" value="MIT"/>

  					<label name="name" value="fedora"/>

- 					<label name="version" value="rawhide"/>

+ 					<label name="version" value="41"/>

  				</labels>

  				<environment>

  					<env name="container" value="oci"/>
@@ -47,7 +47,7 @@ 

  		<type image="oci">

  			<containerconfig

  			  name="fedora-minimal"

- 			  tag="rawhide"

+ 			  tag="41"

  			  maintainer="Fedora Project Contributors &lt;devel@lists.fedoraproject.org&gt;"

  			>

  				<subcommand execute="/bin/bash"/>
@@ -56,12 +56,12 @@ 

  					<label name="org.opencontainers.image.url" value="https://fedoraproject.org/"/>

  					<label name="org.opencontainers.image.license" value="MIT"/>

  					<label name="org.opencontainers.image.name" value="fedora-minimal"/>

- 					<label name="org.opencontainers.image.version" value="rawhide"/>

+ 					<label name="org.opencontainers.image.version" value="41"/>

  					<!-- Legacy attributes for backward compatibility -->

  					<label name="vendor" value="Fedora Project"/>

  					<label name="license" value="MIT"/>

  					<label name="name" value="fedora-minimal"/>

- 					<label name="version" value="rawhide"/>

+ 					<label name="version" value="41"/>

  				</labels>

  				<environment>

  					<env name="container" value="oci"/>
@@ -77,7 +77,7 @@ 

  		<type image="oci">

  			<containerconfig

  			  name="fedora-init"

- 			  tag="rawhide"

+ 			  tag="41"

  			  maintainer="Fedora Project Contributors &lt;devel@lists.fedoraproject.org&gt;"

  			>

  				<subcommand execute="/sbin/init"/>
@@ -86,12 +86,12 @@ 

  					<label name="org.opencontainers.image.url" value="https://fedoraproject.org/"/>

  					<label name="org.opencontainers.image.license" value="MIT"/>

  					<label name="org.opencontainers.image.name" value="fedora-init"/>

- 					<label name="org.opencontainers.image.version" value="rawhide"/>

+ 					<label name="org.opencontainers.image.version" value="41"/>

  					<!-- Legacy attributes for backward compatibility -->

  					<label name="vendor" value="Fedora Project"/>

  					<label name="license" value="MIT"/>

  					<label name="name" value="fedora-init"/>

- 					<label name="version" value="rawhide"/>

+ 					<label name="version" value="41"/>

  				</labels>

  				<stopsignal>SIGRTMIN+3</stopsignal>

  			</containerconfig>
@@ -105,7 +105,7 @@ 

  		<type image="oci">

  			<containerconfig

  			  name="fedora-toolbox"

- 			  tag="rawhide"

+ 			  tag="41"

  			  maintainer="Fedora Project Contributors &lt;devel@lists.fedoraproject.org&gt;"

  			>

  				<subcommand execute="/bin/bash"/>
@@ -114,13 +114,13 @@ 

  					<label name="org.opencontainers.image.url" value="https://fedoraproject.org/"/>

  					<label name="org.opencontainers.image.license" value="MIT"/>

  					<label name="org.opencontainers.image.name" value="fedora-toolbox"/>

- 					<label name="org.opencontainers.image.version" value="rawhide"/>

+ 					<label name="org.opencontainers.image.version" value="41"/>

  					<label name="com.github.containers.toolbox" value="true"/>

  					<!-- Legacy attributes for backward compatibility -->

  					<label name="vendor" value="Fedora Project"/>

  					<label name="license" value="MIT"/>

  					<label name="name" value="fedora-toolbox"/>

- 					<label name="version" value="rawhide"/>

+ 					<label name="version" value="41"/>

  				</labels>

  				<environment>

  					<env name="container" value="oci"/>

This should not be merged before August 13;

But @ngompa, can you review it please, and see if I missing things can you let me know or can you please also review pungi-fedora pr for 41 to see if Kiwi changes are correct? https://pagure.io/pungi-fedora/pull-request/1310

Signed-off-by: Samyak Jain samyak.jn11@gmail.com

The second half of this sentence should be dropped.

.zuul.yaml should not be changed.

repositories/core-rawhide.xml should not be changed, instead the repositories/core.xml symlink should be updated to point to repositories/core-nonrawide.xml file instead.

Thanks, I'll check and update it, one more thing, Are any changes required for the rawhide, It tried grepping if we are using something like a specific tags (41 currently) but couldn't find anything there

Nope. The rawhide branch should be fine as-is.

rebased onto b77585e

2 months ago

@ngompa, thanks for the review changes are made!

can i just create symlink, while removing the core.xml and running ln -s core-nonrawhide.xml core.xml on it?

You can. You can force the symlink to be updated in one step with ln -sf core-nonrawhide.xml core.xml

Looks like you accidentally blew away core-rawhide.xml?

ofcourse yes, dumb me, too many changes at the time of branching will fix it in next 30 mins \0/

rebased onto b77585e

2 months ago

Okay, I think it should be good now!

Let's see if the CI agrees. :smile:

Pull-Request has been merged by jnsamyak

2 months ago