%global provider github %global provider_tld com %global project containers %global repo oci-umount # https://github.com/projectatomic/oci-umount %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} %global commit 2da5d7fc654981600f93ea5c70d0a1091a19c8e4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: %{repo} Epoch: 2 Version: 2.5 Release: 3%{?dist} Summary: OCI umount hook for docker Group: Applications/Text License: GPLv3+ URL: https://%{provider_prefix} Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz #exclude ppc64, the same arches as docker ExclusiveArch: x86_64 %{arm} aarch64 ppc64le s390x %{mips} Obsoletes: docker-%{name} <= 2:1.13.1-22 Provides: docker-%{name} = %{epoch}:%{version}-%{release} BuildRequires: gcc BuildRequires: git BuildRequires: autoconf BuildRequires: automake BuildRequires: pkgconfig(yajl) BuildRequires: pkgconfig(mount) BuildRequires: golang-github-cpuguy83-go-md2man BuildRequires: pcre-devel %description OCI umount hooks umount potential leaked mount points in a containers mount name-spaces %prep %setup -q -n %{name}-%{commit} %build autoreconf -i %configure --libexecdir=%{_libexecdir}/oci/hooks.d/ %make_build %install %make_install install -d %{buildroot}%{_datadir}/%{name}/%{name}.d %files %{_libexecdir}/oci/hooks.d/%{name} %{_mandir}/man1/%{name}.1* %doc README.md %license LICENSE %config(noreplace) %{_sysconfdir}/%{name}.conf %dir %{_libexecdir}/oci %dir %{_libexecdir}/oci/hooks.d %dir %{_datadir}/containers/oci/hooks.d %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/%{name}.d %{_datadir}/%{name}/oci-umount-options.conf %{_datadir}/containers/oci/hooks.d/%{name}.json %{_mandir}/man5/%{name}*.5.gz %ghost %{_sysconfdir}/%{name}/%{name}.d %ghost /etc/oci-umount/oci-umount-options.conf %changelog * Fri Aug 02 2019 Jindrich Novy - 2:2.5-3 - remove the i686 arch * Fri Aug 02 2019 Jindrich Novy - 2:2.5-2 - use version 2.5 in RHEL7u7 - add build.sh * Fri Jun 07 2019 Lokesh Mandvekar - 2:2.5-1 - Resolves: #1717917 - bump to v2.5 * Tue Nov 06 2018 Frantisek Kluknavsky - 2:2.3.4-3.git87f9237 - drop selinux dependency * Tue Nov 06 2018 Frantisek Kluknavsky - 2:2.3.4-2.git87f9237 - rebase * Thu Feb 01 2018 Lokesh Mandvekar - 2:2.3.3-3.gite3c9055 - provides: docker-oci-umount = epoch:version-release * Thu Feb 01 2018 Lokesh Mandvekar - 2:2.3.3-2.gite3c9055 - correct Obsoletes that were messed up probably cause of reusing fedora spec * Mon Jan 22 2018 Dan Walsh - 2:2.3.3-1.git - Support passing of stage via stage environment variable. * Thu Dec 21 2017 Dan Walsh - 2:2.3.2-1.git - Fix oci-umount.json to run in stages to support CRI-O * Tue Nov 7 2017 Dan Walsh - 2:2.3.1-1.git51e7c505 - Provide a knob log_level to control verbosity of messages * Thu Sep 21 2017 Dan Walsh - 2:2.2.0-2.git0a4dcd6 * Thu Sep 21 2017 Dan Walsh - 2:2.2.0-2.git0a4dcd6 - Add support for multiple configuration files. oci-umount will still read config file /etc/oci-umount.conf if it exists, but will also read config files in /usr/share/oci-umount/oci-umount.d and config files in /etc/oci-umount/oci-umount.d. If the same file name exists in both directories, then oci-umount will only use the content in /ect/oci-umount/oci-umount.d. - Make Logs less noisy - Improve logs output, adding containier id, and needed file information - Add support for specifying submounts PATH/* will unmount all mountpoints under PATH in a container - Support for oci configuration files to specify when to run the plugin * Thu Sep 21 2017 Lokesh Mandvekar - 2:2.2.0-1.git0a4dcd6 - bump to v2.2.0 * Thu Aug 17 2017 Frantisek Kluknavsky - 2:2.0.0-2.gitf90b64c - rebased to f90b64c144ff1a126f7c57b32396e8990ca696fd * Thu Jul 27 2017 Frantisek Kluknavsky - 2:1.13-103.git7623f6a - obsolete with epoch * Thu Jul 20 2017 fkluknav - 2:1.13-102.git7623f6a - fixes according to package review * Mon Jul 17 2017 fkluknav - 2:1.13-101.git7623f6a - adapted for Fedora, versioning continues from the current docker version * Wed May 17 2017 Dan Walsh - 0.1.1 - Initial RPM release