From 999a6dbc75a89c33e8b090ecb63c6af4198af5e7 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 17 2017 20:35:50 +0000 Subject: import oci-systemd-hook-0.1.4-9.git671c428.el7 --- diff --git a/.gitignore b/.gitignore index ef5c54b..6eeb56f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/oci-systemd-hook-337078c.tar.gz +SOURCES/oci-systemd-hook-671c428.tar.gz diff --git a/.oci-systemd-hook.metadata b/.oci-systemd-hook.metadata index 50ae54e..3f2607c 100644 --- a/.oci-systemd-hook.metadata +++ b/.oci-systemd-hook.metadata @@ -1 +1 @@ -bf052339f68079ff192225dfadc08e2d7948aeeb SOURCES/oci-systemd-hook-337078c.tar.gz +aa5a0d4b1c7482dd6fefaf055d6b7263ecdf94c1 SOURCES/oci-systemd-hook-671c428.tar.gz diff --git a/SPECS/oci-systemd-hook.spec b/SPECS/oci-systemd-hook.spec index f8764fd..ab18d61 100644 --- a/SPECS/oci-systemd-hook.spec +++ b/SPECS/oci-systemd-hook.spec @@ -5,18 +5,18 @@ # https://github.com/projectatomic/oci-systemd-hook %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit 337078c69ec80e0c2342f6f48974fc7b427b799a +%global commit 671c428e61856f482cc1f2165c0cb73db865ff70 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -Name: oci-systemd-hook +Name: %{repo} Epoch: 1 Version: 0.1.4 -Release: 6.git%{shortcommit}%{?dist} +Release: 9.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 +Source0: https://%{import_path}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: pkgconfig(yajl) @@ -29,7 +29,7 @@ Obsoletes: %{name} <= 1.10.3-46 OCI systemd hooks enable running systemd in a OCI runc/docker container. %prep -%setup -q -n %{repo}-%{commit} +%setup -q -n %{name}-%{commit} %build aclocal @@ -46,12 +46,23 @@ make %{?_smp_mflags} %files %doc README.md %license LICENSE -%{_mandir}/man1/oci-systemd-hook.1* +%{_mandir}/man1/%{name}.1* %dir %{_libexecdir}/oci %dir %{_libexecdir}/oci/hooks.d -%{_libexecdir}/oci/hooks.d/oci-systemd-hook +%{_libexecdir}/oci/hooks.d/%{name} %changelog +* Thu Jan 12 2017 Dan Walsh - 1:0.1.4-9.git671c428 +- Resolves: #1412728 +- built commit 671c428 + +* Tue Dec 20 2016 Lokesh Mandvekar - 1:0.1.4-8.git45455fe +- Resolves: #1364237 +- built commit 45455fe + +* Tue Oct 25 2016 Frantisek Kluknavsky - 1:0.1.4-7.gita9c551a +- rebase + * Tue Jul 05 2016 Lokesh Mandvekar - 1:0.1.4-6.git337078c - Resolves: #1355905 - built commit 337078c