Skip to content

Commit

Permalink
build: ovirt-log-collector-4.4.6
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Veyde <lveyde@redhat.com>
  • Loading branch information
lveyde committed May 31, 2022
1 parent de2c993 commit fd46eba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ installdeps:
dnf -y install git autoconf automake make gettext-devel gcc

srpm: installdeps
$(eval SUFFIX=$(shell sh -c " echo '.$$(date -u +%Y%m%d%H%M%S).git$$(git rev-parse --short HEAD)'"))
# changing the spec file as passing -D won't preserve the suffix when rebuilding in mock
sed "s:%{?release_suffix}:${SUFFIX}:" -i ovirt-log-collector.spec.in
mkdir tmp.repos
autopoint
autoreconf -ivf
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ define([VERSION_MAJOR], [4])
define([VERSION_MINOR], [4])
define([VERSION_FIX], [6])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_SUFFIX], [_master])
define([VERSION_SUFFIX], [])

AC_INIT([ovirt-log-collector], VERSION_NUMBER[]VERSION_SUFFIX)
PACKAGE_RPM_VERSION="VERSION_NUMBER"
PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed 's/^_//')"
PACKAGE_RPM_RELEASE="1"
AC_SUBST([PACKAGE_RPM_VERSION])
AC_SUBST([PACKAGE_RPM_RELEASE])

Expand Down
4 changes: 4 additions & 0 deletions ovirt-log-collector.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}"
%{_mandir}/man8/ovirt-log-collector.8*

%changelog
* Tue May 31 2022 Lev Veyde <lveyde@redhat.com> - 4.4.6-1
- Fixes BZ#2081676
- Fixes BZ#2081684

* Mon Jan 31 2022 Lev Veyde <lveyde@redhat.com> - 4.4.5-1
- Fixes BZ#2040402
- Fixes BZ#2048546
Expand Down

0 comments on commit fd46eba

Please sign in to comment.