- Update to version 2.0.1+git20191112.a924dd7:
* tests: remove unused partitions, dead code * internal,tests: abolish syscall package * vendor: include golang.org/x/sys/unix * providers: add ibmcloud - turn off SELinux by default OBS-URL: https://build.opensuse.org/package/show/devel:kubic:ignition/ignition?expand=0&rev=32
This commit is contained in:
parent
324178741b
commit
6100c02da3
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/coreos/ignition.git</param>
|
<param name="url">git://github.com/coreos/ignition.git</param>
|
||||||
<param name="changesrevision">809f44aed2102b489ef19ad9631eb55fb9f84539</param>
|
<param name="changesrevision">a924dd7d11685a30bf79f20ce9fc3ca93860f032</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e8f82738ef3c18c31fa468e3701c1daeb6af4275cd8b58bbbcdaa7b5654c1ae5
|
|
||||||
size 600192
|
|
3
ignition-2.0.1+git20191112.a924dd7.tar.xz
Normal file
3
ignition-2.0.1+git20191112.a924dd7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:33d682813e6241904eea616b0ad738ec37afd4c5fb23182ae37336a4d8aa56f8
|
||||||
|
size 819228
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 20 10:29:29 UTC 2019 - iforster@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.0.1+git20191112.a924dd7:
|
||||||
|
* tests: remove unused partitions, dead code
|
||||||
|
* internal,tests: abolish syscall package
|
||||||
|
* vendor: include golang.org/x/sys/unix
|
||||||
|
* providers: add ibmcloud
|
||||||
|
- turn off SELinux by default
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 07 17:45:13 UTC 2019 - kukuk@suse.de
|
Thu Nov 07 17:45:13 UTC 2019 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ignition
|
# spec file for package ignition
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ignition
|
Name: ignition
|
||||||
Version: 2.0.1+git20191106.809f44a
|
Version: 2.0.1+git20191112.a924dd7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: First boot installer and configuration tool
|
Summary: First boot installer and configuration tool
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -43,7 +43,7 @@ applies the configuration.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
sed -i -e 's|go build -ldflags|go build -buildmode=pie -ldflags|g' build
|
sed -i -e 's|go build -ldflags|go build -buildmode=pie -ldflags|g' build
|
||||||
env VERSION=%{version} bash -x ./build
|
env VERSION=%{version} GLDFLAGS='-X github.com/coreos/ignition/v2/internal/distro.selinuxRelabel=false ' bash -x ./build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d %{buildroot}%{_prefix}/lib/dracut/modules.d/30ignition
|
install -d %{buildroot}%{_prefix}/lib/dracut/modules.d/30ignition
|
||||||
|
Loading…
Reference in New Issue
Block a user