From ab266a825d5030d89c1cb0607edabcb71cca0244 Mon Sep 17 00:00:00 2001 From: Radovan Sroka Date: Fri, 23 Sep 2016 16:11:19 +0200 Subject: [PATCH] "update" to 1.8.19-0.1.20160923git90e4538 - this commit changes only version, nothing else - we were not able to update from rc and beta versions to stable one in fedora rawhide - so this is a new snapshot package which resolves it --- .gitignore | 1 + sources | 2 +- sudo.spec | 18 ++++++++++++++---- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 20ced3c..3870b99 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /sudo-1.8.18rc2.tar.gz /sudo-1.8.18rc4.tar.gz /sudo-1.8.18.tar.gz +/sudo-90e4538c001fbe1b791a11d6a2c37607472fafe5.tar.gz diff --git a/sources b/sources index 9410aa8..4b507e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1201904fd9144ea5e7cd9496fcbbc64 sudo-1.8.18.tar.gz +d4cd80c6adc3224b31213bac2795d1b5 sudo-90e4538c001fbe1b791a11d6a2c37607472fafe5.tar.gz diff --git a/sudo.spec b/sudo.spec index efc5d91..5d3ab15 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,11 +1,17 @@ +%global gitdate 20160923 +%global gittag 90e4538c001fbe1b791a11d6a2c37607472fafe5 +%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.18 -Release: 1%{?dist} +Version: 1.8.19 +Release: 0.1.%{gitdate}git%{shorttag}%{?dist} License: ISC Group: Applications/System URL: http://www.courtesan.com/sudo/ -Source0: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz +Source0: https://github.com/%{user}/%{name}/archive/%{name}-%{gittag}.tar.gz Source1: sudoers Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: /etc/pam.d/system-auth @@ -48,7 +54,7 @@ The %{name}-devel package contains header files developing sudo plugins that use %{name}. %prep -%setup -q +%setup -q -n %{name}-%{gittag} %patch1 -p1 -b .strip @@ -192,6 +198,10 @@ rm -rf $RPM_BUILD_ROOT %{_libexecdir}/sudo/libsudo_util.so %changelog +* Fri Sep 23 2016 Radovan Sroka 1.8.19-0.1.20160923git90e4538 +- we were not able to update from rc and beta versions to stable one +- so this is a new snapshot package which resolves it + * Wed Sep 21 2016 Radovan Sroka 1.8.18-1 - update to 1.8.18