This is an automated email from the git hooks/post-receive script.
nsoffer pushed a commit to branch master in repository sanlock.
commit 634690bbe673ad962fe09a4f6a1cc5f341b0f6ca Author: Nir Soffer nsoffer@redhat.com AuthorDate: Wed May 22 23:03:47 2019 +0300
spec: Add missing build requirements
Keeping correct build requirement help developers to setup their environment using dnf builddep.
libuuid-devel is also required now on Fedora 31.
Signed-off-by: Nir Soffer nsoffer@redhat.com --- sanlock.spec.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/sanlock.spec.in b/sanlock.spec.in index 14729cf..9ad2985 100644 --- a/sanlock.spec.in +++ b/sanlock.spec.in @@ -16,6 +16,8 @@ URL: https://pagure.io/sanlock/ BuildRequires: gcc BuildRequires: libaio-devel BuildRequires: libblkid-devel +BuildRequires: libuuid-devel +BuildRequires: make BuildRequires: python2 BuildRequires: python2-devel BuildRequires: systemd-units
sanlock-devel@lists.fedorahosted.org