Hello community,

here is the log from the commit of package ignition for openSUSE:Factory 
checked in at 2020-10-20 16:13:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ignition (Old)
 and      /work/SRC/openSUSE:Factory/.ignition.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ignition"

Tue Oct 20 16:13:38 2020 rev:21 rq:842630 version:2.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ignition/ignition.changes        2020-09-21 
17:26:45.304104354 +0200
+++ /work/SRC/openSUSE:Factory/.ignition.new.3486/ignition.changes      
2020-10-20 16:22:01.322339705 +0200
@@ -1,0 +2,73 @@
+Mon Oct 19 15:39:37 UTC 2020 - ifors...@suse.de
+
+- Update to version 2.7.0:
+  * news: add notes for 2.7.0
+  * docs: stabilize spec
+  * gomod: bump go.opencensus.io to v0.22.5
+  * docs: add section to spec stabilization for failing external tests
+  * news: fix error in 2.3.0 changelog
+  * tests: update for spec stabilization
+  * internal: update for new experimental spec
+  * config/v3_3_experimental: create new experimental package
+  * config/v3_2_experimental: mark stable
+  * interal/providers/*stack: drop timeout for config fetch
+  * internal/providers/*stack: exit early if all configs error out
+  * internal/providers/*stack: make ErrNotFound authoritative
+  * doc: add clevis custom documentation
+  * internal/exec/stages: add clevis custom support
+  * config: add custom options for clevis devices
+  * fetch-offline: immediately return ErrNeedNet on OpenStack
+  * ci: unfreeze kernel
+  * tests/*: add test for resizing an existing partition
+  * docs/*: add resize partition info
+  * stages/disks: support resizing an existing partition
+  * config: add resize to schema
+  * README: Minor changes for consistency
+  * test: Use alternative marker for testing ignition config examples
+  * docs: Convert and improve formatting for INI sections
+  * docs: Add spec ordering instructions for new stable releases
+  * docs: Add ToC for some long pages
+  * docs: Rename Migrating ... to Upgrading Configs
+  * docs: Fix link in Development page
+  * docs: Add specs reference page
+  * docs: Add index page inspired from README
+  * docs: Add Config Validation example from README
+  * docs: Add Jekyll front matter for existing pages
+  * docs: Add Jekyll and theme config
+  * internal: fix S3 region detection
+  * docs: Follow-up for doc->docs renaming
+  * docs: Rename doc to docs for GitHub Pages support
+  * docs/getting-started: tiny cleanups
+  * README: drop stray link target
+  * doc: drop references to Container Linux
+  * doc/development: drop section on running blackbox tests on CL
+  * doc: add gs url scheme for bare metal platform
+  * fetch: don't run if fetch-offline fetched a config
+  * doc: fix LUKS indentation for configuration-v3_2_experimental docs
+  * doc: Add shouldExist for users and groups
+  * engine: fix logging interactions with fetch-offline
+  * AzureStack: fix unfortunate typo of iso9660
+  * *: add wipeVolume LUKS field
+  * types: Use "path" instead of "path/filepath"
+  * Add support for building 32 bit ARM version
+  * Install Dracut modules with correct permissions
+  * Add support for building 32 bit x86 version
+  * doc: add LUKS examples & operator notes
+  * internal/stages/disks: allow LUKS device re-use
+  * internal: use device aliases for LUKS
+  * tests: fix partition.number0 partition size specification
+  * blkid: drop some unsafe pointer casts
+  * blkid: fix invalid pointer cast in DumpDisk()
+  * {sgdisk,blkid}: use int64 for sector counts
+  * sgdisk: stop putting sector counts in MiB fields
+  * README: note that spec2x is unmaintained
+  * release-checklist: drop support for Ignition 0.x
+  * release-checklist: minor updates
+- Remove upstreamed patches
+  * 0001-fix-install-permissions.patch
+  * 0003-fix-i386-build.patch
+  * ignition-fix-arm32-installation.patch
+- Refreshed to match new Ignition spec
+  * 0002-allow-multiple-mounts-of-same-device.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-fix-install-permissions.patch
  0003-fix-i386-build.patch
  ignition-2.6.0.tar.xz
  ignition-fix-arm32-installation.patch

New:
----
  ignition-2.7.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ignition.spec ++++++
--- /var/tmp/diff_new_pack.CcSeTM/_old  2020-10-20 16:22:02.198340119 +0200
+++ /var/tmp/diff_new_pack.CcSeTM/_new  2020-10-20 16:22:02.198340119 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ignition
-Version:        2.6.0
+Version:        2.7.0
 Release:        0
 Summary:        First boot installer and configuration tool
 License:        Apache-2.0
@@ -36,10 +36,7 @@
 Source10:       ignition-enable-network.sh
 Source20:       ignition-userconfig-timeout.conf
 Source21:       ignition-userconfig-timeout-arm.conf
-Patch1:         0001-fix-install-permissions.patch
 Patch2:         0002-allow-multiple-mounts-of-same-device.patch
-Patch3:         0003-fix-i386-build.patch
-Patch4:         ignition-fix-arm32-installation.patch
 BuildRequires:  dracut
 BuildRequires:  libblkid-devel
 BuildRequires:  systemd-rpm-macros
@@ -85,10 +82,7 @@
 
 %prep
 %setup -q
-%patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 mkdir dracut/30ignition-microos grub systemd_suse
 chmod +x %{SOURCE3} %{SOURCE4} %{SOURCE8}
@@ -153,7 +147,7 @@
 
 %files
 %license LICENSE
-%doc README.md README.SUSE doc
+%doc README.md README.SUSE docs
 %{_prefix}/lib/dracut/modules.d/30ignition
 %{_prefix}/lib/dracut/modules.d/30ignition-microos
 %{_bindir}/ignition-validate

++++++ 0002-allow-multiple-mounts-of-same-device.patch ++++++
--- /var/tmp/diff_new_pack.CcSeTM/_old  2020-10-20 16:22:02.222340131 +0200
+++ /var/tmp/diff_new_pack.CcSeTM/_new  2020-10-20 16:22:02.222340131 +0200
@@ -19,10 +19,23 @@
  }
  
  func (f Filesystem) IgnoreDuplicates() map[string]struct{} {
-Index: ignition-2.3.0/config/v3_2_experimental/types/filesystem.go
+Index: ignition-2.3.0/config/v3_2/types/filesystem.go
 ===================================================================
---- ignition-2.3.0.orig/config/v3_2_experimental/types/filesystem.go
-+++ ignition-2.3.0/config/v3_2_experimental/types/filesystem.go
+--- ignition-2.3.0.orig/config/v3_2/types/filesystem.go
++++ ignition-2.3.0/config/v3_2/types/filesystem.go
+@@ -23,7 +23,7 @@ import (
+ )
+ 
+ func (f Filesystem) Key() string {
+-      return f.Device
++      return f.Device + *f.Path
+ }
+ 
+ func (f Filesystem) IgnoreDuplicates() map[string]struct{} {
+Index: ignition-2.3.0/config/v3_3_experimental/types/filesystem.go
+===================================================================
+--- ignition-2.3.0.orig/config/v3_3_experimental/types/filesystem.go
++++ ignition-2.3.0/config/v3_3_experimental/types/filesystem.go
 @@ -23,7 +23,7 @@ import (
  )
  

++++++ _service ++++++
--- /var/tmp/diff_new_pack.CcSeTM/_old  2020-10-20 16:22:02.270340153 +0200
+++ /var/tmp/diff_new_pack.CcSeTM/_new  2020-10-20 16:22:02.270340153 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="version">2.6.0</param>
-    <param name="revision">v2.6.0</param>
+    <param name="version">2.7.0</param>
+    <param name="revision">v2.7.0</param>
     <param name="url">git://github.com/coreos/ignition.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.CcSeTM/_old  2020-10-20 16:22:02.290340163 +0200
+++ /var/tmp/diff_new_pack.CcSeTM/_new  2020-10-20 16:22:02.294340165 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/coreos/ignition.git</param>
-    <param 
name="changesrevision">ec53570394424f79bbdd47b33aea3ce6097d63cf</param>
+    <param 
name="changesrevision">60e47838ec6cda3326d32a1fe81dc5ebf7f6cf79</param>
  </service>
 </servicedata>
\ No newline at end of file

++++++ ignition-2.6.0.tar.xz -> ignition-2.7.0.tar.xz ++++++
++++ 28842 lines of diff (skipped)


Reply via email to