From e05aa772e6a9475196aefa2a7c37d43551efd6e8 Mon Sep 17 00:00:00 2001 From: Tomas Sykora Date: Mon, 13 Feb 2017 12:49:39 +0100 Subject: [PATCH] update to 1.8.19p2 --- .gitignore | 1 + sources | 2 +- sudo.spec | 14 +++++++------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 36cf175..c46f74c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /sudo-1.8.18.tar.gz /sudo-90e4538c001fbe1b791a11d6a2c37607472fafe5.tar.gz /sudo-738c3cbf3e8400bf4a5aeab8966427ff6d630cd2.tar.gz +/sudo-1.8.19p2.tar.gz diff --git a/sources b/sources index 7bef850..a3d7225 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8b37a13d321c83ab9162be577d51091 sudo-738c3cbf3e8400bf4a5aeab8966427ff6d630cd2.tar.gz +SHA512 (sudo-1.8.19p2.tar.gz) = 21c83403e7ff219a273b2c4873be0d858997558ca150bc8239379a9dfcc587fdd7c0c49cdf4cdc27dfd6dd45f9f089fa034b58bfcee07dceb4a481542251b3fc diff --git a/sudo.spec b/sudo.spec index 2a218dd..0c9ec0f 100644 --- a/sudo.spec +++ b/sudo.spec @@ -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 - 1.8.19p2-2 +- update to 1.8.19p2 + * Sat Feb 11 2017 Fedora Release Engineering - 1.8.19-0.3.20161108git738c3cb - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild