update to 1.0.0_rc5 [release 1.0.0_rc5-1mamba;Thu Apr 19 2018]

This commit is contained in:
Silvan Calarco 2024-01-05 17:35:03 +01:00
parent ce5ee5f78c
commit 7f0eafba72

View File

@ -1,5 +1,6 @@
%define gitver %(echo %version | tr _ -)
Name: runc Name: runc
Version: 0.1.1 Version: 1.0.0_rc5
Release: 1mamba Release: 1mamba
Summary: runc container cli tools Summary: runc container cli tools
Group: System/Servers Group: System/Servers
@ -8,14 +9,14 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.opencontainers.org/ URL: https://www.opencontainers.org/
## GITSOURCE https://github.com/opencontainers/runc.git v0.1.1 ## GITSOURCE https://github.com/opencontainers/runc.git v0.1.1
Source: https://github.com/opencontainers/runc.git/v%{version}/runc-%{version}.tar.bz2 Source: https://github.com/opencontainers/runc.git/v%{gitver}/runc-%{version}.tar.bz2
License: Apache License 2.0 License: Apache License 2.0
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libgo-devel
BuildRequires: libseccomp-devel BuildRequires: libseccomp-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: go-pie
BuildRequires: libgo-devel >= 7.3.0-1mamba
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -51,5 +52,8 @@ mv man/man*/ %{buildroot}%{_mandir}
%doc LICENSE %doc LICENSE
%changelog %changelog
* Thu Apr 19 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0_rc5-1mamba
- update to 1.0.0_rc5
* Fri Jul 29 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.1-1mamba * Fri Jul 29 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.1-1mamba
- package created using the webbuild interface - package created using the webbuild interface