diff --git a/.gitignore b/.gitignore index 6487516..ef5c54b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/oci-systemd-hook-41491a3.tar.gz +SOURCES/oci-systemd-hook-337078c.tar.gz diff --git a/.oci-systemd-hook.metadata b/.oci-systemd-hook.metadata index d051cc5..50ae54e 100644 --- a/.oci-systemd-hook.metadata +++ b/.oci-systemd-hook.metadata @@ -1 +1 @@ -554d10567d678b74cd4b0879ddfaf3b98002d3ff SOURCES/oci-systemd-hook-41491a3.tar.gz +bf052339f68079ff192225dfadc08e2d7948aeeb SOURCES/oci-systemd-hook-337078c.tar.gz diff --git a/SPECS/oci-systemd-hook.spec b/SPECS/oci-systemd-hook.spec index ac078a3..f8764fd 100644 --- a/SPECS/oci-systemd-hook.spec +++ b/SPECS/oci-systemd-hook.spec @@ -5,25 +5,25 @@ # https://github.com/projectatomic/oci-systemd-hook %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit 41491a3c73193527487fb502026d41d3f0aad1aa +%global commit 337078c69ec80e0c2342f6f48974fc7b427b799a %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: oci-systemd-hook Epoch: 1 Version: 0.1.4 -Release: 4.git%{shortcommit}%{?dist} +Release: 6.git%{shortcommit}%{?dist} Summary: OCI systemd hook for docker Group: Applications/Text License: GPLv3+ URL: https://%{import_path} Source0: https://%{import_path}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz - BuildRequires: autoconf BuildRequires: automake BuildRequires: pkgconfig(yajl) BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(mount) BuildRequires: go-md2man +Obsoletes: %{name} <= 1.10.3-46 %description OCI systemd hooks enable running systemd in a OCI runc/docker container. @@ -52,6 +52,13 @@ make %{?_smp_mflags} %{_libexecdir}/oci/hooks.d/oci-systemd-hook %changelog +* Tue Jul 05 2016 Lokesh Mandvekar - 1:0.1.4-6.git337078c +- Resolves: #1355905 +- built commit 337078c + +* Tue Jul 05 2016 Lokesh Mandvekar - 1:0.1.4-5.git41491a3 +- Obsoletes the subpackage earlier provided by docker + * Thu Jun 30 2016 Lokesh Mandvekar - 1:0.1.4-4.git41491a3 - Bump Epoch to 1 so that it can obsolete subpackage from docker