diff --git a/.gitignore b/.gitignore index f0d2b79..14d10e8 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.27.tar.gz diff --git a/sources b/sources index aa1032a..c04905d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sudo-1.8.25.tar.gz) = f3f0c9e315484e5ba2d535f41ab722881343b1fa299f75cfad456bd41a555d80080369677e62626307df792aeabc29ba450e6f0b9c284ea2cfb8dc5e3568f46d +SHA512 (sudo-1.8.27.tar.gz) = 0480def650ab880ab9e6c51c606a06897fd638f0381e99c038f5aa47d064aaa2fb35b73eee7f86e73185e18d5dbb8b6ba49c616b1785a1edb2dd6d7b2fa4fcac diff --git a/sudo.spec b/sudo.spec index 566efd7..60e1124 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.27 Release: 1%{?dist} License: ISC Group: Applications/System @@ -199,6 +199,9 @@ EOF %{_mandir}/man8/sudo_plugin.8* %changelog +* Mon Mar 11 2019 Radovan Sroka 1.8.27-1 +- rebase sudo to 1.8.27 + * 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)