update to 1.8.19p2
This commit is contained in:
parent
4a9e2fc28e
commit
e05aa772e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/sudo-1.8.18.tar.gz
|
/sudo-1.8.18.tar.gz
|
||||||
/sudo-90e4538c001fbe1b791a11d6a2c37607472fafe5.tar.gz
|
/sudo-90e4538c001fbe1b791a11d6a2c37607472fafe5.tar.gz
|
||||||
/sudo-738c3cbf3e8400bf4a5aeab8966427ff6d630cd2.tar.gz
|
/sudo-738c3cbf3e8400bf4a5aeab8966427ff6d630cd2.tar.gz
|
||||||
|
/sudo-1.8.19p2.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
b8b37a13d321c83ab9162be577d51091 sudo-738c3cbf3e8400bf4a5aeab8966427ff6d630cd2.tar.gz
|
SHA512 (sudo-1.8.19p2.tar.gz) = 21c83403e7ff219a273b2c4873be0d858997558ca150bc8239379a9dfcc587fdd7c0c49cdf4cdc27dfd6dd45f9f089fa034b58bfcee07dceb4a481542251b3fc
|
||||||
|
14
sudo.spec
14
sudo.spec
@ -1,17 +1,14 @@
|
|||||||
%global gitdate 20161108
|
|
||||||
%global gittag 738c3cbf3e8400bf4a5aeab8966427ff6d630cd2
|
|
||||||
%global shorttag %(c=%{gittag}; echo ${c:0:7})
|
|
||||||
%global user millert
|
%global user millert
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Summary: Allows restricted root access for specified users
|
Summary: Allows restricted root access for specified users
|
||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.8.19
|
Version: 1.8.19p2
|
||||||
Release: 0.3.%{gitdate}git%{shorttag}%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.courtesan.com/sudo/
|
URL: http://www.courtesan.com/sudo/
|
||||||
Source0: https://github.com/%{user}/%{name}/archive/%{name}-%{gittag}.tar.gz
|
Source0: https://www.sudo.ws/dist/%{name}-%{version}.tar.gz
|
||||||
Source1: sudoers
|
Source1: sudoers
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: /etc/pam.d/system-auth
|
Requires: /etc/pam.d/system-auth
|
||||||
@ -54,7 +51,7 @@ The %{name}-devel package contains header files developing sudo
|
|||||||
plugins that use %{name}.
|
plugins that use %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{gittag}
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1 -b .strip
|
%patch1 -p1 -b .strip
|
||||||
|
|
||||||
@ -198,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libexecdir}/sudo/libsudo_util.so
|
%{_libexecdir}/sudo/libsudo_util.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 13 2017 Tomas Sykora <tosykora@redhat.com> - 1.8.19p2-2
|
||||||
|
- update to 1.8.19p2
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.19-0.3.20161108git738c3cb
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.19-0.3.20161108git738c3cb
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user