1
0
forked from suse-edge/Factory

Import first batch of Edge 3.1 packages

Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
This commit is contained in:
2024-10-17 14:11:42 +02:00
parent fdcd84b482
commit 18bd432874
107 changed files with 5810 additions and 0 deletions

1
nm-configurator/.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*.obscpio filter=lfs diff=lfs merge=lfs -text

18
nm-configurator/_service Normal file
View File

@@ -0,0 +1,18 @@
<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.1</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="buildtime" name="tar" />
<service mode="buildtime" name="set_version"/>
<service mode="manual" name="cargo_vendor">
<param name="src">nm-configurator</param>
<param name="compression">xz</param>
</service>
</services>

View File

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

BIN
nm-configurator/nm-configurator-0.3.1.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -0,0 +1,4 @@
name: nm-configurator
version: 0.3.1
mtime: 1725004214
commit: 8a7b3180476cd0d5958a809c527bd8cb9b3f247b

50
nm-configurator/nmc.spec Normal file
View File

@@ -0,0 +1,50 @@
#
# spec file for package nmc
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: nm-configurator-031
Version: 0.3.1
Release: 0
Summary: NM Configurator
License: Apache-2.0
URL: https://github.com/suse-edge/nm-configurator
Source: nm-configurator-%{version}.tar
Source1: vendor.tar.xz
BuildRequires: cargo-packaging
%description
%prep
%autosetup -p1 -a1 -n nm-configurator-%{version}
%build
%{cargo_build}
%install
install -D -d -m 0755 %{buildroot}%{_bindir}
install -m 0755 %{_builddir}/nm-configurator-%{version}/target/release/nmc %{buildroot}%{_bindir}/nmc
%post
%postun
%files
%{_bindir}/nmc
%changelog

BIN
nm-configurator/vendor.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.