Hello community,

here is the log from the commit of package virt-sandbox for openSUSE:Factory 
checked in at 2019-03-05 12:26:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-sandbox (Old)
 and      /work/SRC/openSUSE:Factory/.virt-sandbox.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-sandbox"

Tue Mar  5 12:26:26 2019 rev:18 rq:681641 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-sandbox/virt-sandbox.changes        
2019-02-14 14:35:00.215607795 +0100
+++ /work/SRC/openSUSE:Factory/.virt-sandbox.new.28833/virt-sandbox.changes     
2019-03-05 12:26:27.120831182 +0100
@@ -1,0 +2,7 @@
+Wed Feb 13 18:10:53 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Remove redundant %clean section and action.
+- Replace old $RPM_* shell vars.
+- Rename %soname to %sover to better reflect its use.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ virt-sandbox.spec ++++++
--- /var/tmp/diff_new_pack.AjfWeT/_old  2019-03-05 12:26:27.760831297 +0100
+++ /var/tmp/diff_new_pack.AjfWeT/_new  2019-03-05 12:26:27.760831297 +0100
@@ -17,7 +17,7 @@
 
 
 %define libvirt_version 1.0.2
-%define soname 1_0-5
+%define sover 1_0-5
 
 Name:           virt-sandbox
 Version:        0.8.0
@@ -59,9 +59,9 @@
 Requires:       systemd >= 198
 # Requires: libselinux-python
 Requires:       cron
-Requires:       libvirt-sandbox-%{soname} = %{version}-%{release}
+Requires:       libvirt-sandbox-%{sover} = %{version}-%{release}
 
-%package -n libvirt-sandbox-%{soname}
+%package -n libvirt-sandbox-%{sover}
 Summary:        Libvirt application sandbox framework libraries
 # So we get the full libvirtd daemon, not just client libs
 Group:          Development/Libraries/C and C++
@@ -75,13 +75,13 @@
 %package -n libvirt-sandbox-devel
 Summary:        Libvirt application sandbox framework development files
 Group:          Development/Libraries/C and C++
-Requires:       libvirt-sandbox-%{soname} = %{version}-%{release}
+Requires:       libvirt-sandbox-%{sover} = %{version}-%{release}
 
 %description
 This package provides a command for running applications within
 a sandbox using libvirt.
 
-%description -n libvirt-sandbox-%{soname}
+%description -n libvirt-sandbox-%{sover}
 This package provides a framework for building application sandboxes
 using libvirt.
 
@@ -107,26 +107,22 @@
 make V=1 %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 chmod a-x examples/*.py examples/*.pl examples/*.js
-%makeinstall
-rm -f $RPM_BUILD_ROOT%{_libdir}/libvirt-sandbox-1.0.a
-rm -f $RPM_BUILD_ROOT%{_libdir}/libvirt-sandbox-1.0.la
+%make_install
+rm -f %{buildroot}/%{_libdir}/*.a
+rm -f %{buildroot}/%{_libdir}/*.la
 
 %find_lang libvirt-sandbox
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post -n libvirt-sandbox-%{soname} -p /sbin/ldconfig
-%postun -n libvirt-sandbox-%{soname} -p /sbin/ldconfig
+%post -n libvirt-sandbox-%{sover} -p /sbin/ldconfig
+%postun -n libvirt-sandbox-%{sover} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
 %{_bindir}/virt-sandbox
 %{_mandir}/man1/virt-sandbox.1*
 
-%files -n libvirt-sandbox-%{soname} -f libvirt-sandbox.lang
+%files -n libvirt-sandbox-%{sover} -f libvirt-sandbox.lang
 %defattr(-,root,root,-)
 %doc README AUTHORS ChangeLog NEWS
 %license COPYING


Reply via email to