diff --git a/.gitignore b/.gitignore index ec5fe1e..368d9c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/oci-systemd-hook-8787307.tar.gz +SOURCES/oci-systemd-hook-05e6923.tar.gz diff --git a/.oci-systemd-hook.metadata b/.oci-systemd-hook.metadata index 6ba0b11..d32059f 100644 --- a/.oci-systemd-hook.metadata +++ b/.oci-systemd-hook.metadata @@ -1 +1 @@ -7a589643bdaefd8310ad913c09fffc41f2708dab SOURCES/oci-systemd-hook-8787307.tar.gz +ceb829a17c5e380b0f10a5a2dc84d186214b2277 SOURCES/oci-systemd-hook-05e6923.tar.gz diff --git a/SPECS/oci-systemd-hook.spec b/SPECS/oci-systemd-hook.spec index 3b8028e..344922c 100644 --- a/SPECS/oci-systemd-hook.spec +++ b/SPECS/oci-systemd-hook.spec @@ -5,13 +5,13 @@ # https://github.com/projectatomic/oci-systemd-hook %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit 87873073b8c21e1c2612d7ee1ca15f740fa46a3c +%global commit 05e692346ca73e022754332a7da641230dae2ffe %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{repo} Epoch: 1 -Version: 0.1.18 -Release: 3.git%{shortcommit}%{?dist} +Version: 0.2.0 +Release: 1.git%{shortcommit}%{?dist} Summary: OCI systemd hook for docker Group: Applications/Text License: GPLv3+ @@ -50,10 +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 +%dir %{_datadir}/containers/oci/hooks.d +%{_datadir}/containers/oci/hooks.d/%{name}.json %changelog +* Tue May 14 2019 Lokesh Mandvekar - 1:0.2.0-1.git05e6923 +- Resolves: #1709637 - bump to v0.2.0 + * Tue Jan 08 2019 Frantisek Kluknavsky - 1:0.1.18-3.git8787307 - rebase, fixes based on coverity scan