diff --git a/.gitignore b/.gitignore index 7cafc1c..990cfee 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /sudo-1.8.25p1.tar.gz /sudo-1.8.27.tar.gz /sudo-1.8.28.tar.gz +/sudo-1.8.28p1.tar.gz diff --git a/sources b/sources index 68032d5..e2745d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sudo-1.8.28.tar.gz) = 09e589cdfd18d7c43b0859a0e11c008b3cb995ae4f8c89c717c5242db9e5696361eb574ebe74a0b5316afffb3a8037f7a7f3c249176e8ed9caffeb4cd860ddc7 +SHA512 (sudo-1.8.28p1.tar.gz) = bda3de34c15fbb68fc29759542295560ccc1562b419d03709cea51613937e9b92ba689c79c3ef4858aeea90d3d1a4dc0148225b11b22cf82395ae1bad8cb1734 diff --git a/sudo.spec b/sudo.spec index f8b8822..5069365 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,6 +1,6 @@ Summary: Allows restricted root access for specified users Name: sudo -Version: 1.8.28 +Version: 1.8.28p1 Release: 1%{?dist} License: ISC URL: http://www.courtesan.com/sudo/ @@ -189,6 +189,10 @@ EOF %{_mandir}/man8/sudo_plugin.8* %changelog +* Tue Oct 22 2019 Radovan Sroka - 1.8.28p1-1 +- rebase to 1.8.28p1 +Resolves: rhbz#1762350 + * Tue Oct 15 2019 Radovan Sroka - 1.8.28-1 - rebase to 1.8.28 Resolves: rhbz#1761533