Skip to content

Commit 88e6e3f

Browse files
committed
Automatic commit of package [imagefactory] release [1.1.16-1].
Created by command: /usr/bin/tito tag --use-version 1.1.16 --use-release 1%{?dist} --debug
1 parent c3d55a7 commit 88e6e3f

File tree

3 files changed

+6
-31
lines changed

3 files changed

+6
-31
lines changed

.tito/packages/imagefactory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.15-2 ./
1+
1.1.16-1 ./

imagefactory.spec

+4-29
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
Summary: System image generation tool
1010
Name: imagefactory
11-
Version: 1.1.15
12-
Release: 2%{?dist}
11+
Version: 1.1.16
12+
Release: 1%{?dist}
1313
Source0: http://repos.fedorapeople.org/repos/aeolus/imagefactory/%{version}/tarball/%{name}-%{version}.tar.gz
1414
License: ASL 2.0
1515
Group: Applications/System
@@ -72,8 +72,6 @@ https://github.com/redhat-imaging/imagefactory for more information.
7272
%{__install} -d %{buildroot}/%{_sysconfdir}/imagefactory/plugins.d
7373
%{__install} -d %{buildroot}/%{_sysconfdir}/logrotate.d
7474

75-
#sed -i '/\/usr\/bin\/env python/d' %{buildroot}/%{python_sitelib}/imgfac/*.py
76-
7775
%{__install} -m0600 conf/sysconfig/imagefactoryd %{buildroot}/%{_sysconfdir}/sysconfig/imagefactoryd
7876
%{__install} -m0600 conf/logrotate.d/imagefactoryd %{buildroot}/%{_sysconfdir}/logrotate.d/imagefactoryd
7977

@@ -133,31 +131,8 @@ fi
133131
%{_bindir}/imagefactoryd
134132

135133
%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-
- fix typo ([email protected])
146-
- Added default ovf namespace to root element Envelope fixed cpu and memory
147-
sections ([email protected])
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-
- fix typo ([email protected])
159-
- Added default ovf namespace to root element Envelope fixed cpu and memory
160-
sections ([email protected])
134+
* Wed Dec 16 2020 Brendan Reilly <[email protected]> 1.1.16-1
135+
- Replaced Thread.isAlive with Thread.is_alive ([email protected])
161136

162137
* Fri Jan 10 2020 Brendan Reilly <[email protected]> - 1.1.15-1
163138
- Upstream release 1.1.15

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import subprocess
1818
import time
1919

20-
VERSION = '1.1.15'
20+
VERSION = '1.1.16'
2121
RELEASE = '1'
2222

2323
class sdist(_sdist):

0 commit comments

Comments
 (0)