!5 [sync] PR-4: Replace command file with rpm name
From: @openeuler-sync-bot Reviewed-by: @ut-wanglujun Signed-off-by: @ut-wanglujun
This commit is contained in:
commit
61e29cd5f3
13
utsudo.spec
13
utsudo.spec
@ -3,7 +3,7 @@ ExcludeArch: i686
|
||||
Summary: The tudo respect sudo
|
||||
Name: utsudo
|
||||
Version: 0.0.1
|
||||
Release: 0%{?dist}.01
|
||||
Release: 0.02
|
||||
License: ISC
|
||||
Group: Applications/System
|
||||
URL: https://www.sudo.ws/
|
||||
@ -13,11 +13,11 @@ Source1: utsudoers
|
||||
Source2: utsudo-ldap.conf
|
||||
Source3: utsudo.conf
|
||||
|
||||
Requires: /etc/pam.d/system-auth
|
||||
Requires: /usr/bin/vi
|
||||
Requires(post): /bin/chmod
|
||||
Requires: pam
|
||||
Requires: vim-minimal
|
||||
Requires(post): coreutils
|
||||
|
||||
BuildRequires: /usr/sbin/sendmail
|
||||
BuildRequires: sendmail
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
@ -196,6 +196,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/bin/chmod 0440 /etc/utsudoers || :
|
||||
|
||||
%changelog
|
||||
* Sat Aug 19 2023 senlin <xiasenlin1@huawei.com> - 0.0.1-0.02
|
||||
- Replace command file with rpm to avoid the build-system being unable to recognize it
|
||||
|
||||
* Mon Aug 07 2023 Lujun <wanglujun@uniontech.com> - 0.0.1-0.01
|
||||
- Add Patch: 0001-fix-compile-error-undefined-reference-to-sys_sigabbr.patch
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user