Skip to content

Commit

Permalink
build: otopi-1.10.3
Browse files Browse the repository at this point in the history
Change-Id: Ifcdbef1a529af5eb092c501dfabffedfb658e048
Signed-off-by: Yedidyah Bar David <[email protected]>
  • Loading branch information
didib committed Sep 5, 2022
1 parent 1fb9909 commit 9b40d63
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 8 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
otopi -- oVirt Task Oriented Pluggable Installer/Implementation

????-??-?? - Version 1.10.3
2022-09-05 - Version 1.10.3
* copr: Fix setting SUFFIX
* core: Filter out secret questions' answers
* use buildcontainer (#34)
* github: Use ovirt/upload-rpms-action
* dialog: human: Fix wrapping notes
* github: Use ovirt/checkout-action
* build: post otopi-1.10.2

2022-08-03 - Version 1.10.2
* debug plugins: Add test_note
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [10])
define([VERSION_FIX], [3])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_SUFFIX], [_master])
define([VERSION_SUFFIX], [])

AC_INIT([otopi], VERSION_NUMBER[]VERSION_SUFFIX)
PACKAGE_RPM_VERSION="VERSION_NUMBER"
PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed 's/^_//')"
PACKAGE_RPM_RELEASE="1"
RELEASE_SUFFIX="VERSION_SUFFIX"
AC_SUBST([PACKAGE_RPM_VERSION])
AC_SUBST([PACKAGE_RPM_RELEASE])
Expand Down
3 changes: 3 additions & 0 deletions otopi.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ install -d -m 755 "%{buildroot}%{_sysconfdir}/%{name}.conf.d"
%doc README.debug-plugins

%changelog
* Mon Sep 05 2022 - Yedidyah Bar David <[email protected]> - 1.10.3-1
- Release.

* Wed Aug 03 2022 - Yedidyah Bar David <[email protected]> - 1.10.2-1
- Release.

Expand Down

0 comments on commit 9b40d63

Please sign in to comment.