update to 1.8.19p2

This commit is contained in:
Tomas Sykora 2017-02-13 12:49:39 +01:00
parent 4a9e2fc28e
commit e05aa772e6
3 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/sudo-1.8.18.tar.gz
/sudo-90e4538c001fbe1b791a11d6a2c37607472fafe5.tar.gz
/sudo-738c3cbf3e8400bf4a5aeab8966427ff6d630cd2.tar.gz
/sudo-1.8.19p2.tar.gz

View File

@ -1 +1 @@
b8b37a13d321c83ab9162be577d51091 sudo-738c3cbf3e8400bf4a5aeab8966427ff6d630cd2.tar.gz
SHA512 (sudo-1.8.19p2.tar.gz) = 21c83403e7ff219a273b2c4873be0d858997558ca150bc8239379a9dfcc587fdd7c0c49cdf4cdc27dfd6dd45f9f089fa034b58bfcee07dceb4a481542251b3fc

View File

@ -1,17 +1,14 @@
%global gitdate 20161108
%global gittag 738c3cbf3e8400bf4a5aeab8966427ff6d630cd2
%global shorttag %(c=%{gittag}; echo ${c:0:7})
%global user millert
%global debug_package %{nil}
Summary: Allows restricted root access for specified users
Name: sudo
Version: 1.8.19
Release: 0.3.%{gitdate}git%{shorttag}%{?dist}
Version: 1.8.19p2
Release: 1%{?dist}
License: ISC
Group: Applications/System
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
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: /etc/pam.d/system-auth
@ -54,7 +51,7 @@ The %{name}-devel package contains header files developing sudo
plugins that use %{name}.
%prep
%setup -q -n %{name}-%{gittag}
%setup -q
%patch1 -p1 -b .strip
@ -198,6 +195,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libexecdir}/sudo/libsudo_util.so
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild