From 0c1e514193975e079d3b1dd9865c5d0c9b2aac1d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 19 2017 14:33:48 +0000 Subject: import oci-systemd-hook-0.1.14-1.git1ba44c6.el7 --- diff --git a/.gitignore b/.gitignore index 55ac6a5..8445ee8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/oci-systemd-hook-1e84754.tar.gz +SOURCES/oci-systemd-hook-1ba44c6.tar.gz diff --git a/.oci-systemd-hook.metadata b/.oci-systemd-hook.metadata index d3260eb..97bc571 100644 --- a/.oci-systemd-hook.metadata +++ b/.oci-systemd-hook.metadata @@ -1 +1 @@ -7815d5bc8a681219f11da05337d8a7102701c69f SOURCES/oci-systemd-hook-1e84754.tar.gz +b9283ff12350f50293f81f84156f4a2f4419bd60 SOURCES/oci-systemd-hook-1ba44c6.tar.gz diff --git a/SPECS/oci-systemd-hook.spec b/SPECS/oci-systemd-hook.spec index 4c98c65..dce357c 100644 --- a/SPECS/oci-systemd-hook.spec +++ b/SPECS/oci-systemd-hook.spec @@ -5,12 +5,12 @@ # https://github.com/projectatomic/oci-systemd-hook %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit 1e84754af7488331ee0353e6100ee2066defec23 +%global commit 1ba44c624342f601c45097db2abeb4d01f6b3053 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{repo} Epoch: 1 -Version: 0.1.12 +Version: 0.1.14 Release: 1.git%{shortcommit}%{?dist} Summary: OCI systemd hook for docker Group: Applications/Text @@ -50,8 +50,13 @@ make %{?_smp_mflags} %dir %{_libexecdir}/oci %dir %{_libexecdir}/oci/hooks.d %{_libexecdir}/oci/hooks.d/%{name} +%dir %{_usr}/share/containers/oci/hooks.d +%{_usr}/share/containers/oci/hooks.d/oci-systemd-hook.json %changelog +* Thu Sep 21 2017 Frantisek Kluknavsky - 1:0.1.14-1.git1ba44c6 +- rebase to 1ba44c624342f601c45097db2abeb4d01f6b3053 + * Tue Aug 08 2017 Lokesh Mandvekar - 1:0.1.12-1.git1e84754 - Resolves: #1479510 - sync version number with configure.ac