23 lines
361 B
RPMSpec
23 lines
361 B
RPMSpec
|
|
Name: testtest
|
|
Version: 0.0.1
|
|
Release: 0
|
|
Summary: Test Test Test
|
|
License: Apache-2.0
|
|
Group: System/Management
|
|
BuildArch: noarch
|
|
Source0: sudo
|
|
|
|
%description
|
|
Nothing to see here
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
%install
|
|
install -D -m 755 %{SOURCE0} %{buildroot}/%{_bindir}/sudo
|
|
|
|
%files
|
|
%{_bindir}/sudo %verify(not mode)
|