Skip to content

Commit

Permalink
build: otopi-1.10.4
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro Bonazzola <[email protected]>
  • Loading branch information
sandrobonazzola committed Nov 28, 2023
1 parent 6b1173b commit d6db3dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
otopi -- oVirt Task Oriented Pluggable Installer/Implementation

2????-??-?? - Version 1.10.4
2023-11-28 - Version 1.10.4
* minidnf: Use base.unload_plugins if available

2022-09-05 - Version 1.10.3
* copr: Fix setting SUFFIX
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], [4])
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
6 changes: 5 additions & 1 deletion otopi.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Summary: oVirt Task Oriented Pluggable Installer/Implementation (%{name})
Name: @PACKAGE_NAME@
Version: @PACKAGE_RPM_VERSION@
Release: @PACKAGE_RPM_RELEASE@%{?release_suffix}%{?dist}
License: LGPLv2+
License: LGPL-2.0-or-later
URL: http://www.ovirt.org
Source0: http://resources.ovirt.org/pub/src/%{name}/%{name}-%{package_version}.tar.gz
Group: Development/Libraries
Expand Down Expand Up @@ -112,6 +112,10 @@ install -d -m 755 "%{buildroot}%{_sysconfdir}/%{name}.conf.d"
%doc README.debug-plugins

%changelog
* Tue Nov 28 2023 Sandro Bonazzola <[email protected]> - 1.10.4-1
- Migrated to SPDX license.
- Release.

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

Expand Down

0 comments on commit d6db3dc

Please sign in to comment.