osc copypac from project:home:adrianSuSE:NewProduct package:product-builder revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/product-builder?expand=0&rev=6
This commit is contained in:
parent
ba2c9f400c
commit
92b85024fc
4
_service
4
_service
@ -1,13 +1,13 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="disabled">
|
<service name="obs_scm">
|
||||||
<param name="url">https://github.com/openSUSE/product-builder.git</param>
|
<param name="url">https://github.com/openSUSE/product-builder.git</param>
|
||||||
<param name="versionprefix">1.0~pre</param>
|
<param name="versionprefix">1.0~pre</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="disabled" name="set_version"/>
|
|
||||||
<service mode="buildtime" name="tar" />
|
<service mode="buildtime" name="tar" />
|
||||||
<service mode="buildtime" name="recompress">
|
<service mode="buildtime" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
</service>
|
</service>
|
||||||
|
<service mode="buildtime" name="set_version"/>
|
||||||
</services>
|
</services>
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:48634eed52fc7cb4e04cdc9fd74c438e821f62e92562a5ebc74a23f422070efb
|
||||||
|
size 1306636
|
5
_service:obs_scm:product-builder.obsinfo
Normal file
5
_service:obs_scm:product-builder.obsinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: product-builder
|
||||||
|
version: 1.0~pre.1490686312.b24ea32
|
||||||
|
mtime: 1490686312
|
||||||
|
commit: b24ea325287cea2480d15a97d7531f6ee5a4f39c
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8475ae327e6d70c858cf07a4338faee4172a3821607e6305e4c9fa6344c2b739
|
|
||||||
size 1314316
|
|
@ -1,6 +1,5 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 8 15:03:23 UTC 2017 - adrian@suse.de
|
Tue Apr 11 14:57:20 UTC 2017 - adrian@suse.de
|
||||||
|
|
||||||
- initial package of product-builder, replacing kiwi 7 for new
|
- initial package
|
||||||
product media formats
|
|
||||||
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
name: product-builder
|
|
||||||
version: 1.0~pre.1489590224.3ab1672
|
|
||||||
mtime: 1489590224
|
|
||||||
commit: 3ab16726c5426b04e4f489c9c6a9b0ef65a810aa
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package product-builder
|
# spec file for package product-builder
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -11,24 +11,24 @@
|
|||||||
# case the license is the MIT License). An "Open Source License" is a
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
||||||
#
|
#
|
||||||
|
# Please submit bugfixes or comments via:
|
||||||
|
#
|
||||||
|
# https://github.com/openSUSE/product-builder/issues
|
||||||
|
#
|
||||||
|
#
|
||||||
Summary: SUSE Product Builder
|
Summary: SUSE Product Builder
|
||||||
License: GPL-2.0
|
|
||||||
Group: System/Management
|
|
||||||
Url: http://github.com/openSUSE/product-builder
|
Url: http://github.com/openSUSE/product-builder
|
||||||
Name: product-builder
|
Name: product-builder
|
||||||
Version: 1.0~pre.1489590224.3ab1672
|
License: GPL-2.0
|
||||||
Release: 0
|
Group: System/Management
|
||||||
|
Version: 1.01.01
|
||||||
Provides: kiwi-schema = 6.2
|
Provides: kiwi-schema = 6.2
|
||||||
|
Release: 0
|
||||||
Source: product-builder-%version.tar.xz
|
Source: product-builder-%version.tar.xz
|
||||||
Conflicts: kiwi < 8
|
|
||||||
|
|
||||||
Requires: libxslt
|
|
||||||
Requires: perl >= %{perl_version}
|
Requires: perl >= %{perl_version}
|
||||||
|
Requires: libxslt
|
||||||
Requires: perl-Class-Singleton
|
Requires: perl-Class-Singleton
|
||||||
Requires: perl-Config-IniFiles >= 2.49
|
Requires: perl-Config-IniFiles >= 2.49
|
||||||
Requires: perl-File-Slurp
|
Requires: perl-File-Slurp
|
||||||
@ -41,10 +41,10 @@ Requires: perl-libwww-perl
|
|||||||
|
|
||||||
Provides: kiwi-packagemanager:instsource
|
Provides: kiwi-packagemanager:instsource
|
||||||
Requires: build
|
Requires: build
|
||||||
Requires: checkmedia
|
|
||||||
Requires: genisoimage
|
|
||||||
Requires: inst-source-utils
|
Requires: inst-source-utils
|
||||||
Requires: product-builder-plugin
|
Requires: product-builder-plugin
|
||||||
|
Requires: genisoimage
|
||||||
|
Requires: checkmedia
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
Requires: syslinux
|
Requires: syslinux
|
||||||
%endif
|
%endif
|
||||||
@ -70,16 +70,12 @@ make buildroot=$RPM_BUILD_ROOT \
|
|||||||
install
|
install
|
||||||
./.version > $RPM_BUILD_ROOT%{_datadir}/kiwi/.revision
|
./.version > $RPM_BUILD_ROOT%{_datadir}/kiwi/.revision
|
||||||
|
|
||||||
# compat link for now
|
|
||||||
ln -s kiwi %buildroot/%{_sbindir}/product-builder
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%dir %{_datadir}/kiwi
|
%dir %{_datadir}/kiwi
|
||||||
%{_datadir}/kiwi/.revision
|
%{_datadir}/kiwi/.revision
|
||||||
%{_datadir}/kiwi/modules
|
%{_datadir}/kiwi/modules
|
||||||
%{_datadir}/kiwi/xsl
|
%{_datadir}/kiwi/xsl
|
||||||
%{_sbindir}/kiwi
|
%{_bindir}/product-builder
|
||||||
%{_sbindir}/product-builder
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user