Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6d2602f312 | |||
| 086f327287 | |||
| bb85ac33ac |
19
_service
19
_service
@@ -1,22 +1,7 @@
|
||||
<services>
|
||||
<service mode="manual" name="obs_scm">
|
||||
<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.4</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="manual" name="tar"/>
|
||||
<service mode="manual" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version"/>
|
||||
<service mode="manual" name="download_files" />
|
||||
<service mode="manual" name="cargo_vendor">
|
||||
<param name="src">nm-configurator</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/suse-edge/nm-configurator.git</param>
|
||||
<param name="changesrevision">e196bfb699c591e994b3ac3e585823c93287b1c9</param></service></servicedata>
|
||||
<param name="changesrevision">0beb66b463e99dd2bf2379cd2e7c0ba9fafd9f9b</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74e3d1b8f7125940a48b77c7864fc5ba3c89c8d32a2a63f9e156d60b6707d89c
|
||||
size 29618
|
||||
3
nm-configurator-0.3.5.tar.gz
Normal file
3
nm-configurator-0.3.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c0ad0341656a4bddcea51107dd5c1a3bc992258d30c2295f23c7b3d21fbdedc
|
||||
size 29317
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 12 13:07:21 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- Update to version 0.3.5:
|
||||
* Bumping version to v0.3.5 (#206)
|
||||
* Bump clap from 4.5.51 to 4.5.53 (#205)
|
||||
* Bump actions/checkout from 5 to 6 (#204)
|
||||
* Bump nmstate from 2.2.54 to 2.2.55 (#203)
|
||||
* Fix for issue #198 VLAN interface renaming (#201)
|
||||
* Bump clap from 4.5.50 to 4.5.51 (#202)
|
||||
* Bump nmstate from 2.2.52 to 2.2.54 (#200)
|
||||
* Bump clap from 4.5.49 to 4.5.50 (#199)
|
||||
* Bump clap from 4.5.48 to 4.5.49 (#197)
|
||||
* Bump serde from 1.0.226 to 1.0.228 (#196)
|
||||
* Bump nmstate from 2.2.51 to 2.2.52 (#193)
|
||||
* Bump anyhow from 1.0.99 to 1.0.100 (#194)
|
||||
* Bump serde from 1.0.223 to 1.0.226 (#195)
|
||||
* Bump clap from 4.5.47 to 4.5.48 (#192)
|
||||
* Bump nmstate from 2.2.50 to 2.2.51 (#190)
|
||||
* Bump serde from 1.0.219 to 1.0.223 (#191)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 12:25:18 UTC 2025 - Atanas Dinov <atanas.dinov@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
name: nm-configurator
|
||||
version: 0.3.4
|
||||
mtime: 1757663618
|
||||
commit: e196bfb699c591e994b3ac3e585823c93287b1c9
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nmc
|
||||
# spec file for package nm-configurator
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,15 +17,16 @@
|
||||
|
||||
|
||||
Name: nm-configurator
|
||||
Version: 0.3.4
|
||||
Version: 0.3.5
|
||||
Release: 0
|
||||
Summary: NM Configurator
|
||||
License: Apache-2.0
|
||||
Group: Productivity/Networking/System
|
||||
URL: https://github.com/suse-edge/nm-configurator
|
||||
Source: nm-configurator-%{version}.tar.gz
|
||||
Source1: vendor.tar.xz
|
||||
Source: https://github.com/suse-edge/nm-configurator/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: zstd
|
||||
|
||||
%description
|
||||
A CLI tool which makes it easy to generate and apply NetworkManager configurations.
|
||||
@@ -40,7 +41,6 @@ A CLI tool which makes it easy to generate and apply NetworkManager configuratio
|
||||
install -D -d -m 0755 %{buildroot}%{_bindir}
|
||||
install -m 0755 %{_builddir}/nm-configurator-%{version}/target/release/nmc %{buildroot}%{_bindir}/nmc
|
||||
|
||||
|
||||
%files
|
||||
%{_bindir}/nmc
|
||||
%license LICENSE
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:114eae3f1518da62ec5bb74de3b3bf42e22a1e2de575a15b2416076b275a6cb3
|
||||
size 23564468
|
||||
3
vendor.tar.zst
Normal file
3
vendor.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71a6d4f24ac890b15bfa26f1bd785b426c8661598957f9b63044c06fdb3f1a97
|
||||
size 19207955
|
||||
Reference in New Issue
Block a user