#338 dependency fixes for various livemedia kickstarts
Merged 6 years ago by kevin. Opened 6 years ago by dustymabe.
dustymabe/fedora-kickstarts dusty-deps  into  master

file modified
-1
@@ -39,7 +39,6 @@ 

  initial-setup-gui

  -iwl*

  -ipw*

- -trousers-lib

  -usb_modeswitch

  -iproute-tc

  #lets resize / on first boot

@@ -2,7 +2,6 @@ 

  %packages

  -@input-methods

  -scim*

- -m17n*

  -ibus*

  -iok

  %end

@@ -12,7 +12,6 @@ 

  -autofs

  # smartcards won't really work on the livecd.

  -coolkey

- -wget

  

  # scanning takes quite a bit of space :/

  -xsane

file modified
-1
@@ -47,7 +47,6 @@ 

  

  # Dictionaries are big

  -aspell-*

- -hunspell-*

  -man-pages*

  -words

  

file modified
-1
@@ -36,7 +36,6 @@ 

  -acpid

  -gimp-help

  -desktop-backgrounds-basic

- -realmd                     # only seems to be used in GNOME

  -PackageKit*                # we switched to dnfdragora, so we don't need this

  -aspell-*                   # dictionaries are big

  -gnumeric

@@ -18,7 +18,6 @@ 

  -@sound-and-video

  -@multimedia

  -dleyna*

- -evolution*

possibly this could be narrowed rather than removed? I suspect evolution-data-server bits are required, but evolution proper can still be excluded.

yeah probably, I was kind of working in a rush and didn't go through it with a fine tooth comb

  -gnome-boxes

  -gnome-calendar

  -gnome-clocks
@@ -27,6 +26,7 @@ 

  -gnome-documents

  -gnome-font-viewer

  -gnome-maps

+ -gnome-photos

  -gnome-weather

  -grilo-plugins

  -cheese
@@ -56,11 +56,11 @@ 

  

  # Dictionaries are big

  -aspell-*

- -hunspell-*

  -words

  

  # Help and art can be big, too

  -gnome-user-docs

+ -gnome-getting-started-docs

  -desktop-backgrounds-basic

  -*backgrounds-extras

  

Many of the livemedia runs are failing because of dependency issues.
This PR attempts to fix most of those. See [1].

Please look at each commit individually when reviewing. The commit
messages give context.

[1] https://pagure.io/dusty/failed-composes/issue/9#comment-495037

possibly this could be narrowed rather than removed? I suspect evolution-data-server bits are required, but evolution proper can still be excluded.

Pull-Request has been merged by kevin

6 years ago

yeah probably, I was kind of working in a rush and didn't go through it with a fine tooth comb