diff --git a/.gitignore b/.gitignore index dc4b1cb..37e5454 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /calamares-d6e0e09bc1472009e2bdabd4186979dbf4c2303e.tar.gz /calamares-34516e9477b2fd5e9b3e5823350d1efc2099573f.tar.gz /calamares-2.5-alpha1.tar.gz +/calamares-2.5-beta1.tar.gz diff --git a/calamares-2.5-alpha1-default-settings.patch b/calamares-2.5-alpha1-default-settings.patch deleted file mode 100644 index 2698d29..0000000 --- a/calamares-2.5-alpha1-default-settings.patch +++ /dev/null @@ -1,241 +0,0 @@ -diff -ur calamares-2.5-alpha1/settings.conf calamares-2.5-alpha1-default-settings/settings.conf ---- calamares-2.5-alpha1/settings.conf 2017-01-12 16:53:01.000000000 +0100 -+++ calamares-2.5-alpha1-default-settings/settings.conf 2017-01-15 02:37:37.985645246 +0100 -@@ -61,7 +61,7 @@ - sequence: - - show: - - welcome -- - dummypythonqt -+# - dummypythonqt - - locale - - keyboard - - partition -@@ -71,7 +71,7 @@ - # - dummycpp - # - dummyprocess - # - dummypython -- - dummypythonqt -+# - dummypythonqt - - partition - - mount - - unpackfs -@@ -80,21 +80,22 @@ - - locale - - keyboard - - localecfg --# - luksbootkeyfile -+ - luksbootkeyfile - # - luksopenswaphookcfg --# - dracutlukscfg --# - plymouthcfg -- - initcpiocfg -- - initcpio -+ - dracutlukscfg -+ - plymouthcfg -+# - initcpiocfg -+# - initcpio - - users - - displaymanager - - networkcfg - - hwclock - - services --# - dracut -- - initramfs --# - grubcfg -+ - dracut -+# - initramfs -+ - grubcfg - - bootloader -+ - packages - - umount - - show: - # - webview@owncloud -@@ -109,7 +110,7 @@ - # Only the name of the branding component (directory) should be specified here, Calamares - # then takes care of finding it and loading the contents. - # YAML: string. --branding: default -+branding: auto - - # If this is set to true, Calamares will show an "Are you sure?" prompt right before - # each execution phase, i.e. at points of no return. If this is set to false, no prompt -diff -ur calamares-2.5-alpha1/src/modules/bootloader/bootloader.conf calamares-2.5-alpha1-default-settings/src/modules/bootloader/bootloader.conf ---- calamares-2.5-alpha1/src/modules/bootloader/bootloader.conf 2016-04-12 11:23:47.000000000 +0200 -+++ calamares-2.5-alpha1-default-settings/src/modules/bootloader/bootloader.conf 2017-01-15 02:36:17.060897220 +0100 -@@ -17,11 +17,13 @@ - - # GRUB 2 binary names and boot directory - # Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names. --grubInstall: "grub-install" --grubMkconfig: "grub-mkconfig" --grubCfg: "/boot/grub/grub.cfg" -+grubInstall: "grub2-install" -+grubMkconfig: "grub2-mkconfig" -+grubCfg: "/boot/grub2/grub.cfg" - # Optionally set the --bootloader-id to use for EFI. If not set, this defaults - # to the bootloaderEntryName from branding.desc with problematic characters - # replaced. If an efiBootloaderId is specified here, it is taken to already be a - # valid directory name, so no such postprocessing is done in this case. --# efiBootloaderId: "dirname" -+# PACKAGER NOTE: If you really want to change this value, you will also have to -+# change the hardcoded directory name in the grub2(-efi) package. -+efiBootloaderId: "fedora" -diff -ur calamares-2.5-alpha1/src/modules/keyboard/keyboard.conf calamares-2.5-alpha1-default-settings/src/modules/keyboard/keyboard.conf ---- calamares-2.5-alpha1/src/modules/keyboard/keyboard.conf 2016-09-26 13:18:41.000000000 +0200 -+++ calamares-2.5-alpha1-default-settings/src/modules/keyboard/keyboard.conf 2017-01-15 02:36:17.325893119 +0100 -@@ -11,4 +11,4 @@ - # Write keymap configuration to /etc/default/keyboard, usually - # found on Debian-related systems. - # Defaults to true if nothing is set. --#writeEtcDefaultKeyboard: true -+writeEtcDefaultKeyboard: false -diff -ur calamares-2.5-alpha1/src/modules/license/license.conf calamares-2.5-alpha1-default-settings/src/modules/license/license.conf ---- calamares-2.5-alpha1/src/modules/license/license.conf 2016-04-12 11:23:47.000000000 +0200 -+++ calamares-2.5-alpha1-default-settings/src/modules/license/license.conf 2017-01-15 02:36:17.326893104 +0100 -@@ -3,21 +3,9 @@ - --- - # YAML: list of maps. - entries: --- id: nvidia # Entry identifier, must be unique. Not user visible. YAML: string. -- name: Nvidia # Pretty name for the software product, user visible and untranslatable. YAML: string. -- vendor: Nvidia Corporation # Pretty name for the software vendor, user visible and untranslatable. YAML: string, optional, default is empty. -+- id: evil # Entry identifier, must be unique. Not user visible. YAML: string. -+ name: Evil # Pretty name for the software product, user visible and untranslatable. YAML: string. -+ vendor: Evil Corporation # Pretty name for the software vendor, user visible and untranslatable. YAML: string, optional, default is empty. - type: driver # Package type for presentation, not user visible but affects user visible strings. YAML: string, allowed values: driver, gpudriver, browserplugin, codec, package, software; optional, default is software. -- url: http://developer.download.nvidia.com/cg/Cg_3.0/license.pdf # Url of license text to display in a web view. YAML: string. -+ url: http://www.example.com/evil_666.0/license.pdf # Url of license text to display in a web view. YAML: string. - required: false # If set to true, the user cannot proceed without accepting this license. YAML: boolean, optional, default is false. --- id: amd -- name: Catalyst -- vendor: "Advanced Micro Devices, Inc." -- type: gpudriver -- url: http://support.amd.com/en-us/download/eula -- required: false --- id: flashplugin -- name: Adobe Flash -- vendor: Adobe Systems Incorporated -- type: browserplugin -- url: http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf -- required: true -diff -ur calamares-2.5-alpha1/src/modules/netinstall/netinstall.conf calamares-2.5-alpha1-default-settings/src/modules/netinstall/netinstall.conf ---- calamares-2.5-alpha1/src/modules/netinstall/netinstall.conf 2016-07-19 13:04:14.000000000 +0200 -+++ calamares-2.5-alpha1-default-settings/src/modules/netinstall/netinstall.conf 2017-01-15 02:36:17.326893104 +0100 -@@ -1,2 +1,5 @@ - --- --groupsUrl: http://chakraos.org/netinstall.php -+# Packager note: If you want to enable the netinstall module, you will also have -+# to create such a file (see the example in the source code). -+groupsUrl: file:///etc/calamares/modules/netinstall.yaml -+#groupsUrl: http://example.com/netinstall.yaml -diff -ur calamares-2.5-alpha1/src/modules/packages/packages.conf calamares-2.5-alpha1-default-settings/src/modules/packages/packages.conf ---- calamares-2.5-alpha1/src/modules/packages/packages.conf 2016-11-07 12:33:01.000000000 +0100 -+++ calamares-2.5-alpha1-default-settings/src/modules/packages/packages.conf 2017-01-15 02:36:17.326893104 +0100 -@@ -11,9 +11,9 @@ - # - portage - Gentoo package manager - # - entropy - Sabayon package manager - # --backend: packagekit -+backend: dnf - --update_db: true -+update_db: false - - # - # List of maps with package operations such as install or remove. -@@ -29,20 +29,6 @@ - # storage called "packageOperations" and it is processed - # after the static list in the job configuration. - # --#operations: --# - install: --# - pkg1 --# - pkg2 --# - remove: --# - pkg3 --# - pkg4 --# - try_install: # no system install failure if a package cannot be installed --# - pkg5 --# - try_remove: # no system install failure if a package cannot be removed --# - pkg2 --# - pkg1 --# - install: --# - pkgs6 --# - pkg7 --# - localInstall: --# - /path/to/pkg8 -+operations: -+ - try_remove: -+ - calamares -diff -ur calamares-2.5-alpha1/src/modules/partition/partition.conf calamares-2.5-alpha1-default-settings/src/modules/partition/partition.conf ---- calamares-2.5-alpha1/src/modules/partition/partition.conf 2016-09-26 13:18:41.000000000 +0200 -+++ calamares-2.5-alpha1-default-settings/src/modules/partition/partition.conf 2017-01-15 02:36:17.514890195 +0100 -@@ -7,7 +7,7 @@ - ensureSuspendToDisk: true - - # Correctly draw nested (e.g. logical) partitions as such. --drawNestedPartitions: false -+drawNestedPartitions: true - - # Show/hide partition labels on manual partitioning page. - alwaysShowPartitionLabels: true -diff -ur calamares-2.5-alpha1/src/modules/services/services.conf calamares-2.5-alpha1-default-settings/src/modules/services/services.conf ---- calamares-2.5-alpha1/src/modules/services/services.conf 2016-12-06 14:57:31.000000000 +0100 -+++ calamares-2.5-alpha1-default-settings/src/modules/services/services.conf 2017-01-15 02:42:24.239216666 +0100 -@@ -12,9 +12,4 @@ - - name: "graphical" - mandatory: true - --disable: -- - name: "pacman-init" -- mandatory: false -- --# Example to express an empty list: --# disable: [] -+disable: [] -diff -ur calamares-2.5-alpha1/src/modules/umount/umount.conf calamares-2.5-alpha1-default-settings/src/modules/umount/umount.conf ---- calamares-2.5-alpha1/src/modules/umount/umount.conf 2016-04-12 11:23:47.000000000 +0200 -+++ calamares-2.5-alpha1-default-settings/src/modules/umount/umount.conf 2017-01-15 02:36:17.515890180 +0100 -@@ -1,9 +1,6 @@ - --- --#scrLog: "/path/to/installation.log" --#destLog: "/var/log/installation.log" --# example when using the Calamares created log: --#srcLog: "/root/.cache/Calamares/Calamares/Calamares.log" --#destLog: "/var/log/Calamares.log" -+srcLog: "/root/.cache/Calamares/Calamares/Calamares.log" -+destLog: "/var/log/calamares.log" - # example when creating with a sudo calamares -d log: - #srcLog: "/home/live/installation.log" - #destLog: "/var/log/installation.log" -diff -ur calamares-2.5-alpha1/src/modules/unpackfs/unpackfs.conf calamares-2.5-alpha1-default-settings/src/modules/unpackfs/unpackfs.conf ---- calamares-2.5-alpha1/src/modules/unpackfs/unpackfs.conf 2016-04-12 11:23:47.000000000 +0200 -+++ calamares-2.5-alpha1-default-settings/src/modules/unpackfs/unpackfs.conf 2017-01-15 02:36:17.515890180 +0100 -@@ -1,8 +1,5 @@ - --- - unpack: -- - source: "/path/to/filesystem.img" -+ - source: "/dev/mapper/live-base" - sourcefs: "ext4" - destination: "" -- - source: "/path/to/another/filesystem.sqfs" -- sourcefs: "squashfs" -- destination: "" -diff -ur calamares-2.5-alpha1/src/modules/users/users.conf calamares-2.5-alpha1-default-settings/src/modules/users/users.conf ---- calamares-2.5-alpha1/src/modules/users/users.conf 2016-04-12 11:23:47.000000000 +0200 -+++ calamares-2.5-alpha1-default-settings/src/modules/users/users.conf 2017-01-15 02:36:17.515890180 +0100 -@@ -3,12 +3,11 @@ - - users - - lp - - video -- - network -- - storage -+ - dialout - - wheel - - audio - autologinGroup: autologin --doAutologin: true -+doAutologin: false - sudoersGroup: wheel - setRootPassword: true - doReusePassword: true diff --git a/calamares-2.5-beta1-default-settings.patch b/calamares-2.5-beta1-default-settings.patch new file mode 100644 index 0000000..b085a81 --- /dev/null +++ b/calamares-2.5-beta1-default-settings.patch @@ -0,0 +1,223 @@ +diff -ur calamares-2.5-beta1/settings.conf calamares-2.5-beta1-default-settings/settings.conf +--- calamares-2.5-beta1/settings.conf 2017-01-16 12:55:53.000000000 +0100 ++++ calamares-2.5-beta1-default-settings/settings.conf 2017-01-19 03:40:22.935622671 +0100 +@@ -80,21 +80,22 @@ + - locale + - keyboard + - localecfg +-# - luksbootkeyfile ++ - luksbootkeyfile + # - luksopenswaphookcfg +-# - dracutlukscfg +-# - plymouthcfg +- - initcpiocfg +- - initcpio ++ - dracutlukscfg ++ - plymouthcfg ++# - initcpiocfg ++# - initcpio + - users + - displaymanager + - networkcfg + - hwclock + - services +-# - dracut +- - initramfs +-# - grubcfg ++ - dracut ++# - initramfs ++ - grubcfg + - bootloader ++ - packages + - umount + - show: + # - webview@owncloud +@@ -109,7 +110,7 @@ + # Only the name of the branding component (directory) should be specified here, Calamares + # then takes care of finding it and loading the contents. + # YAML: string. +-branding: default ++branding: auto + + # If this is set to true, Calamares will show an "Are you sure?" prompt right before + # each execution phase, i.e. at points of no return. If this is set to false, no prompt +diff -ur calamares-2.5-beta1/src/modules/bootloader/bootloader.conf calamares-2.5-beta1-default-settings/src/modules/bootloader/bootloader.conf +--- calamares-2.5-beta1/src/modules/bootloader/bootloader.conf 2016-04-12 11:23:47.000000000 +0200 ++++ calamares-2.5-beta1-default-settings/src/modules/bootloader/bootloader.conf 2017-01-19 03:40:22.935622671 +0100 +@@ -17,11 +17,13 @@ + + # GRUB 2 binary names and boot directory + # Some distributions (e.g. Fedora) use grub2-* (resp. /boot/grub2/) names. +-grubInstall: "grub-install" +-grubMkconfig: "grub-mkconfig" +-grubCfg: "/boot/grub/grub.cfg" ++grubInstall: "grub2-install" ++grubMkconfig: "grub2-mkconfig" ++grubCfg: "/boot/grub2/grub.cfg" + # Optionally set the --bootloader-id to use for EFI. If not set, this defaults + # to the bootloaderEntryName from branding.desc with problematic characters + # replaced. If an efiBootloaderId is specified here, it is taken to already be a + # valid directory name, so no such postprocessing is done in this case. +-# efiBootloaderId: "dirname" ++# PACKAGER NOTE: If you really want to change this value, you will also have to ++# change the hardcoded directory name in the grub2(-efi) package. ++efiBootloaderId: "fedora" +diff -ur calamares-2.5-beta1/src/modules/keyboard/keyboard.conf calamares-2.5-beta1-default-settings/src/modules/keyboard/keyboard.conf +--- calamares-2.5-beta1/src/modules/keyboard/keyboard.conf 2016-09-26 13:18:41.000000000 +0200 ++++ calamares-2.5-beta1-default-settings/src/modules/keyboard/keyboard.conf 2017-01-19 03:40:23.013621430 +0100 +@@ -11,4 +11,4 @@ + # Write keymap configuration to /etc/default/keyboard, usually + # found on Debian-related systems. + # Defaults to true if nothing is set. +-#writeEtcDefaultKeyboard: true ++writeEtcDefaultKeyboard: false +diff -ur calamares-2.5-beta1/src/modules/license/license.conf calamares-2.5-beta1-default-settings/src/modules/license/license.conf +--- calamares-2.5-beta1/src/modules/license/license.conf 2016-04-12 11:23:47.000000000 +0200 ++++ calamares-2.5-beta1-default-settings/src/modules/license/license.conf 2017-01-19 03:40:23.013621430 +0100 +@@ -3,21 +3,9 @@ + --- + # YAML: list of maps. + entries: +-- id: nvidia # Entry identifier, must be unique. Not user visible. YAML: string. +- name: Nvidia # Pretty name for the software product, user visible and untranslatable. YAML: string. +- vendor: Nvidia Corporation # Pretty name for the software vendor, user visible and untranslatable. YAML: string, optional, default is empty. ++- id: evil # Entry identifier, must be unique. Not user visible. YAML: string. ++ name: Evil # Pretty name for the software product, user visible and untranslatable. YAML: string. ++ vendor: Evil Corporation # Pretty name for the software vendor, user visible and untranslatable. YAML: string, optional, default is empty. + type: driver # Package type for presentation, not user visible but affects user visible strings. YAML: string, allowed values: driver, gpudriver, browserplugin, codec, package, software; optional, default is software. +- url: http://developer.download.nvidia.com/cg/Cg_3.0/license.pdf # Url of license text to display in a web view. YAML: string. ++ url: http://www.example.com/evil_666.0/license.pdf # Url of license text to display in a web view. YAML: string. + required: false # If set to true, the user cannot proceed without accepting this license. YAML: boolean, optional, default is false. +-- id: amd +- name: Catalyst +- vendor: "Advanced Micro Devices, Inc." +- type: gpudriver +- url: http://support.amd.com/en-us/download/eula +- required: false +-- id: flashplugin +- name: Adobe Flash +- vendor: Adobe Systems Incorporated +- type: browserplugin +- url: http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf +- required: true +diff -ur calamares-2.5-beta1/src/modules/netinstall/netinstall.conf calamares-2.5-beta1-default-settings/src/modules/netinstall/netinstall.conf +--- calamares-2.5-beta1/src/modules/netinstall/netinstall.conf 2016-07-19 13:04:14.000000000 +0200 ++++ calamares-2.5-beta1-default-settings/src/modules/netinstall/netinstall.conf 2017-01-19 03:40:23.013621430 +0100 +@@ -1,2 +1,5 @@ + --- +-groupsUrl: http://chakraos.org/netinstall.php ++# Packager note: If you want to enable the netinstall module, you will also have ++# to create such a file (see the example in the source code). ++groupsUrl: file:///etc/calamares/modules/netinstall.yaml ++#groupsUrl: http://example.com/netinstall.yaml +diff -ur calamares-2.5-beta1/src/modules/packages/packages.conf calamares-2.5-beta1-default-settings/src/modules/packages/packages.conf +--- calamares-2.5-beta1/src/modules/packages/packages.conf 2016-11-07 12:33:01.000000000 +0100 ++++ calamares-2.5-beta1-default-settings/src/modules/packages/packages.conf 2017-01-19 03:40:23.013621430 +0100 +@@ -11,9 +11,9 @@ + # - portage - Gentoo package manager + # - entropy - Sabayon package manager + # +-backend: packagekit ++backend: dnf + +-update_db: true ++update_db: false + + # + # List of maps with package operations such as install or remove. +@@ -29,20 +29,6 @@ + # storage called "packageOperations" and it is processed + # after the static list in the job configuration. + # +-#operations: +-# - install: +-# - pkg1 +-# - pkg2 +-# - remove: +-# - pkg3 +-# - pkg4 +-# - try_install: # no system install failure if a package cannot be installed +-# - pkg5 +-# - try_remove: # no system install failure if a package cannot be removed +-# - pkg2 +-# - pkg1 +-# - install: +-# - pkgs6 +-# - pkg7 +-# - localInstall: +-# - /path/to/pkg8 ++operations: ++ - try_remove: ++ - calamares +diff -ur calamares-2.5-beta1/src/modules/partition/partition.conf calamares-2.5-beta1-default-settings/src/modules/partition/partition.conf +--- calamares-2.5-beta1/src/modules/partition/partition.conf 2016-09-26 13:18:41.000000000 +0200 ++++ calamares-2.5-beta1-default-settings/src/modules/partition/partition.conf 2017-01-19 03:40:23.014621415 +0100 +@@ -7,7 +7,7 @@ + ensureSuspendToDisk: true + + # Correctly draw nested (e.g. logical) partitions as such. +-drawNestedPartitions: false ++drawNestedPartitions: true + + # Show/hide partition labels on manual partitioning page. + alwaysShowPartitionLabels: true +diff -ur calamares-2.5-beta1/src/modules/services/services.conf calamares-2.5-beta1-default-settings/src/modules/services/services.conf +--- calamares-2.5-beta1/src/modules/services/services.conf 2016-12-06 14:57:31.000000000 +0100 ++++ calamares-2.5-beta1-default-settings/src/modules/services/services.conf 2017-01-19 03:40:23.014621415 +0100 +@@ -12,9 +12,4 @@ + - name: "graphical" + mandatory: true + +-disable: +- - name: "pacman-init" +- mandatory: false +- +-# Example to express an empty list: +-# disable: [] ++disable: [] +diff -ur calamares-2.5-beta1/src/modules/umount/umount.conf calamares-2.5-beta1-default-settings/src/modules/umount/umount.conf +--- calamares-2.5-beta1/src/modules/umount/umount.conf 2016-04-12 11:23:47.000000000 +0200 ++++ calamares-2.5-beta1-default-settings/src/modules/umount/umount.conf 2017-01-19 03:40:23.014621415 +0100 +@@ -1,9 +1,6 @@ + --- +-#scrLog: "/path/to/installation.log" +-#destLog: "/var/log/installation.log" +-# example when using the Calamares created log: +-#srcLog: "/root/.cache/Calamares/Calamares/Calamares.log" +-#destLog: "/var/log/Calamares.log" ++srcLog: "/root/.cache/Calamares/Calamares/Calamares.log" ++destLog: "/var/log/calamares.log" + # example when creating with a sudo calamares -d log: + #srcLog: "/home/live/installation.log" + #destLog: "/var/log/installation.log" +diff -ur calamares-2.5-beta1/src/modules/unpackfs/unpackfs.conf calamares-2.5-beta1-default-settings/src/modules/unpackfs/unpackfs.conf +--- calamares-2.5-beta1/src/modules/unpackfs/unpackfs.conf 2016-04-12 11:23:47.000000000 +0200 ++++ calamares-2.5-beta1-default-settings/src/modules/unpackfs/unpackfs.conf 2017-01-19 03:40:23.014621415 +0100 +@@ -1,8 +1,5 @@ + --- + unpack: +- - source: "/path/to/filesystem.img" ++ - source: "/dev/mapper/live-base" + sourcefs: "ext4" + destination: "" +- - source: "/path/to/another/filesystem.sqfs" +- sourcefs: "squashfs" +- destination: "" +diff -ur calamares-2.5-beta1/src/modules/users/users.conf calamares-2.5-beta1-default-settings/src/modules/users/users.conf +--- calamares-2.5-beta1/src/modules/users/users.conf 2016-04-12 11:23:47.000000000 +0200 ++++ calamares-2.5-beta1-default-settings/src/modules/users/users.conf 2017-01-19 03:40:23.015621398 +0100 +@@ -3,12 +3,11 @@ + - users + - lp + - video +- - network +- - storage ++ - dialout + - wheel + - audio + autologinGroup: autologin +-doAutologin: true ++doAutologin: false + sudoersGroup: wheel + setRootPassword: true + doReusePassword: true diff --git a/calamares.spec b/calamares.spec index 6749844..82a6d95 100644 --- a/calamares.spec +++ b/calamares.spec @@ -1,7 +1,7 @@ #global snapdate 20161119 #global snaphash 34516e9477b2fd5e9b3e5823350d1efc2099573f -%global prerelease alpha1 +%global prerelease beta1 %ifarch %{?qt5_qtwebengine_arches}%{!?qt5_qtwebengine_arches:%{ix86} x86_64} # use QtWebEngine instead of QtWebKit for the optional webview module @@ -11,7 +11,7 @@ Name: calamares Version: 2.5 -Release: 0.1%{?snaphash:.%{snapdate}git%(echo %{snaphash} | cut -c -13)}%{!?snaphash:%{?prerelease:.%{prerelease}}}%{?dist} +Release: 0.2%{?snaphash:.%{snapdate}git%(echo %{snaphash} | cut -c -13)}%{!?snaphash:%{?prerelease:.%{prerelease}}}%{?dist} Summary: Installer from a live CD/DVD/USB to disk License: GPLv3+ @@ -32,7 +32,7 @@ Source4: calamares-auto_de.ts Source5: calamares-auto_it.ts # adjust some default settings (default shipped .conf files) -Patch0: calamares-2.5-alpha1-default-settings.patch +Patch0: calamares-2.5-beta1-default-settings.patch # use kdesu instead of pkexec (works around #1171779) Patch1: calamares-2.5-alpha1-kdesu.patch @@ -318,6 +318,10 @@ fi %changelog +* Thu Jan 19 2017 Kevin Kofler - 2.5-0.2.beta1 +- Update to 2.5-beta1 +- Rebase default-settings patch + * Sun Jan 15 2017 Kevin Kofler - 2.5-0.1.alpha1 - Update to 2.5-alpha1 - Rebase default-settings and kdesu patches diff --git a/sources b/sources index 4455c98..667c4dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (calamares-2.5-alpha1.tar.gz) = 024eb67c5b286f8b40bd1b1dfae1afa7bc60c5dbfe75da57cba4d80c9b314b86f38fb80b72c4e42d2ae3a8c83604ca978de9600b97c23732241c1397a3c605af +SHA512 (calamares-2.5-beta1.tar.gz) = 19c7170298da841522b518b2afa17c04f0f9d96d8322b11106a19b69e0ac0c2284a21025225d4362c7c118f106846213412a1fec11845068784704126a96381e