Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move default iso/rockstor rpm version to 4.0.7-0 #57 #60

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions rockstor.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ which includes aarch64 relevant content -->
</profiles>
<preferences profiles="Leap15.2.x86_64,Leap15.3.x86_64,Tumbleweed.x86_64">
<!--Change to reflect the Rockstor version used #.#.# (rpm version) -# (rpm release)-->
<version>4.0.4-0</version>
<version>4.0.7-0</version>
<packagemanager>zypper</packagemanager>
<locale>en_GB</locale>
<keytable>gb</keytable>
Expand Down Expand Up @@ -105,7 +105,7 @@ which includes aarch64 relevant content -->

<preferences profiles="Leap15.2.RaspberryPi4,Leap15.3.RaspberryPi4">
<!--Change to reflect the Rockstor version used #.#.# (rpm version) -# (rpm release)-->
<version>4.0.4-0</version>
<version>4.0.7-0</version>
<packagemanager>zypper</packagemanager>
<locale>en_GB</locale>
<keytable>gb</keytable>
Expand Down Expand Up @@ -156,7 +156,7 @@ which includes aarch64 relevant content -->
</preferences>
<preferences profiles="Leap15.2.ARM64EFI,Leap15.3.ARM64EFI">
<!--Change to reflect the Rockstor version used #.#.# (rpm version) -# (rpm release)-->
<version>4.0.4-0</version>
<version>4.0.7-0</version>
<packagemanager>zypper</packagemanager>
<locale>en_GB</locale>
<keytable>gb</keytable>
Expand Down Expand Up @@ -456,8 +456,8 @@ which includes aarch64 relevant content -->
<package name="systemtap-runtime"/>
<package name="ypbind"/>
<!--ROCKSTOR PACKAGE-->
<!--Change to reflect the version specified, i.e. 4.0.4-0-->
<package name="rockstor-4.0.4-0"/>
<!--Change to reflect the version specified, i.e. 4.0.7-0-->
<package name="rockstor-4.0.7-0"/>
</packages>
<packages type="image" profiles="Leap15.2.RaspberryPi4,Leap15.3.RaspberryPi4">
<package name="raspberrypi-eeprom" arch="aarch64"/>
Expand Down