Skip to content

Commit

Permalink
build: bump to 1.2.21-1
Browse files Browse the repository at this point in the history
Change-Id: I46d9a5eb8eb64476bd866d421f07584159a7a804
Signed-off-by: Lev Veyde <lveyde@redhat.com>
  • Loading branch information
lveyde committed May 27, 2021
1 parent efed8e0 commit 1d9f636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl
define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [2])
define([VERSION_FIX], [20])
define([VERSION_FIX], [21])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)

AC_INIT([imgbased], VERSION_NUMBER, [devel@ovirt.org])
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/imgbased.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ make -C py3 install DESTDIR="%{buildroot}"
%endif

%changelog
* Thu May 27 2021 Lev Veyde <lveyde@redhat.com> - 1.2.21-1
- Fixed SUID/SGID handling issue (rhbz#1964490)

* Wed May 19 2021 Lev Veyde <lveyde@redhat.com> - 1.2.20-1
- Fixed SELinux policy issue (rhbz#1955415)

Expand Down

0 comments on commit 1d9f636

Please sign in to comment.