From f8fffd5c344f27672490d6c8c9f7865e7cbe3cd5 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 28 2017 15:13:58 +0000 Subject: import oci-systemd-hook-0.1.7-4.gite533efa.el7 --- diff --git a/.gitignore b/.gitignore index 1aff5e4..7c39c85 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/oci-systemd-hook-2788078.tar.gz +SOURCES/oci-systemd-hook-e533efa.tar.gz diff --git a/.oci-systemd-hook.metadata b/.oci-systemd-hook.metadata index afb2b5c..f03ae45 100644 --- a/.oci-systemd-hook.metadata +++ b/.oci-systemd-hook.metadata @@ -1 +1 @@ -688faf8e2b740d88bb699d3b62c6227365725b8f SOURCES/oci-systemd-hook-2788078.tar.gz +1a7f381e2beaede9305d3fa7edf93c507f9189b9 SOURCES/oci-systemd-hook-e533efa.tar.gz diff --git a/SPECS/oci-systemd-hook.spec b/SPECS/oci-systemd-hook.spec index cec6061..564d1eb 100644 --- a/SPECS/oci-systemd-hook.spec +++ b/SPECS/oci-systemd-hook.spec @@ -5,20 +5,22 @@ # https://github.com/projectatomic/oci-systemd-hook %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit 27880780d0128f8bfcab7927e7bd68a6de3f396c -%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global git0 https://github.com/projectatomic/oci-systemd-hook +%global commit0 e533efa74e87f1141ef9602225407383b2f66590 +%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: %{repo} Epoch: 1 Version: 0.1.7 -Release: 2.git%{shortcommit}%{?dist} +Release: 4.git%{shortcommit0}%{?dist} Summary: OCI systemd hook for docker Group: Applications/Text License: GPLv3+ URL: https://%{import_path} -Source0: https://%{import_path}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz +Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz BuildRequires: autoconf BuildRequires: automake +BuildRequires: git BuildRequires: pkgconfig(yajl) BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(mount) @@ -29,7 +31,7 @@ Obsoletes: %{name} <= 1.10.3-46 OCI systemd hooks enable running systemd in a OCI runc/docker container. %prep -%setup -q -n %{name}-%{commit} +%autosetup -Sgit -n %{name}-%{commit0} %build aclocal @@ -52,6 +54,13 @@ make %{?_smp_mflags} %{_libexecdir}/oci/hooks.d/%{name} %changelog +* Wed Jun 14 2017 Lokesh Mandvekar - 1:0.1.7-4.gite533efa +- Resolves: 1460610, #1460613, #1437817 +- built commit e533efa + +* Mon Jun 05 2017 Frantisek Kluknavsky - 1:0.1.7-3.git4e2da8c +- rebase + * Thu Apr 06 2017 Lokesh Mandvekar - 1:0.1.7-2.git2788078 - Resolves: #1439382