diff --git a/.gitignore b/.gitignore index 990cfee..cac4495 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /sudo-1.8.27.tar.gz /sudo-1.8.28.tar.gz /sudo-1.8.28p1.tar.gz +/sudo-1.8.29.tar.gz diff --git a/sources b/sources index e2745d3..d6aec86 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sudo-1.8.28p1.tar.gz) = bda3de34c15fbb68fc29759542295560ccc1562b419d03709cea51613937e9b92ba689c79c3ef4858aeea90d3d1a4dc0148225b11b22cf82395ae1bad8cb1734 +SHA512 (sudo-1.8.29.tar.gz) = ea780922b2afb47df4df4b533fb355fd916cb18a6bfd13c7ca36a25b03ef585d805648c6fa85692bea363b1f83664ac3bc622f99bcd149b3a86f70522eb4d340 diff --git a/sudo.spec b/sudo.spec index 5069365..c264151 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,6 +1,6 @@ Summary: Allows restricted root access for specified users Name: sudo -Version: 1.8.28p1 +Version: 1.8.29 Release: 1%{?dist} License: ISC URL: http://www.courtesan.com/sudo/ @@ -189,6 +189,10 @@ EOF %{_mandir}/man8/sudo_plugin.8* %changelog +* Mon Nov 11 2019 Radovan Sroka - 1.8.29-1 +- rebase to 1.8.29 +Resolves: rhbz#1766233 + * Tue Oct 22 2019 Radovan Sroka - 1.8.28p1-1 - rebase to 1.8.28p1 Resolves: rhbz#1762350