diff --git a/_service b/_service index 196ef4f..4ba5fa5 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ https://github.com/openSUSE/product-builder.git - 1.0.9 - 1.0.9 + 1.1.1 + 1.1.1 git rpm/product-builder.spec diff --git a/accept_old_meta_package.patch b/accept_old_meta_package.patch deleted file mode 100644 index ff108c0..0000000 --- a/accept_old_meta_package.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/modules/KIWICollect.pm b/modules/KIWICollect.pm -index b3e6357..f99ca8b 100644 ---- a/modules/KIWICollect.pm -+++ b/modules/KIWICollect.pm -@@ -1535,6 +1535,7 @@ sub unpackMetapackages { - and defined $this->{m_basesubdir}->{$_} - ) { - qx(cp -a $tmp/CD$_/* $this->{m_basesubdir}->{$_}); -+ $packageFound = 1; - $this->logMsg('W', "Unpack from old legacy /CD$_ directory"); - } elsif ($_ eq 1) { - my $msg; diff --git a/product-builder-1.0.9.obscpio b/product-builder-1.0.9.obscpio deleted file mode 100644 index cf3330e..0000000 --- a/product-builder-1.0.9.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7f31b2b1430cda186d890d52d8eca39eb63710cb4448c5aeac2a8ff3b4d118c -size 1310221 diff --git a/product-builder-1.1.1.obscpio b/product-builder-1.1.1.obscpio new file mode 100644 index 0000000..abee8a6 --- /dev/null +++ b/product-builder-1.1.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f637570cb58a0b18ebe0682db08a8c283a13cd42bf5528058595b386aac7ddec +size 1308685 diff --git a/product-builder.changes b/product-builder.changes index a4d1eeb..0a36be9 100644 --- a/product-builder.changes +++ b/product-builder.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 4 13:35:16 UTC 2018 - adrian@suse.de + +- 1.1.1 + * fix EFI boot sort order +- drop factory skelcd hack (accept_old_meta_package.patch) + ------------------------------------------------------------------- Tue Apr 24 16:22:46 UTC 2018 - adrian@suse.de diff --git a/product-builder.obsinfo b/product-builder.obsinfo index 466b1b9..4d12cde 100644 --- a/product-builder.obsinfo +++ b/product-builder.obsinfo @@ -1,5 +1,5 @@ name: product-builder -version: 1.0.9 -mtime: 1524586880 -commit: ac313bf62d317dba12acbd1f8446242924dca473 +version: 1.1.1 +mtime: 1528119194 +commit: 0fbfc2134319519da85460f4604eab1ba7a412d8 diff --git a/product-builder.spec b/product-builder.spec index 4449323..df1fccd 100644 --- a/product-builder.spec +++ b/product-builder.spec @@ -23,12 +23,10 @@ Url: http://github.com/openSUSE/product-builder Name: product-builder Conflicts: kiwi Conflicts: kiwi-instsource -Version: 1.0.9 +Version: 1.1.1 Release: 0 Provides: kiwi-schema = 6.2 Source: product-builder-%version.tar.xz -# temporary hack for openSUSE:Factory only -Patch1: accept_old_meta_package.patch Requires: libxslt Requires: perl >= %{perl_version} @@ -61,9 +59,6 @@ To be used only for product medias for Leap 15 and SLE 15. %prep %setup -q -%if 0%{?skelcd_compat} -%patch1 -p1 -%endif %build test -e /.buildenv && . /.buildenv @@ -77,9 +72,8 @@ make buildroot="%{buildroot}" \ ./.version >"%{buildroot}/%{_datadir}/kiwi/.revision" %files -%defattr(-, root, root) %dir %{_datadir}/kiwi -%doc LICENSE +%license LICENSE %{_datadir}/kiwi/.revision %{_datadir}/kiwi/metadata %{_datadir}/kiwi/modules