17
0

10 Commits

Author SHA256 Message Date
Dirk Müller
deb0c68625 Merge remote-tracking branch 'origin/factory' into slfo-main 2025-11-25 13:42:32 +01:00
3ec0f4b627 Accepting request 1304338 from network
Update to version 0.3.4

OBS-URL: https://build.opensuse.org/request/show/1304338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nm-configurator?expand=0&rev=3
2025-09-12 19:10:52 +00:00
d895f92645 Accepting request 1304315 from home:adinov:branches:network
- Update to version 0.3.4:
  * Bump crate version (#189)
  * Ensure runtime connection dir exists before recreation (#188)
  * Bump clap from 4.5.46 to 4.5.47 (#186)
  * Bump log from 0.4.27 to 0.4.28 (#187)
  * Bump nmstate from 2.2.49 to 2.2.50 (#184)
  * Bump clap from 4.5.45 to 4.5.46 (#185)
  * Bump clap from 4.5.43 to 4.5.45 (#183)
  * Bump anyhow from 1.0.98 to 1.0.99 (#182)
  * Bump actions/checkout from 4 to 5 (#181)
  * Bump network-interface from 2.0.2 to 2.0.3 (#179)

OBS-URL: https://build.opensuse.org/request/show/1304315
OBS-URL: https://build.opensuse.org/package/show/network/nm-configurator?expand=0&rev=6
2025-09-12 15:01:29 +00:00
836a88cc81 Accepting request 1280628 from network
spec: bump pkg version to latest in

OBS-URL: https://build.opensuse.org/request/show/1280628
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nm-configurator?expand=0&rev=2
2025-05-27 16:44:17 +00:00
2530efa572 bump version in spec to 0.3.3
OBS-URL: https://build.opensuse.org/package/show/network/nm-configurator?expand=0&rev=5
2025-05-27 14:06:52 +00:00
33afde09e1 fix failing build
OBS-URL: https://build.opensuse.org/package/show/network/nm-configurator?expand=0&rev=4
2025-05-27 13:38:31 +00:00
75efc50a64 fix source validator
OBS-URL: https://build.opensuse.org/package/show/network/nm-configurator?expand=0&rev=3
2025-05-27 13:20:54 +00:00
dd5acedd5c Update to v0.3.3
OBS-URL: https://build.opensuse.org/package/show/network/nm-configurator?expand=0&rev=2
2025-05-27 12:56:48 +00:00
b662219f4f Accepting request 1276822 from network
This tool is crucial for the edge team. Hence trying to include it in the factory

OBS-URL: https://build.opensuse.org/request/show/1276822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nm-configurator?expand=0&rev=1
2025-05-12 14:52:20 +00:00
6a26684761 Accepting request 1276797 from home:kskarthik
This tool is crucial for the edge team. Hence trying to include in the factory

OBS-URL: https://build.opensuse.org/request/show/1276797
OBS-URL: https://build.opensuse.org/package/show/network/nm-configurator?expand=0&rev=1
2025-05-12 11:49:15 +00:00
8 changed files with 26 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
<param name="url">https://github.com/suse-edge/nm-configurator.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v0.3.3</param>
<param name="revision">v0.3.4</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/suse-edge/nm-configurator.git</param>
<param name="changesrevision">4563857d761c6d83e4013721f68ec4ac5828a1a7</param></service></servicedata>
<param name="changesrevision">e196bfb699c591e994b3ac3e585823c93287b1c9</param></service></servicedata>

Binary file not shown.

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Sep 12 12:25:18 UTC 2025 - Atanas Dinov <atanas.dinov@suse.com>
- Update to version 0.3.4:
* Bump crate version (#189)
* Ensure runtime connection dir exists before recreation (#188)
* Bump clap from 4.5.46 to 4.5.47 (#186)
* Bump log from 0.4.27 to 0.4.28 (#187)
* Bump nmstate from 2.2.49 to 2.2.50 (#184)
* Bump clap from 4.5.45 to 4.5.46 (#185)
* Bump clap from 4.5.43 to 4.5.45 (#183)
* Bump anyhow from 1.0.98 to 1.0.99 (#182)
* Bump actions/checkout from 4 to 5 (#181)
* Bump network-interface from 2.0.2 to 2.0.3 (#179)
-------------------------------------------------------------------
Tue May 27 12:54:59 UTC 2025 - Sai Karthik Karra <kskarthik@disroot.org>

View File

@@ -1,4 +1,4 @@
name: nm-configurator
version: 0.3.3
mtime: 1748341626
commit: 4563857d761c6d83e4013721f68ec4ac5828a1a7
version: 0.3.4
mtime: 1757663618
commit: e196bfb699c591e994b3ac3e585823c93287b1c9

View File

@@ -17,7 +17,7 @@
Name: nm-configurator
Version: 0.3.3
Version: 0.3.4
Release: 0
Summary: NM Configurator
License: Apache-2.0

BIN
vendor.tar.xz LFS

Binary file not shown.