automatic version update by autodist [release 4.0.3-1mamba;Mon Jun 29 2020]
This commit is contained in:
parent
76ee3c764e
commit
dc754caa4b
11
lxc.spec
11
lxc.spec
@ -1,5 +1,5 @@
|
|||||||
Name: lxc
|
Name: lxc
|
||||||
Version: 4.0.2
|
Version: 4.0.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Userspace control package for Linux Containers
|
Summary: Userspace control package for Linux Containers
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
@ -42,7 +42,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
%ifarch %{ix86}
|
||||||
|
CFLAGS="%{optflags} -Wno-error=stringop-overflow"
|
||||||
|
%endif
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -112,6 +116,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
#%doc README
|
#%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 29 2020 Automatic Build System <autodist@mambasoft.it> 4.0.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Apr 17 2020 Automatic Build System <autodist@mambasoft.it> 4.0.2-1mamba
|
* Fri Apr 17 2020 Automatic Build System <autodist@mambasoft.it> 4.0.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user