Hello community,

here is the log from the commit of package python-rtslib for openSUSE:Factory 
checked in at 2013-11-25 16:03:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-23 13:12:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-rtslib.new/python-rtslib.changes 
2013-11-25 16:03:52.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Nov 24 15:43:29 UTC 2013 - [email protected]
+
+- Change tarball download location to new official one
+- Update to version 2.1.fb42
+  + No changelog available
+- Remove rtslib-qla2xxx-fix.patch; merged on upstream release
+- Add man pages for targetcli
+
+-------------------------------------------------------------------

Old:
----
  rtslib-2.1.fb27.tar.gz
  rtslib-qla2xxx-fix.patch

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

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

Other differences:
------------------
++++++ python-rtslib.spec ++++++
--- /var/tmp/diff_new_pack.YWHz5q/_old  2013-11-25 16:03:53.000000000 +0100
+++ /var/tmp/diff_new_pack.YWHz5q/_new  2013-11-25 16:03:53.000000000 +0100
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%define oname rtslib-fb
 
 Name:           python-rtslib
-Version:        2.1.fb27
+Version:        2.1.fb42
 Release:        0
 Summary:        API for Linux kernel SCSI target (aka LIO)
 License:        AGPL-3.0
 Group:          Development/Languages/Python
 Url:            http://github.com/agrover/rtslib-fb
-Source:         
http://pypi.python.org/packages/source/r/rtslib/rtslib-%{version}.tar.gz
-Patch1:         rtslib-qla2xxx-fix.patch
+Source:         
https://fedorahosted.org/releases/t/a/targetcli-fb/%{oname}-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       %{name}-doc = %{version}
 Obsoletes:      %{name}-doc < %{version}
@@ -43,18 +44,23 @@
 their respective authors.
 
 %prep
-%setup -q -n rtslib-%{version}
-%patch1 -p1
+%setup -q -n %{oname}-%{version}
 
 %build
 python setup.py build
 
 %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
+%doc README.md COPYING
+%{_bindir}/targetctl
 %{python_sitelib}/*
+%{_mandir}/man5/saveconfig.json.5.gz
+%{_mandir}/man8/targetctl.8.gz
 
 %changelog

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

Reply via email to