diff --git a/.gitignore b/.gitignore index 95a415b..46620b8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ munge-0.5.9.tar.bz2 /munge-0.5.10.tar.bz2 /munge-0.5.11.tar.bz2 +/munge-0.5.12.tar.xz diff --git a/munge.spec b/munge.spec index 34dfa6e..f3571b3 100644 --- a/munge.spec +++ b/munge.spec @@ -1,12 +1,12 @@ Name: munge -Version: 0.5.11 -Release: 5%{?dist} +Version: 0.5.12 +Release: 1%{?dist} Summary: Enables uid & gid authentication across a host cluster Group: Applications/System -License: GPLv2+ +License: GPLv3+ URL: http://munge.googlecode.com/ -Source0: http://munge.googlecode.com/files/munge-%{version}.tar.bz2 +Source0: https://github.com/dun/munge/releases/download/munge-%{version}/munge-%{version}.tar.xz Source1: create-munge-key Source2: munge.logrotate @@ -36,6 +36,7 @@ methods. Summary: Development files for uid * gid authentication across a host cluster Group: Applications/System Requires: munge-libs%{?_isa} = %{version}-%{release} +License: GPLv3+ and LGPv3+ %description devel Header files for developing using MUNGE. @@ -43,6 +44,7 @@ Header files for developing using MUNGE. %package libs Summary: Runtime libs for uid * gid authentication across a host cluster Group: Applications/System +License: GPLv3+ and LGPv3+ %description libs Runtime libraries for using MUNGE. @@ -164,6 +166,10 @@ exit 0 %changelog +* Mon Aug 15 2016 Steve Traylen - 0.5.12-1 +- Upstream 0.5.12 +- License now GPLv3+ and also LGPLv3+ for libs. + * Thu Feb 04 2016 Fedora Release Engineering - 0.5.11-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index d579ea2..c92bed9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd8fca8d5f4c1fcbef1816482d49ee01 munge-0.5.11.tar.bz2 +84ffef069af93caea4b4c06f183b99c0 munge-0.5.12.tar.xz