Hello community,

here is the log from the commit of package python-rtslib for openSUSE:Factory 
checked in at 2014-01-02 18:30:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rtslib (Old)
 and      /work/SRC/openSUSE:Factory/.python-rtslib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rtslib"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rtslib/python-rtslib.changes      
2013-11-25 16:03:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-rtslib.new/python-rtslib.changes 
2014-01-02 18:30:20.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Dec 18 15:59:26 CET 2013 - [email protected]
+
+- Update to version 2.2 from github repository:
+  * targetcli moved into separate package
+  * Removed references to targetcli program and manpages
+- Update description
+- Change license tag to correct one; rtslib is licensed under Apache-2.0
+- Add missing dependencies to get it fully working
+
+-------------------------------------------------------------------

Old:
----
  rtslib-fb-2.1.fb42.tar.gz

New:
----
  rtslib-2.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rtslib.spec ++++++
--- /var/tmp/diff_new_pack.hiCOhE/_old  2014-01-02 18:30:21.000000000 +0100
+++ /var/tmp/diff_new_pack.hiCOhE/_new  2014-01-02 18:30:21.000000000 +0100
@@ -15,17 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define oname rtslib-fb
 
 Name:           python-rtslib
-Version:        2.1.fb42
+Version:        2.2
 Release:        0
 Summary:        API for Linux kernel SCSI target (aka LIO)
-License:        AGPL-3.0
+License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            http://github.com/agrover/rtslib-fb
-Source:         
https://fedorahosted.org/releases/t/a/targetcli-fb/%{oname}-%{version}.tar.gz
+%define oname rtslib
+Url:            https://github.com/Datera/rtslib
+# Source:         https://github.com/Datera/%{oname}/archive/%{version}.tar.gz
+Source:         %{oname}-%{version}.tar.bz2
+Requires:       python-configobj
+Requires:       python-ipaddr
+Requires:       python-netifaces
+BuildRequires:  python-configobj
 BuildRequires:  python-devel
+BuildRequires:  python-ipaddr
+BuildRequires:  python-netifaces
 BuildRequires:  python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       %{name}-doc = %{version}
@@ -37,11 +46,21 @@
 %endif
 
 %description
-rtslib-fb ("free branch") is a tree that tracks RTS's upstream
-git repo, but with additional patches. Like the upstream version,
-these patches are available under AGPLv3, but sole copyright no longer
-belongs to RTS, since additional patch copyrights are still held by
-their respective authors.
+RTSlib is a Python library that provides an API to the LIO Linux SCSI Target,
+and its third-party target fabric modules and backend storage objects.
+
+RTSlib was developed by Datera, Inc. (www.daterainc.com). It is useful for
+developing 3rd-party applications, and as a foundation for the Datera
+userspace tools.
+
+For more information, please see the targetcli User's Guide at:
+
+http://linux-iscsi.org/wiki/targetcli
+
+and the RTSlib API Reference Guide at:
+
+http://linux-iscsi.org/Doc/rtslib/html
+http://linux-iscsi.org/Doc/rtslib/rtslib-API-reference.pdf
 
 %prep
 %setup -q -n %{oname}-%{version}
@@ -51,16 +70,10 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-mkdir -p %{buildroot}%{_mandir}/{man8,man5}
-install -m 644 doc/targetctl.8 %{buildroot}%{_mandir}/man8/
-install -m 644 doc/saveconfig.json.5 %{buildroot}%{_mandir}/man5/
 
 %files
 %defattr(-,root,root,-)
-%doc README.md COPYING
-%{_bindir}/targetctl
+%doc README COPYING
 %{python_sitelib}/*
-%{_mandir}/man5/saveconfig.json.5.gz
-%{_mandir}/man8/targetctl.8.gz
 
 %changelog

++++++ rtslib-fb-2.1.fb42.tar.gz -> rtslib-2.2.tar.bz2 ++++++
++++ 6744 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to