|
8 | 8 |
|
9 | 9 | Summary: System image generation tool
|
10 | 10 | Name: imagefactory
|
11 |
| -Version: 1.1.15 |
12 |
| -Release: 2%{?dist} |
| 11 | +Version: 1.1.16 |
| 12 | +Release: 1%{?dist} |
13 | 13 | Source0: http://repos.fedorapeople.org/repos/aeolus/imagefactory/%{version}/tarball/%{name}-%{version}.tar.gz
|
14 | 14 | License: ASL 2.0
|
15 | 15 | Group: Applications/System
|
@@ -72,8 +72,6 @@ https://github.com/redhat-imaging/imagefactory for more information.
|
72 | 72 | %{__install} -d %{buildroot}/%{_sysconfdir}/imagefactory/plugins.d
|
73 | 73 | %{__install} -d %{buildroot}/%{_sysconfdir}/logrotate.d
|
74 | 74 |
|
75 |
| -#sed -i '/\/usr\/bin\/env python/d' %{buildroot}/%{python_sitelib}/imgfac/*.py |
76 |
| - |
77 | 75 | %{__install} -m0600 conf/sysconfig/imagefactoryd %{buildroot}/%{_sysconfdir}/sysconfig/imagefactoryd
|
78 | 76 | %{__install} -m0600 conf/logrotate.d/imagefactoryd %{buildroot}/%{_sysconfdir}/logrotate.d/imagefactoryd
|
79 | 77 |
|
|
133 | 131 | %{_bindir}/imagefactoryd
|
134 | 132 |
|
135 | 133 | %changelog
|
136 |
| -* Fri Jan 10 2020 Brendan Reilly <[email protected]> 1.1.15-2 |
137 |
| -- Revert "Added default ovf namespace to root element Envelope" |
138 |
| - |
139 |
| -- updating specfile for release ([email protected]) |
140 |
| -- bumping version for release ([email protected]) |
141 |
| -- update for new release ([email protected]) |
142 |
| -- Added abort method for docker plugin ([email protected]) |
143 |
| -- Added signal handling for qemu cleanup ([email protected]) |
144 |
| -- remove unused imports ([email protected]) |
145 |
| - |
146 |
| -- Added default ovf namespace to root element Envelope fixed cpu and memory |
147 |
| - |
148 |
| - |
149 |
| -* Fri Jan 10 2020 Brendan Reilly <[email protected]> |
150 |
| -- Revert "Added default ovf namespace to root element Envelope" |
151 |
| - |
152 |
| -- updating specfile for release ([email protected]) |
153 |
| -- bumping version for release ([email protected]) |
154 |
| -- update for new release ([email protected]) |
155 |
| -- Added abort method for docker plugin ([email protected]) |
156 |
| -- Added signal handling for qemu cleanup ([email protected]) |
157 |
| -- remove unused imports ([email protected]) |
158 |
| - |
159 |
| -- Added default ovf namespace to root element Envelope fixed cpu and memory |
160 |
| - |
| 134 | +* Wed Dec 16 2020 Brendan Reilly <[email protected]> 1.1.16-1 |
| 135 | +- Replaced Thread.isAlive with Thread.is_alive ([email protected]) |
161 | 136 |
|
162 | 137 | * Fri Jan 10 2020 Brendan Reilly <[email protected]> - 1.1.15-1
|
163 | 138 | - Upstream release 1.1.15
|
|
0 commit comments