forked from pool/product-builder
update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/product-builder?expand=0&rev=80
This commit is contained in:
parent
cd4d775d3d
commit
a5f9b68893
4
_service
4
_service
@ -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>
|
||||
|
@ -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;
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7f31b2b1430cda186d890d52d8eca39eb63710cb4448c5aeac2a8ff3b4d118c
|
||||
size 1310221
|
3
product-builder-1.1.1.obscpio
Normal file
3
product-builder-1.1.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f637570cb58a0b18ebe0682db08a8c283a13cd42bf5528058595b386aac7ddec
|
||||
size 1308685
|
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: product-builder
|
||||
version: 1.0.9
|
||||
mtime: 1524586880
|
||||
commit: ac313bf62d317dba12acbd1f8446242924dca473
|
||||
version: 1.1.1
|
||||
mtime: 1528119194
|
||||
commit: 0fbfc2134319519da85460f4604eab1ba7a412d8
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user