Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Release 1.2.1 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnecas authored Dec 2, 2019
1 parent ac47260 commit 59fa6a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions automation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
distros:
- fc30
- el7
- el8
release_branches:
master: [ "ovirt-master" ]
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

VERSION="1.2.1"
MILESTONE=master
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
MILESTONE=
RPM_RELEASE="1"

ROLE_NAME="ovirt.ansible-roles"
PACKAGE_NAME="ovirt-ansible-roles"
Expand Down
3 changes: 3 additions & 0 deletions ovirt-ansible-roles.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Collection of Ansible roles to ease the management and automation of the oVirt e
%license LICENSE

%changelog
* Mon Dec 2 2019 Martin Necas <mnecas@redhat.com> - 1.2.1-1
- Add build for el8.

* Mon Nov 25 2019 Martin Necas <mnecas@redhat.com> - 1.2.0-1
- Bump ansible to version 2.9.0.

Expand Down

0 comments on commit 59fa6a3

Please sign in to comment.