1
0
Adrian Schröter 2018-06-04 13:36:16 +00:00 committed by Git OBS Bridge
parent cd4d775d3d
commit a5f9b68893
7 changed files with 17 additions and 28 deletions

View File

@ -1,8 +1,8 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/openSUSE/product-builder.git</param>
<param name="revision">1.0.9</param>
<param name="version">1.0.9</param>
<param name="revision">1.1.1</param>
<param name="version">1.1.1</param>
<param name="scm">git</param>
<param name="extract">rpm/product-builder.spec</param>
</service>

View File

@ -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;

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7f31b2b1430cda186d890d52d8eca39eb63710cb4448c5aeac2a8ff3b4d118c
size 1310221

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f637570cb58a0b18ebe0682db08a8c283a13cd42bf5528058595b386aac7ddec
size 1308685

View File

@ -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

View File

@ -1,5 +1,5 @@
name: product-builder
version: 1.0.9
mtime: 1524586880
commit: ac313bf62d317dba12acbd1f8446242924dca473
version: 1.1.1
mtime: 1528119194
commit: 0fbfc2134319519da85460f4604eab1ba7a412d8

View File

@ -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