Latest upstream release: 1.1.2 Current version/release in Fedora 23 branch/rawhide: calamares-1.0.1-5.20150502gita70306e54f505.fc23 v1.1.2 fixes several cosmetic and functional bugs in the installer. Release URL: https://calamares.io/calamares-1.1.2-is-out/ Please upgrade calamares.
I know it's out. I haven't gotten around to doing the update. Upgrading Calamares is not trivial, I always have to check whether settings upgrades are needed. (In this particular case, there is at least the support for slideshow translations that we should take advantage of. I also need to go through the full list of changes to see whether I need to update any .conf file.) The 1.1.2 tarballs also finally include the partitionmanager code, so I need to remove the separate tarball hack. What's sure is that the packages dremor (added to CC) is building in Copr are NOT useful. The partitionmanager module MUST NOT be disabled. Please just wait for me to do the work right.
calamares-1.1.2-1.fc23 has been submitted as an update for Fedora 23. https://admin.fedoraproject.org/updates/calamares-1.1.2-1.fc23
calamares-1.1.2-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/calamares-1.1.2-1.fc22
calamares-1.1.2-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/calamares-1.1.2-1.fc21
Hi This upload was for testing purpose (as stated in the copr description). Buggy, unfortunatly (newbie packager inside), but at least, I've learned something today. Now that you have submitted this update, I'll remove it. thank you ;)
Have you tried my package yet?
I tried you package, managed to install a buggy (but somewhat working) Fedora installation. Complete name seem to be ignored, username is used instead. keyboad shown as "unknown" on fist start (but was the french azerty I asked during install) Some weird ascii codec error, I'll try to install it again, to see.
Second try, the newly installed work fine, except for the complete dame part. The two other bugs seem to come from changing the system locale. But the spec file could use some cleanup.
> Complete name seem to be ignored, username is used instead. > keyboad shown as "unknown" on fist start (but was the french azerty I asked > during install) Both of these sound like display manager issues, not Calamares bugs. What display manager are you using? SDDM? (Especially the second issue is a known SDDM bug.) As for the locale, make sure you pick a .UTF-8 locale. (The locale selection UI in Calamares could use improvement, that's a known upstream issue. IMHO, non-UTF-8 locales should be hidden entirely, and language and country should be selectable separately, as for the keyboard layouts.)
On comment 8 : -dame +name I used the standard gnome3+gdm install.
Oh, and about the specfile, I could simplify a bit by dropping support for snapshot builds (which would make all those conditionals go away), but I'm not sure it's a good idea to do that now, so I preferred to keep supporting snapshots for now. Basically, the complexity boils down to 3 simple conditional constructs: %{?snaphash}: inserts %{snaphash} if it is defined, nothing otherwise %{?snaphash:foo}: inserts foo if %{snaphash} is defined, nothing otherwise %{!?snaphash:foo}: inserts foo if %{snaphash} is undefined, nothing otherwise
You could use a copr for snapshots (something like "calamares-git"), and only push stable build on the main repo.
You're missing the point, which is that I don't want to have to change the specfile back and forth if I switch between a release and a snapshot, nor maintain 2 separate specfiles where I'd have to merge all changes both ways. Whether I ship the snapshots as updates or in a Copr is completely irrelevant.
Package calamares-1.1.2-1.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing calamares-1.1.2-1.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-13634/calamares-1.1.2-1.fc22 then log in and leave karma (feedback).
I see, I didn't know that it was possible to do that (as I said before, newbie package inside ;) ).
Conditionals in RPM are really powerful, but I admit they can be a bit obscure and ugly at times. :-)
calamares-1.1.2-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.
calamares-1.1.2-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.
calamares-1.1.2-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.