Skip to content

Commit

Permalink
Bump required version of libblockdev to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Jun 27, 2023
1 parent a5b74b7 commit 7663a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ if test "x$enable_daemon" = "xyes"; then
AC_SUBST(GMODULE_CFLAGS)
AC_SUBST(GMODULE_LIBS)

PKG_CHECK_MODULES(BLOCKDEV, [blockdev >= 2.99])
PKG_CHECK_MODULES(BLOCKDEV, [blockdev >= 3.0])
AC_SUBST(BLOCKDEV_CFLAGS)
AC_SUBST(BLOCKDEV_LIBS)

Expand Down
2 changes: 1 addition & 1 deletion packaging/udisks2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%global libatasmart_version 0.17
%global dbus_version 1.4.0
%global with_gtk_doc 1
%global libblockdev_version 2.99
%global libblockdev_version 3.0

%define with_btrfs 1
%define with_lsm 1
Expand Down

0 comments on commit 7663a4e

Please sign in to comment.