Hello community,

here is the log from the commit of package targetcli-fb for openSUSE:Factory 
checked in at 2016-11-05 21:25:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/targetcli-fb (Old)
 and      /work/SRC/openSUSE:Factory/.targetcli-fb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "targetcli-fb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/targetcli-fb/targetcli-fb.changes        
2016-10-18 10:40:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.targetcli-fb.new/targetcli-fb.changes   
2016-11-05 21:25:36.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Oct 30 23:51:52 UTC 2016 - [email protected]
+
+- Trim macro indirections and empty macros
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ targetcli-fb.spec ++++++
--- /var/tmp/diff_new_pack.R5DZiz/_old  2016-11-05 21:25:38.000000000 +0100
+++ /var/tmp/diff_new_pack.R5DZiz/_new  2016-11-05 21:25:38.000000000 +0100
@@ -21,7 +21,7 @@
 
 Name:           %{oname}
 Version:        2.1.43
-Release:        1%{?dist}
+Release:        0
 Url:            http://github.com/agrover/%{oname}
 Summary:        A command shell for managing the Linux LIO kernel target
 License:        Apache-2.0
@@ -57,20 +57,17 @@
 %setup -q -n %{oname}-%{realver}%{?extraver}
 
 %build
-%__python setup.py build
+python setup.py build
 
 %install
-%__python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%__install -d -m755 %{buildroot}%{_sysconfdir}/target
-%__install -d -m755 %{buildroot}%{_sysconfdir}/target/backup
-%__install -d -m755 %{buildroot}%{_sbindir}
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+install -d -m755 %{buildroot}%{_sysconfdir}/target
+install -d -m755 %{buildroot}%{_sysconfdir}/target/backup
+install -d -m755 %{buildroot}%{_sbindir}
 %fdupes %{buildroot}%{python_sitelib}
-%__install -D -m644 targetcli.8 %{buildroot}%{_mandir}/man8/targetcli.8
-%__install -D -m644 %{S:1} %{buildroot}%{_unitdir}/targetcli.service
-%__ln_s %{_sbindir}/service %{buildroot}/%{_sbindir}/rctargetcli
-
-%clean
-[ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
+install -D -m644 targetcli.8 %{buildroot}%{_mandir}/man8/targetcli.8
+install -D -m644 %{S:1} %{buildroot}%{_unitdir}/targetcli.service
+ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rctargetcli
 
 %post
 %{service_add_post targetcli.service}


Reply via email to