#41 update to 3.1.1
Merged 5 years ago by dwd. Opened 5 years ago by dwd.
rpms/ dwd/singularity f30  into  f30

update to 3.1.1
Dave Dykstra • 5 years ago  
file modified
+8 -1
@@ -29,7 +29,7 @@ 

  

  Summary: Application and environment virtualization

  Name: singularity

- Version: 3.1.0

+ Version: 3.1.1

  Release: 1%{?dist}

  # https://spdx.org/licenses/BSD-3-Clause-LBNL.html

  License: BSD-3-Clause-LBNL
@@ -37,7 +37,9 @@ 

  Source: %{name}-%{version}.tar.gz

  ExclusiveOS: linux

  %if "%{_target_vendor}" == "suse"

+ %if "%{sles_version}" != "11"

  BuildRequires: go

+ %endif

  %else

  BuildRequires: golang

  %endif
@@ -47,8 +49,10 @@ 

  BuildRequires: libuuid-devel

  BuildRequires: openssl-devel

  %if ! 0%{?el6}

+ %if "%{sles_version}" != "11"

  BuildRequires: libseccomp-devel

  %endif

+ %endif

  %if "%{_target_vendor}" == "suse"

  Requires: squashfs

  %else
@@ -136,6 +140,9 @@ 

  

  

  %changelog

+ * Tue Apr 02 2019 Dave Dykstra <dwd@fedoraproject.org> - 3.1.1-1

+ - Update to upstream 3.1.1-1

+ 

  * Mon Feb 25 2019 Dave Dykstra <dwd@fedoraproject.org> - 3.1.0-1

  - Update to upstream 3.1.0-1

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (singularity-3.1.0.tar.gz) = cdfc8c1f7320a44e7f4f62d4f821a9792ab1c46c3434065f7be5ed59503c48cd6ed9dc474962a03b425d0493355761e9c72bcd9bc7073429ba27a948d5793a4a

+ SHA512 (singularity-3.1.1.tar.gz) = fc425039802859135cf82c25e20e25d3970ef21338072747d771013cfc907dd13123a5893f7a6d7797143c9ffdc0a7b2111cbe00ad2da9a880bf86114f7264f0

no initial comment

Pull-Request has been merged by dwd

5 years ago