Browse Source

updated 2 packages

bubblewrap-0.4.1-2

gnutls-3.6.14-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12416 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
767491cb10
2 changed files with 14 additions and 7 deletions
  1. 6 2
      b/bubblewrap/bubblewrap-vl.spec
  2. 8 5
      g/gnutls/gnutls-vl.spec

+ 6 - 2
b/bubblewrap/bubblewrap-vl.spec

@@ -1,6 +1,6 @@
 Name:           bubblewrap
 Version:        0.4.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Core execution tool for unprivileged containers
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -41,10 +41,14 @@ find %{buildroot} -name '*.la' -delete -print
 %dir %{_datadir}/bash-completion
 %dir %{_datadir}/bash-completion/completions
 %{_datadir}/bash-completion/completions/bwrap
-%attr(4755,root,root) %caps(cap_sys_admin,cap_net_admin,cap_sys_chroot,cap_setuid,cap_setgid=ep) %{_bindir}/bwrap
+%attr(4755,root,root) %caps(cap_setgid,cap_setuid,cap_sys_chroot,cap_net_admin,cap_sys_ptrace,cap_sys_admin=ep) %{_bindir}/bwrap
 %{_mandir}/man1/*
 
+
 %changelog
+* Thu Jun 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.4.1-2
+- fixed capabilities.
+
 * Fri Apr 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.4.1-1
 - new upstream release.
 

+ 8 - 5
g/gnutls/gnutls-vl.spec

@@ -6,12 +6,15 @@
 Summary:	GNU TLS Library
 Summary(ja):	GNU TLS ライブラリ
 Name:		gnutls
-Version:	3.6.13
+Version:	3.6.14
 Release:	1%{?_dist_release}
 # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
 Group:		System Environment/Libraries
+Vendor:		Project Vine
+Distribution:	Vine Linux
+
 License:	GPLv3+ and LGPLv2+
-URL:		http://www.gnutls.org/
+URL:		https://www.gnutls.org/
 %global		shortver %(echo "%{version}" | sed -e 's/\.[0-9]*$//')
 Source0:	https://www.gnupg.org/ftp/gcrypt/gnutls/v%{shortver}/%{name}-%{version}.tar.xz
 Source1:	libgnutls-config
@@ -46,9 +49,6 @@ BuildRequires:	net-tools
 Requires(post):	ldconfig
 Requires(postun):	ldconfig
 
-Vendor:		Project Vine
-Distribution:	Vine Linux
-
 %description
 GnuTLS is a project that aims to develop a library which provides a secure
 layer, over a reliable transport layer. Currently the GnuTLS library implements
@@ -297,6 +297,9 @@ fi
 %endif
 
 %changelog
+* Thu Jun 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.14-1
+- new upstream release.
+
 * Tue Apr 07 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.6.13-1
 - new upstream release.