- bnc#802778 - virt-manager doesn't start
Remove virt-manager-tui from the package. It requires newt_syrup which is not part of the distro. virt-manager.spec OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=113
This commit is contained in:
parent
9bd84112f9
commit
e654eb2a8f
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 11 10:50:37 MST 2013 - carnold@suse.com
|
||||
|
||||
- bnc#802778 - virt-manager doesn't start
|
||||
Remove virt-manager-tui from the package. It requires newt_syrup
|
||||
which is not part of the distro.
|
||||
virt-manager.spec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 12:41:13 MST 2013 - carnold@suse.com
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define gsysconfdir /etc
|
||||
%define gconftool /usr/bin/gconftool-2
|
||||
%define virtinst_maj 0
|
||||
@ -122,7 +123,7 @@ Authors:
|
||||
|
||||
%build
|
||||
# autoreconf -i
|
||||
%configure --sysconfdir=%{gsysconfdir}
|
||||
%configure --sysconfdir=%{gsysconfdir} --with-tui=no
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -167,7 +168,6 @@ sed -i -e 's/Categories=.*/Categories=Qt;X-SuSE-YaST;X-SuSE-YaST-Virtualization;
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING AUTHORS ChangeLog
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}-tui
|
||||
%{_libexecdir}/%{name}-launch
|
||||
%dir %{_datadir}/%{name}
|
||||
#%{_datadir}/%{name}/*.glade
|
||||
@ -184,11 +184,7 @@ sed -i -e 's/Categories=.*/Categories=Qt;X-SuSE-YaST;X-SuSE-YaST-Virtualization;
|
||||
%{_datadir}/%{name}/*.py
|
||||
%{_datadir}/%{name}/*.ui
|
||||
%dir %{_datadir}/%{name}/virtManager
|
||||
%dir %{_datadir}/%{name}/virtManagerTui
|
||||
%dir %{_datadir}/%{name}/virtManagerTui/importblacklist
|
||||
%{_datadir}/%{name}/virtManager/*.py
|
||||
%{_datadir}/%{name}/virtManagerTui/*.py
|
||||
%{_datadir}/%{name}/virtManagerTui/importblacklist/*.py
|
||||
%{_datadir}/applications/YaST2/%{name}.desktop
|
||||
%{_datadir}/dbus-1/services/%{name}.service
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
Loading…
Reference in New Issue
Block a user