- rename subpackage libguestfs-python to python-libguestfs
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=47
This commit is contained in:
parent
f6aa82bf69
commit
744f9b0f08
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 1 15:40:47 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- rename subpackage libguestfs-python to python-libguestfs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 1 14:14:34 CEST 2012 - ohering@suse.de
|
Sat Sep 1 14:14:34 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -199,11 +199,13 @@ Provides Perl support for libguestfs.
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
%if %{with_python}
|
%if %{with_python}
|
||||||
%package python
|
%package -n python-libguestfs
|
||||||
Summary: Allows Python scripts to directly use libguestfs
|
Summary: Allows Python scripts to directly use libguestfs
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
|
Provides: libguestfs-python
|
||||||
|
Obsoletes: libguestfs-python
|
||||||
|
|
||||||
%description python
|
%description -n python-libguestfs
|
||||||
Provides Python support for libguestfs.
|
Provides Python support for libguestfs.
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
@ -438,7 +440,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
%if %{with_python}
|
%if %{with_python}
|
||||||
%files python
|
%files -n python-libguestfs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/python%{pyver}/site-packages/*
|
%{_libdir}/python%{pyver}/site-packages/*
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user