- 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:
Olaf Hering 2012-09-01 13:41:10 +00:00 committed by Git OBS Bridge
parent f6aa82bf69
commit 744f9b0f08
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -199,11 +199,13 @@ Provides Perl support for libguestfs.
%endif
#
%if %{with_python}
%package python
%package -n python-libguestfs
Summary: Allows Python scripts to directly use libguestfs
Group: System/Filesystems
Provides: libguestfs-python
Obsoletes: libguestfs-python
%description python
%description -n python-libguestfs
Provides Python support for libguestfs.
%endif
#
@ -438,7 +440,7 @@ rm -rf $RPM_BUILD_ROOT
%endif
#
%if %{with_python}
%files python
%files -n python-libguestfs
%defattr(-,root,root)
%{_libdir}/python%{pyver}/site-packages/*
%endif