Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2018-08-17 23:59:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/installation-images (Old)
 and      /work/SRC/openSUSE:Factory/.installation-images.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "installation-images"

Fri Aug 17 23:59:57 2018 rev:53 rq:629474 version:14.379

Changes:
--------
--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2018-07-27 10:52:55.521265605 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
    2018-08-17 23:59:57.846334448 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Thu Aug  9 10:45:49 UTC 2018 - [email protected]
+
+- get leap version from %sle_version macro (bsc#1103208)
+

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

Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.WbaIBW/_old  2018-08-17 23:59:58.470336306 +0200
+++ /var/tmp/diff_new_pack.WbaIBW/_new  2018-08-17 23:59:58.470336306 +0200
@@ -40,7 +40,11 @@
 %if 0%{?is_opensuse}
 %define theme openSUSE
 %if 0%{?sle_version}
-%define net_repo http://download.opensuse.org/distribution/leap/15.0/repo/oss
+%define the_version %(echo %sle_version | sed -Ee 
's/^([0-9][0-9])(0|([0-9]))([0-9]).*/\\1.\\3\\4/')
+%if "%{the_version}" == ""
+%error "bad version string"
+%endif
+%define net_repo 
http://download.opensuse.org/distribution/leap/%{the_version}/repo/oss
 %else
 %define net_repo http://download.opensuse.org/tumbleweed/repo/oss
 %endif


Reply via email to