Skip to content

Commit

Permalink
build: otopi-1.10.0 (#17)
Browse files Browse the repository at this point in the history
* build: otopi-1.10.0

Change-Id: I5866834adec062c4172971e88991ef63f5da2ec0
Signed-off-by: Yedidyah Bar David <[email protected]>
  • Loading branch information
didib committed Mar 4, 2022
1 parent 72170fc commit 2281439
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 5 deletions.
37 changes: 35 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,41 @@
otopi -- oVirt Task Oriented Pluggable Installer/Implementation

????-??-?? - Version 1.10.0
2022-03-03 - Version 1.10.0
* packager: Support any rhel- or fedora-like distribution
* minidnf: Clean up displayed texts
* minidnf: Log calls to _plugins._unload()
* automation: check-patch: Verify dnf gpg keys handling
* dialog: human: Allow confirmation via answer file
* minidnf: checkForSafeUpdate: Return all data
* distro: Fix for rhel
* minidnf: Require dnf >= 4.7
* Update .github/workflows/check-patch.yml
* automation/run-checks.sh: Group output for github
* automation: Use coverage-3
* automation: Split run-checks.sh out of check-patch.sh
* github: codeql: Remove cpp (#5)
* Create check-patch.yml
* Create codeql-analysis.yml
* copr: fix missing suffix in built rpms
* copr: enable copr builds
* README: move to markdown
* automation: Refactor check-patch.sh
* packager: Add checkForSafeUpdate
* debug plugins: queryPackages: Pass listAll=True
* automation: Test packager rollback
* minidnf: fix rollback
* automation: Improve testing logging
* core: Make OTOPI_DEBUG write to stderr
* packaging: fix missing obsoletes
* build: post ovirt-4.4 branching
* automation: fix build-artifacts
* automation: post ovirt-4.4 branching, enabling c9s
* el9s: adjust scripts for compatibiltiy
* use distro module instead of platform
* pep8: fix E741 reported by pycodestyle
* automation: add 4.4 pipeline
* packaging: support CentOS Stream 9
* packaging: obsolete dropepd packages
* packaging: obsolete dropped packages

2021-08-03 - Version 1.9.5
* drop java bindings and python2
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], [0])
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
5 changes: 4 additions & 1 deletion otopi.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Summary: oVirt Task Oriented Pluggable Installer/Implementation (%{name})
Name: @PACKAGE_NAME@
Version: @PACKAGE_RPM_VERSION@
Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist}
Release: @PACKAGE_RPM_RELEASE@%{?dist}
License: LGPLv2+
URL: http://www.ovirt.org
Source0: http://resources.ovirt.org/pub/src/%{name}/%{name}-%{package_version}.tar.gz
Expand Down Expand Up @@ -112,6 +112,9 @@ install -d -m 755 "%{buildroot}%{_sysconfdir}/%{name}.conf.d"
%doc README.debug-plugins

%changelog
* Thu Mar 03 2022 - Yedidyah Bar David <[email protected]> - 1.10.0-1
- Release.

* Tue Aug 03 2021 - Yedidyah Bar David <[email protected]> - 1.9.5-1
- Release.

Expand Down

0 comments on commit 2281439

Please sign in to comment.