Skip to content

Commit

Permalink
Revert "Bump required libblockdev version"
Browse files Browse the repository at this point in the history
This reverts commit d6ce8d4.
  • Loading branch information
segfault3 committed Apr 16, 2018
1 parent a338075 commit 9566462
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 @@ -154,7 +154,7 @@ PKG_CHECK_MODULES(GMODULE, [gmodule-2.0])
AC_SUBST(GMODULE_CFLAGS)
AC_SUBST(GMODULE_LIBS)

PKG_CHECK_MODULES(BLOCKDEV, [blockdev >= 2.17])
PKG_CHECK_MODULES(BLOCKDEV, [blockdev >= 2.14])
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.17
%global libblockdev_version 2.14

%define is_fedora 0%{?rhel} == 0
%define is_git %(git show > /dev/null 2>&1 && echo 1 || echo 0)
Expand Down

0 comments on commit 9566462

Please sign in to comment.