File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 1616
1717Name: Nazara
1818Version: 0.1.0
19- Release: 0.1
19+ Release: 0
2020Summary: Automated registration and update of machines and VMs in NetBox
2121License: GPL-3.0
22- Group: Development/Tools/Other
2322URL: https://github.com/The-Nazara-Project/Nazara
2423Source0: Nazara-%{version }.tar.zst
2524Source1: vendor.tar.zst
2625BuildRequires: git
27- BuildRequires: cargo
2826BuildRequires: cargo-packaging
2927BuildRequires: pkgconfig(openssl)
3028
3129# the name of the actual binary
3230%define bin_name nazara
3331
3432%description
35-
3633Nazara is a CLI application written in Rust to register and update machines and VMs in NetBox automatically.
3734
3835%prep
@@ -44,7 +41,7 @@ Nazara is a CLI application written in Rust to register and update machines and
4441%install
4542# manually
4643install -D -d -m 0755 %{buildroot }%{_bindir }
47- install -m 0755 %{_builddir }/%{name }-%{version }/target/release/%{bin_name } %{buildroot }%{_bindir }/%{bin_name }
44+ install -D - m 0755 %{_builddir }/%{name }-%{version }/target/release/%{bin_name } %{buildroot }%{_bindir }/%{bin_name }
4845
4946
5047%files
You can’t perform that action at this time.
0 commit comments