Browse Source

updated container packages

docker-ce-20.10.6-1

docker-compose-1.29.2-1

lxc-4.0.9-1
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
00de61fe07
3 changed files with 19 additions and 10 deletions
  1. 4 1
      d/docker-ce/docker-ce-vl.spec
  2. 4 1
      d/docker-compose/docker-compose-vl.spec
  3. 11 8
      l/lxc/lxc-vl.spec

+ 4 - 1
d/docker-ce/docker-ce-vl.spec

@@ -7,7 +7,7 @@
 
 Name: docker-ce
 Summary: The open-source application container engine
-Version: 20.10.3
+Version: 20.10.6
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
 Group: system,virtualization
 Vendor: Project Vine
@@ -169,6 +169,9 @@ fi
 
 
 %changelog
+* Wed May 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 20.10.6-1
+- new upstream release.
+
 * Thu Feb 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 20.10.3-1
 - new upstream release.
 

+ 4 - 1
d/docker-compose/docker-compose-vl.spec

@@ -6,7 +6,7 @@
 
 Name: docker-compose
 Summary: Define and run multi-container applications with Docker
-Version: 1.28.2
+Version: 1.29.2
 Release: 1%{?_dist_release}
 Group: admin-tools,virtualization
 Vendor: Project Vine
@@ -54,6 +54,9 @@ install -p -m 755 %{SOURCE2} ./
 
 
 %changelog
+* Wed May 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.29.2-1
+- new upstream release.
+
 * Thu Feb 11 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.28.2-1
 - new upstream release.
 

+ 11 - 8
l/lxc/lxc-vl.spec

@@ -5,24 +5,24 @@
 %global with_systemd 0
 %endif
 
-%global luaver 5.1
+%global luaver 5.4
 %global lualibdir %{_libdir}/lua/%{luaver}
 %global luapkgdir %{_datadir}/lua/%{luaver}
 
 %define _unpackaged_files_terminate_build 1
 
 Name:           lxc
-Version:        4.0.4
+Version:        4.0.9
 Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Summary:        Linux Resource Containers
 Summary(ja):    Linux リソースコンテナ
 Group:          virtualization
 License:        LGPLv2+ and GPLv2
-URL:            https://linuxcontainers.org
+URL:            https://linuxcontainers.org/
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
-Source0:        https://linuxcontainers.org/downloads/%{name}-%{version}.tar.gz
+Source0:        https://linuxcontainers.org/downloads/lxc/%{name}-%{version}.tar.gz
 Source10:       lxc-vinelinux
 Source11:       vinelinux.common.conf
 Source12:       vinelinux.userns.conf
@@ -232,6 +232,7 @@ chmod -x %{buildroot}%{luapkgdir}/lxc.lua
 rm -rf rpmdoc
 mkdir -p rpmdoc/api
 cp -a doc/api/html/* rpmdoc/api/
+mv -f %{buildroot}%{_docdir}/lxc/examples rpmdoc/
 
 # cache dir
 mkdir -p %{buildroot}%{_localstatedir}/cache/%{name}
@@ -251,7 +252,6 @@ make check
 
 
 %post libs
-/sbin/ldconfig
 %if 0%{?with_systemd}
 %systemd_post %{name}-net.service
 %systemd_post %{name}.service
@@ -275,7 +275,6 @@ fi
 
 
 %postun libs
-/sbin/ldconfig
 %if 0%{?with_systemd}
 %systemd_postun %{name}-net.service
 %systemd_postun %{name}.service
@@ -291,7 +290,7 @@ fi
 %files
 %license COPYING LICENSE*
 %doc AUTHORS MAINTAINERS README*
-%doc rpmdoc/api
+%doc rpmdoc/examples
 %{_bindir}/%{name}-*
 %{_mandir}/man1/%{name}*
 %{_mandir}/*/man1/%{name}*
@@ -383,11 +382,15 @@ fi
 
 
 %files doc
-%doc COPYING LICENSE* AUTHORS MAINTAINERS README*
+%license COPYING LICENSE*
+%doc AUTHORS MAINTAINERS README*
 %doc rpmdoc/api
 
 
 %changelog
+* Wed May 12 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.9-1
+- new upstream release,
+
 * Mon Aug 10 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.0.4-1
 - new upstream release,
 - added systemd support (disabled as default).