From 8ec8a1b7782dd9b7ee652f38c8a9792b13b45dd1 Mon Sep 17 00:00:00 2001 From: zhangqiumiao Date: Fri, 28 Aug 2020 11:58:54 +0800 Subject: [PATCH] remove dependency on blivet-gui-runtime --- anaconda.spec | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index 24d83c8..d0d7359 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 33.19 -Release: 3 +Release: 4 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -71,7 +71,7 @@ Requires: adwaita-icon-theme python3-kickstart Requires: tigervnc-server-minimal libxklavier >= %{libxklavierver} libgnomekbd Requires: libtimezonemap >= %{libtimezonemapver} xz Requires: nm-connection-editor keybinder3 anaconda-user-help >= %{helpver} yelp system-logos -Requires: blivet-gui-runtime python3 dracut >= %{dracutver} dracut-network dracut-live +Requires: python3 dracut >= %{dracutver} dracut-network dracut-live %ifarch %{ix86} x86_64 BuildRequires: desktop-file-utils Requires: zenity fcoe-utils >= %{fcoeutilsver} @@ -188,6 +188,7 @@ update-desktop-database &> /dev/null || : %{python3_sitearch}/pyanaconda/ui/gui/* %{_prefix}/libexec/anaconda/dd_* %{_prefix}/lib/dracut/modules.d/80%{name}/* +%exclude %{python3_sitearch}/pyanaconda/ui/gui/spokes/blivet_gui.* %files core %defattr(-,root,root) @@ -208,6 +209,7 @@ update-desktop-database &> /dev/null || : %exclude %{_prefix}/libexec/anaconda/dd_* %exclude %{_libdir}/libAnacondaWidgets.so %exclude %{_datadir}/gtk-doc +%exclude %{_datadir}/anaconda/ui/spokes/blivet_gui.* %exclude %{_datadir}/glade/catalogs/AnacondaWidgets.xml %exclude %{python3_sitearch}/pyanaconda/rescue.py* %exclude %{python3_sitearch}/pyanaconda/__pycache__/rescue.* @@ -242,15 +244,21 @@ update-desktop-database &> /dev/null || : %{_datadir}/gtk-doc %changelog +* Fri Aug 28 2020 zhangqiumiao - 33.19-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove dependency on blivet-gui-runtime + * Fri Aug 7 2020 fengtao - 33.19-3 - Type:bugfix -- Id:NA +- ID:NA - SUG:NA - DESC:fix stage2 as default sources * Tue Jul 14 2020 zhangqiumiao - 33.19-2 - Type:bugfix -- Id:NA +- ID:NA - SUG:NA - DESC:add kdump parameter into kernel cmdline