diff --git a/.gitignore b/.gitignore index f0d2b79..5199bbf 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /sudo-1.8.23b3.tar.gz /sudo-1.8.23.tar.gz /sudo-1.8.25.tar.gz +/sudo-1.8.25p1.tar.gz diff --git a/sources b/sources index aa1032a..4a345d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sudo-1.8.25.tar.gz) = f3f0c9e315484e5ba2d535f41ab722881343b1fa299f75cfad456bd41a555d80080369677e62626307df792aeabc29ba450e6f0b9c284ea2cfb8dc5e3568f46d +SHA512 (sudo-1.8.25p1.tar.gz) = b1445be688d3c1dd7efbdfab68977a7a9b6fd6887191dc99ca717117eec0a550492642556cd55ca5873d054ddc5ccc2b87b2c34602e1ffc729ab6fbc4e523a72 diff --git a/sudo.spec b/sudo.spec index 566efd7..5baa011 100644 --- a/sudo.spec +++ b/sudo.spec @@ -2,7 +2,7 @@ Summary: Allows restricted root access for specified users Name: sudo -Version: 1.8.25 +Version: 1.8.25p1 Release: 1%{?dist} License: ISC Group: Applications/System @@ -199,6 +199,9 @@ EOF %{_mandir}/man8/sudo_plugin.8* %changelog +* Mon Oct 01 2018 Radovan Sroka 1.8.25p1-1 +- rebase sudo to 1.8.25p1 + * Mon Sep 10 2018 Radovan Sroka 1.8.25-1 - rebase sudo to latest stawble version - install /etc/dnf/protected.d/sudo instead of /etc/yum/protected.d/sudo (1626968)