diff --git a/runc.spec b/runc.spec index 0f296a1..c2d9f08 100644 --- a/runc.spec +++ b/runc.spec @@ -1,6 +1,6 @@ %define gitver %(echo %version | tr _ -) Name: runc -Version: 1.0.2 +Version: 1.0.3 Release: 1mamba Summary: runc container cli tools Group: System/Servers @@ -11,7 +11,6 @@ URL: https://opencontainers.org/ Source: https://github.com/opencontainers/runc.git/v%{gitver}/runc-%{version}.tar.bz2 License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN -#libpthread.so.0()(64bit): /usr/lib64/libpthread.so: file not owned by any package BuildRequires: glibc-devel BuildRequires: libseccomp-devel ## AUTOBUILDREQ-END @@ -54,6 +53,9 @@ mv man/man*/ %{buildroot}%{_mandir} %doc LICENSE %changelog +* Tue Dec 07 2021 Automatic Build System 1.0.3-1mamba +- automatic version update by autodist + * Tue Aug 24 2021 Automatic Build System 1.0.2-1mamba - automatic version update by autodist