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:
1
nm-configurator/.gitattributes
vendored
Normal file
1
nm-configurator/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
18
nm-configurator/_service
Normal file
18
nm-configurator/_service
Normal 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>
|
4
nm-configurator/_servicedata
Normal file
4
nm-configurator/_servicedata
Normal 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
BIN
nm-configurator/nm-configurator-0.3.1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
4
nm-configurator/nm-configurator.obsinfo
Normal file
4
nm-configurator/nm-configurator.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: nm-configurator
|
||||
version: 0.3.1
|
||||
mtime: 1725004214
|
||||
commit: 8a7b3180476cd0d5958a809c527bd8cb9b3f247b
|
50
nm-configurator/nmc.spec
Normal file
50
nm-configurator/nmc.spec
Normal 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
BIN
nm-configurator/vendor.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user