- drop obsolete requirement for post script that doesn't exist anymore
(thanks @scfc) - remove commented-out lines from prior PR
This commit is contained in:
parent
d8c0683b91
commit
442af28d89
10
sudo.spec
10
sudo.spec
@ -1,7 +1,7 @@
|
||||
Summary: Allows restricted root access for specified users
|
||||
Name: sudo
|
||||
Version: 1.9.7p2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: ISC
|
||||
URL: https://www.sudo.ws
|
||||
Source0: %{url}/dist/%{name}-%{version}.tar.gz
|
||||
@ -9,7 +9,6 @@ Source1: sudoers
|
||||
Requires: pam
|
||||
Recommends: vim-minimal
|
||||
Recommends: %{name}-python-plugin%{?_isa} = %{version}-%{release}
|
||||
Requires(post): coreutils
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: pam-devel
|
||||
@ -17,7 +16,6 @@ BuildRequires: groff
|
||||
BuildRequires: openldap-devel
|
||||
BuildRequires: flex
|
||||
BuildRequires: bison
|
||||
# BuildRequires: automake autoconf libtool
|
||||
BuildRequires: libtool
|
||||
BuildRequires: audit-libs-devel libcap-devel
|
||||
BuildRequires: libselinux-devel
|
||||
@ -75,7 +73,6 @@ BuildRequires: python3-devel
|
||||
%build
|
||||
# Remove bundled copy of zlib
|
||||
rm -rf zlib/
|
||||
#autoreconf -I m4 -fv --install
|
||||
|
||||
%ifarch s390 s390x sparc64
|
||||
F_PIE=-fPIE
|
||||
@ -232,6 +229,11 @@ EOF
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/python_plugin.so
|
||||
|
||||
%changelog
|
||||
* Sat Aug 7 2021 Matthew Miller <mattdm@fedoraproject.org> - 1.9.7p2-2
|
||||
- drop obsolete requirement for post script that doesn't exist anymore
|
||||
(thanks @scfc)
|
||||
- remove commented-out lines from prior PR
|
||||
|
||||
* Fri Jul 30 2021 Peter Czanik <peter@czanik.hu> - 1.9.7p2-1
|
||||
- update to 1.9.7p2
|
||||
- follow up path change in strip patch
|
||||
|
Loading…
Reference in New Issue
Block a user