File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- AC_INIT ( [ OCI Systemd Hook] , 0.1.3 )
1+ AC_INIT ( [ OCI Systemd Hook] , 0.1.4 )
22AC_CONFIG_AUX_DIR ( [ build-aux] )
33AC_CONFIG_HEADERS ( [ config.h] )
44AM_INIT_AUTOMAKE ( [ foreign -Wall -Werror subdir-objects] )
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcomm
1919
2020BuildRequires: autoconf
2121BuildRequires: 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)
2525BuildRequires: 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
You can’t perform that action at this time.
0 commit comments