mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 15:33:07 +00:00
0345ed81e0
When trying to build python classroom for armhfp we end up in quite a dependency hell. Hunspell was the first issue (fixed in the previous commit). Then there was all of this: ``` Problem 1: conflicting requests - nothing provides libedataserver-1.2.so.23()(64bit) needed by gnome-shell-3.27.1-5.fc28.x86_64 Problem 2: conflicting requests - nothing provides dleyna-renderer needed by gnome-photos-3.27.90-1.fc28.x86_64 Problem 3: conflicting requests - nothing provides gnome-user-docs needed by gnome-getting-started-docs-3.26.2-2.fc28.noarch Problem 4: package NetworkManager-openconnect-gnome-1.2.4-9.fc28.x86_64 requires libopenconnect.so.5()(64bit), but none of the providers can be installed - conflicting requests - nothing provides libtspi.so.1()(64bit) needed by openconnect-7.08-5.fc28.x86_64 Problem 5: package gnome-initial-setup-3.27.90-2.fc28.x86_64 requires gdm, but none of the providers can be installed - package gdm-1:3.27.4-4.fc28.i686 requires gnome-shell, but none of the providers can be installed - package gdm-1:3.27.4-4.fc28.x86_64 requires gnome-shell, but none of the providers can be installed - conflicting requests - nothing provides libedataserver-1.2.so.23()(64bit) needed by gnome-shell-3.27.1-5.fc28.x86_64 Problem 6: package gnome-shell-extension-window-list-3.27.1-3.fc28.noarch requires gnome-shell-extension-common = 3.27.1-3.fc28, but none of the providers can be installed - package gnome-classic-session-3.27.1-3.fc28.noarch requires gnome-shell-extension-window-list = 3.27.1-3.fc28, but none of the providers can be installed - package gnome-shell-extension-common-3.27.1-3.fc28.noarch requires gnome-shell >= 3.27.1, but none of the providers can be installed - conflicting requests - nothing provides libedataserver-1.2.so.23()(64bit) needed by gnome-shell-3.27.1-5.fc28.x86_64 Problem 7: conflicting requests - package gdm-1:3.27.4-4.fc28.i686 requires gnome-shell, but none of the providers can be installed - package gdm-1:3.27.4-4.fc28.x86_64 requires gnome-shell, but none of the providers can be installed - nothing provides libedataserver-1.2.so.23()(64bit) needed by gnome-shell-3.27.1-5.fc28.x86_64 ``` Note: I used an x86_64 machine to do the dependency debugging. So here is what I decided to do: - remove `-evolution*` (evolution-data-server provides libedataserver-1.2.so.23()(64bit)) - remove `-trousers-lib` (trousers-lib provides libtspi.so.1()(64bit)) - add `-gnome-photos` since a lot of other gnome apps were excluded - add `-gnome-getting-started-docs` since gnome-user-docs was excluded Signed-off-by: Dusty Mabe <dusty@dustymabe.com> |
||
---|---|---|
custom | ||
l10n | ||
snippets | ||
templates | ||
tools | ||
.gitignore | ||
AUTHORS | ||
COPYING | ||
fedora-arm-base.ks | ||
fedora-arm-kde.ks | ||
fedora-arm-lxde.ks | ||
fedora-arm-lxqt.ks | ||
fedora-arm-mate.ks | ||
fedora-arm-minimal.ks | ||
fedora-arm-python-classroom.ks | ||
fedora-arm-server.ks | ||
fedora-arm-soas.ks | ||
fedora-arm-workstation.ks | ||
fedora-arm-xbase.ks | ||
fedora-arm-xfce.ks | ||
fedora-atomic-vagrant.ks | ||
fedora-atomic.ks | ||
fedora-cinnamon-common.ks | ||
fedora-cloud-atomic-pxetolive.ks | ||
fedora-cloud-base-vagrant.ks | ||
fedora-cloud-base.ks | ||
fedora-cloud-bigdata.ks | ||
fedora-cloud-experimental.ks | ||
fedora-disk-base.ks | ||
fedora-disk-minimal.ks | ||
fedora-disk-server.ks | ||
fedora-disk-workstation.ks | ||
fedora-disk-xbase.ks | ||
fedora-docker-base-minimal.ks | ||
fedora-docker-base.ks | ||
fedora-docker-common.ks | ||
fedora-kde-common.ks | ||
fedora-kde-minimization.ks | ||
fedora-live-astronomy_kde.ks | ||
fedora-live-base.ks | ||
fedora-live-cinnamon.ks | ||
fedora-live-design_suite.ks | ||
fedora-live-games.ks | ||
fedora-live-jam_kde.ks | ||
fedora-live-kde-base.ks | ||
fedora-live-kde.ks | ||
fedora-live-lxde.ks | ||
fedora-live-lxqt.ks | ||
fedora-live-mate_compiz.ks | ||
fedora-live-minimization.ks | ||
fedora-live-python-classroom.ks | ||
fedora-live-robotics.ks | ||
fedora-live-scientific_kde.ks | ||
fedora-live-security.ks | ||
fedora-live-soas.ks | ||
fedora-live-workstation.ks | ||
fedora-live-xfce.ks | ||
fedora-lxde-common.ks | ||
fedora-lxqt-common.ks | ||
fedora-mate-common.ks | ||
fedora-minimal-common.ks | ||
fedora-modular-arm-server.ks | ||
fedora-modular-container-base-minimal.ks | ||
fedora-modular-container-base.ks | ||
fedora-modular-container-common.ks | ||
fedora-modular-disk-minimal.ks | ||
fedora-python-classroom-common.ks | ||
fedora-python-classroom-gnome-common.ks | ||
fedora-python-classroom-vagrant.ks | ||
fedora-repo-not-rawhide.ks | ||
fedora-repo-rawhide.ks | ||
fedora-repo.ks | ||
fedora-soas-common.ks | ||
fedora-workstation-common.ks | ||
fedora-xfce-common.ks | ||
Makefile | ||
README.md |
fedora-kickstarts
This project is used to manage the Fedora kickstart files used in composing Fedora release images.
The master branch is used by rawhide and each release branch is used by that release.
All changes should be made via the PR workflow.
This project is packaged in Fedora as the spin-kickstarts package allowing users to see and modify the kickstart files for their local needs.
To make a release
git clone ssh://git@pagure.io/fedora-kickstarts.git fedora-kickstarts
cd fedora-kickstarts
# If you need a specific branch other than master:
git checkout BRANCHNAME
# No tag has been added yet tag HEAD with
git tag VERSION
git push --tags
make
# Publish the released tar ball
make publish
# Clean up the generated files:
make clean
bug reports
Bugs should be reported to the spin-kickstarts bugzilla component:
https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=spin-kickstarts