Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| be2bc8923a |
1
testtest2/sudo
Normal file
1
testtest2/sudo
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Just a dummy installcheck test
|
||||||
4
testtest2/testtest2.changes
Normal file
4
testtest2/testtest2.changes
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 11 15:19:52 UTC 2025 - Eugenio Paolantonio <eugenio.paolantonio@suse.com>
|
||||||
|
|
||||||
|
- Test test tes Test test testt
|
||||||
22
testtest2/testtest2.spec
Normal file
22
testtest2/testtest2.spec
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
|
||||||
|
Name: testtest2
|
||||||
|
Version: 0.0.1
|
||||||
|
Release: 0
|
||||||
|
Summary: Test Test Test (2)
|
||||||
|
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)
|
||||||
Reference in New Issue
Block a user