Skip to content

Commit de345df

Browse files
author
Mrunal Patel
committed
Merge pull request #17 from rhatdan/master
Fixes to get through Fedora spec review
2 parents b1cd5c2 + 0cd30e5 commit de345df

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([OCI Systemd Hook], 0.1.3)
1+
AC_INIT([OCI Systemd Hook], 0.1.4)
22
AC_CONFIG_AUX_DIR([build-aux])
33
AC_CONFIG_HEADERS([config.h])
44
AM_INIT_AUTOMAKE([foreign -Wall -Werror subdir-objects])

oci-systemd-hook.spec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcomm
1919

2020
BuildRequires: autoconf
2121
BuildRequires: automake
22-
BuildRequires: yajl-devel
23-
BuildRequires: libselinux-devel
24-
BuildRequires: libmount-devel
22+
BuildRequires: pkgconfig(yajl)
23+
BuildRequires: pkgconfig(libselinux)
24+
BuildRequires: pkgconfig(mount)
2525
BuildRequires: golang-github-cpuguy83-go-md2man
2626

2727
%description
@@ -45,6 +45,8 @@ make %{?_smp_mflags}
4545
%{_mandir}/man1/oci-systemd-hook.1*
4646
%doc README.md
4747
%license LICENSE
48+
%dir /%{_libexecdir}/oci
49+
%dir /%{_libexecdir}/oci/hooks.d
4850

4951
%changelog
5052
* Thu Feb 18 2016 Dan Walsh <dwalsh@redhat.com> - 0.1.4

0 commit comments

Comments
 (0)