diff --git a/_service b/_service index 049584b..87447dc 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ https://github.com/openSUSE/product-builder.git - 1.2.3 - 1.2.3 + 1.2.4 + 1.2.4 git rpm/product-builder.spec diff --git a/product-builder-1.2.3.obscpio b/product-builder-1.2.3.obscpio deleted file mode 100644 index fdc9de9..0000000 --- a/product-builder-1.2.3.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9995ddd748daf8b6973857f6c49ea6f3fbc111b11b293187351c0b4edff9d5d9 -size 1313804 diff --git a/product-builder-1.2.4.obscpio b/product-builder-1.2.4.obscpio new file mode 100644 index 0000000..dec3fd3 --- /dev/null +++ b/product-builder-1.2.4.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7a599feb605084768a4575db9f33e544dfd1e4a82c2ef1c32c165dc4306121 +size 1316364 diff --git a/product-builder.changes b/product-builder.changes index ca689ed..3a747e3 100644 --- a/product-builder.changes +++ b/product-builder.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 16 08:32:26 UTC 2019 - Stephan Kulow + +- 1.2.4 + * add SLE wrapper to prepare modules for packages dvd (jsc#SLE-8271) + * smaller perl fixes + ------------------------------------------------------------------- Fri Sep 13 06:08:31 UTC 2019 - Adrian Schröter @@ -5,7 +12,6 @@ Fri Sep 13 06:08:31 UTC 2019 - Adrian Schröter handle multiple packages with same name but different version/release in one repo. bsc#1150238 - ------------------------------------------------------------------- Tue Jul 16 07:38:10 UTC 2019 - Adrian Schröter diff --git a/product-builder.obsinfo b/product-builder.obsinfo index f1ba8e4..333967e 100644 --- a/product-builder.obsinfo +++ b/product-builder.obsinfo @@ -1,5 +1,5 @@ name: product-builder -version: 1.2.3 -mtime: 1568354810 -commit: d5ba81f2fd4438d04e3236bcc78564bd51f78e56 +version: 1.2.4 +mtime: 1568615822 +commit: ad6f455bc44b150eb916663ed8cff74fae455c94 diff --git a/product-builder.spec b/product-builder.spec index f405da0..832803d 100644 --- a/product-builder.spec +++ b/product-builder.spec @@ -23,7 +23,7 @@ Url: http://github.com/openSUSE/product-builder Name: product-builder Conflicts: kiwi Conflicts: kiwi-instsource -Version: 1.2.3 +Version: 1.2.4 Release: 0 Provides: kiwi-schema = 6.2 Source: product-builder-%version.tar.xz @@ -62,7 +62,7 @@ To be used only for product medias for Leap 15 and SLE 15. %build test -e /.buildenv && . /.buildenv -make buildroot="%{buildroot}" CFLAGS="%{optflags}" +make CFLAGS="%{optflags}" %install make buildroot="%{buildroot}" \ @@ -71,6 +71,14 @@ make buildroot="%{buildroot}" \ install ./.version >"%{buildroot}/%{_datadir}/kiwi/.revision" +%if 0%{?is_opensuse} +mv %{buildroot}%{_bindir}/product-builder{.pl,} +%else +# install SLE wrapper as entry point. It doesn't really harm as the +# build flavor detected is very specific, but to avoid waste... +ln -s product-builder-sle.sh %{buildroot}%{_bindir}/product-builder +%endif + %files %dir %{_datadir}/kiwi %license LICENSE @@ -78,6 +86,6 @@ make buildroot="%{buildroot}" \ %{_datadir}/kiwi/metadata %{_datadir}/kiwi/modules %{_datadir}/kiwi/xsl -%{_bindir}/product-builder +%{_bindir}/product-builder* %changelog