|
|
03485f |
%global debug_package %{nil}
|
|
|
f0b50c |
|
|
|
03485f |
%if 0%{?fedora} <= 22 || (0%{?rhel} != 0 && 0%{?rhel} <= 7)
|
|
|
03485f |
%global pypkg python
|
|
|
03485f |
%global pysitelib %{python_sitelib}
|
|
|
03485f |
%global __python %{__python2}
|
|
|
03485f |
%if 0%{?fedora}
|
|
|
03485f |
%global pylint pylint
|
|
|
03485f |
%endif
|
|
|
03485f |
%else
|
|
|
03485f |
%global pypkg python3
|
|
|
03485f |
%global pysitelib %{python3_sitelib}
|
|
|
03485f |
%global __python %{__python3}
|
|
|
03485f |
%global pylint python3-pylint
|
|
|
03485f |
%endif
|
|
|
03485f |
|
|
|
51d09f |
%global commit0 2fd08606a96e32d90751bd0a703c0b389d306121
|
|
|
4a4fa8 |
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
4a4fa8 |
|
|
|
f0b50c |
# Registries package
|
|
|
f0b50c |
%global git_atomic_registries https://github.com/projectatomic/registries
|
|
|
51d09f |
%global commit_atomic_registries da9a9c87781823f45401ca49da04e269c9e3100e
|
|
|
f0b50c |
%global atomic_registries_shortcommit %(c=%{commit_atomic_registries}; echo ${c:0:7})
|
|
|
f0b50c |
|
|
|
f0b50c |
|
|
|
03485f |
Name: atomic
|
|
|
2aec97 |
Epoch: 1
|
|
|
614256 |
Version: 1.22.1
|
|
|
51d09f |
Release: 3.git%{shortcommit0}%{?dist}
|
|
|
03485f |
Summary: Tool for managing ProjectAtomic systems and containers
|
|
|
03485f |
License: LGPLv2+
|
|
|
3f5331 |
URL: https://github.com/projectatomic/%{name}
|
|
|
4a4fa8 |
Source0: https://github.com/projectatomic/%{name}/archive/%{commit0}.tar.gz
|
|
|
f0b50c |
Source1: https://github.com/projectatomic/registries/archive/%{commit_atomic_registries}.tar.gz
|
|
|
03485f |
|
|
|
22aa7f |
BuildRequires: %{pypkg}-dateutil
|
|
|
03485f |
BuildRequires: %{pypkg}-devel
|
|
|
4a4fa8 |
BuildRequires: %{pypkg}-requests >= 2.4.3
|
|
|
4a4fa8 |
BuildRequires: %{pypkg}-setuptools
|
|
|
03485f |
BuildRequires: %{pypkg}-tools
|
|
|
08d81b |
BuildRequires: %{pypkg}-ipaddress
|
|
|
03485f |
BuildRequires: %{pypkg}-dbus
|
|
|
22aa7f |
BuildRequires: %{pypkg}-docker-py >= 1.7.2-1
|
|
|
03485f |
BuildRequires: %{pypkg}-setuptools
|
|
|
03485f |
BuildRequires: policycoreutils-%{pypkg}
|
|
|
3f5331 |
BuildRequires: git
|
|
|
03485f |
BuildRequires: go-md2man
|
|
|
22aa7f |
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} >= 1.7.4
|
|
|
4a4fa8 |
BuildRequires: rpm-%{pypkg}
|
|
|
2aec97 |
BuildRequires: PyYAML
|
|
|
934f78 |
BuildRequires: ostree-devel
|
|
|
03485f |
|
|
|
03485f |
Requires: dbus
|
|
|
03485f |
Requires: polkit
|
|
|
03485f |
Requires: setup
|
|
|
4a4fa8 |
Requires: rpm-%{pypkg}
|
|
|
22aa7f |
Requires: %{pypkg}-dateutil
|
|
|
22aa7f |
Requires: %{pypkg}-dbus
|
|
|
4a4fa8 |
Requires: %{pypkg}-docker-py >= 1.7.2-1
|
|
|
22aa7f |
Requires: %{pypkg}-ipaddress
|
|
|
22aa7f |
Requires: %{pypkg}-requests
|
|
|
22aa7f |
Requires: %{pypkg}-setuptools
|
|
|
03485f |
Requires: %{pypkg}-six >= 1.3.0
|
|
|
22aa7f |
Requires: %{pypkg}-slip-dbus
|
|
|
22aa7f |
Requires: %{pypkg}-websocket-client >= 0.11.0
|
|
|
51d09f |
Requires: skopeo >= 1:0.1.29-3
|
|
|
51d09f |
Requires: skopeo-containers >= 1:0.1.29-3
|
|
|
2aec97 |
Requires: PyYAML
|
|
|
22aa7f |
Requires: gomtree
|
|
|
934f78 |
Requires: ostree
|
|
|
d91bcd |
Requires: runc
|
|
|
f0b50c |
Requires: container-storage-setup
|
|
|
03485f |
|
|
|
03485f |
%description
|
|
|
03485f |
The goal of Atomic is to provide a high level, coherent entrypoint to the
|
|
|
03485f |
system, and fill in gaps.
|
|
|
03485f |
|
|
|
53fb2c |
atomic can make it easier to interact with container runtimes for different
|
|
|
53fb2c |
kinds of containers, such as super-privileged and system containers.
|
|
|
f0b50c |
|
|
|
53fb2c |
The atomic host subcommand wraps rpm-ostree providing unified management.
|
|
|
03485f |
|
|
|
f0b50c |
# Atomic Registries
|
|
|
f0b50c |
%package registries
|
|
|
f0b50c |
Summary: Parses a global YAML registry file
|
|
|
56dac8 |
Requires: %{pypkg}-yaml
|
|
|
56dac8 |
Requires: %{pypkg}-pytoml
|
|
|
c5de18 |
Requires: %{pypkg}-setuptools
|
|
|
56dac8 |
|
|
|
56dac8 |
BuildRequires: %{pypkg}-yaml
|
|
|
56dac8 |
BuildRequires: %{pypkg}-pytoml
|
|
|
f0b50c |
|
|
|
f0b50c |
%description registries
|
|
|
f0b50c |
Utility that parses a global YAML registry file for container runtimes.
|
|
|
2ba13f |
|
|
|
4a4fa8 |
|
|
|
f0b50c |
%prep
|
|
|
f0b50c |
%setup -qn %{name}-%{commit0}
|
|
|
f0b50c |
cd ../
|
|
|
f0b50c |
tar zxf %{SOURCE1}
|
|
|
d91bcd |
|
|
|
03485f |
%build
|
|
|
f0b50c |
cd ..
|
|
|
f0b50c |
pushd registries-%{commit_atomic_registries}
|
|
|
56dac8 |
make PYTHON=%{__python} all
|
|
|
f0b50c |
popd
|
|
|
f0b50c |
pushd atomic-%{commit0}
|
|
|
f0b50c |
if [ %{pypkg} == 'python3' ]; then
|
|
|
f0b50c |
sed -i 's/input = raw_input/pass/' Atomic/util.py
|
|
|
f0b50c |
fi
|
|
|
f0b50c |
make PYTHON=%{__python} PYLINT=true all
|
|
|
f0b50c |
popd
|
|
|
4a4fa8 |
|
|
|
03485f |
%install
|
|
|
08d81b |
make PYTHON=%{__python} install-only DESTDIR=%{buildroot}
|
|
|
4a4fa8 |
|
|
|
2aec97 |
%if 0%{?rhel}
|
|
|
2aec97 |
make install-openscap DESTDIR=%{buildroot}
|
|
|
2aec97 |
%endif
|
|
|
2aec97 |
|
|
|
4a4fa8 |
# Better support for doing continuous delivery by supporting optional
|
|
|
4a4fa8 |
# components. The canonical copy of this is in `rpm-ostree.spec`.
|
|
|
4a4fa8 |
cat > autofiles.py <
|
|
|
4a4fa8 |
#!%{pypkg}
|
|
|
4a4fa8 |
import os,sys,glob
|
|
|
4a4fa8 |
os.chdir(os.environ['RPM_BUILD_ROOT'])
|
|
|
4a4fa8 |
for line in sys.argv[1:]:
|
|
|
4a4fa8 |
if line == '':
|
|
|
4a4fa8 |
break
|
|
|
4a4fa8 |
assert line[0] == '/'
|
|
|
4a4fa8 |
files = glob.glob(line[1:])
|
|
|
4a4fa8 |
if len(files) > 0:
|
|
|
4a4fa8 |
sys.stderr.write('{0} matched {1} files\n'.format(line, len(files)))
|
|
|
4a4fa8 |
sys.stdout.write(line + '\n')
|
|
|
4a4fa8 |
else:
|
|
|
4a4fa8 |
sys.stderr.write('{0} did not match any files\n'.format(line))
|
|
|
4a4fa8 |
EOF
|
|
|
f0b50c |
%{pypkg} autofiles.py > atomic.files \
|
|
|
4a4fa8 |
'%{pysitelib}/Atomic' \
|
|
|
4a4fa8 |
'%{pysitelib}/%{name}*.egg-info' \
|
|
|
4a4fa8 |
'%{_sysconfdir}/profile.d/%{name}.sh' \
|
|
|
4a4fa8 |
'%{_bindir}/%{name}' \
|
|
|
4a4fa8 |
'%{_datadir}/%{name}' \
|
|
|
4a4fa8 |
'%{_libexecdir}/%{name}/' \
|
|
|
4a4fa8 |
'%{_datadir}/bash-completion/completions/%{name}' \
|
|
|
4a4fa8 |
'%{_datadir}/dbus-1/system-services/org.%{name}.service' \
|
|
|
4a4fa8 |
'%{_datadir}/polkit-1/actions/org.%{name}.policy' \
|
|
|
4a4fa8 |
'%{_mandir}/man1/%{name}*'
|
|
|
03485f |
|
|
|
c3eaa8 |
#moved to skopeo - should not be present in future tarballs
|
|
|
c3eaa8 |
rm -rf %{buildroot}%{_sysconfdir}/containers
|
|
|
c3eaa8 |
|
|
|
f0b50c |
cd ..
|
|
|
f0b50c |
pushd registries-%{commit_atomic_registries}
|
|
|
56dac8 |
make install DESTDIR=%{buildroot}
|
|
|
f0b50c |
install -d %{buildroot}%{_sysconfdir}/containers/
|
|
|
f0b50c |
|
|
|
f0b50c |
install -d %{buildroot}%{_unitdir}
|
|
|
f0b50c |
install -p -m 644 registries.service %{buildroot}%{_unitdir}
|
|
|
56dac8 |
|
|
|
f0b50c |
popd
|
|
|
f0b50c |
|
|
|
03485f |
%check
|
|
|
03485f |
[ ! -w /run/docker.sock ] || make PYTHON=%{__python} test
|
|
|
f0b50c |
cd ..
|
|
|
03485f |
|
|
|
f0b50c |
#define license tag if not already defined
|
|
|
f0b50c |
%{!?_licensedir:%global license %doc}
|
|
|
f0b50c |
|
|
|
f0b50c |
%files -f atomic.files
|
|
|
f0b50c |
%license COPYING
|
|
|
f0b50c |
%doc README.md
|
|
|
03485f |
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
|
|
|
03485f |
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.%{name}.conf
|
|
|
2aec97 |
%config(noreplace) %{_sysconfdir}/%{name}.conf
|
|
|
2aec97 |
%config(noreplace) %{_sysconfdir}/%{name}.d/openscap
|
|
|
08d81b |
%dir %{_sysconfdir}/%{name}.d
|
|
|
03485f |
|
|
|
f0b50c |
%files registries
|
|
|
f0b50c |
%license ../registries-%{commit_atomic_registries}/COPYING
|
|
|
f0b50c |
%doc ../registries-%{commit_atomic_registries}/README.md
|
|
|
f0b50c |
%{_libexecdir}/registries
|
|
|
56dac8 |
%{_libexecdir}/registries_migrator
|
|
|
f0b50c |
%{_mandir}/man1/registries*
|
|
|
f0b50c |
%{_unitdir}/registries.service
|
|
|
56dac8 |
%{pysitelib}/registries
|
|
|
56dac8 |
%{pysitelib}/registries-*.egg-info
|
|
|
f0b50c |
|
|
|
03485f |
%changelog
|
|
|
51d09f |
* Tue Apr 10 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.22.1-3.git2fd0860
|
|
|
51d09f |
- move registries.conf to skopeo
|
|
|
51d09f |
- built atomic-registries commit da9a9c8
|
|
|
51d09f |
|
|
|
51d09f |
* Tue Apr 10 2018 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.22.1-2.git2fd0860
|
|
|
51d09f |
- built commit 2fd0860
|
|
|
553eb8 |
|
|
|
614256 |
* Wed Feb 21 2018 baude <bbaude@redhat.com> - 1:1.22.1-1.gitd36c015
|
|
|
614256 |
- V1.22.1
|
|
|
614256 |
|
|
|
614256 |
* Thu Feb 01 2018 baude <bbaude@redhat.com> - 1:1.21.1-1.git0769006
|
|
|
614256 |
- V1.21.1
|
|
|
ee5dff |
|
|
|
c5de18 |
* Fri Dec 08 2017 baude <bbaude@redhat.com> - 1:1.20.1-9.git436cf5d
|
|
|
c5de18 |
- BZ #1523799
|
|
|
c5de18 |
|
|
|
c5de18 |
* Tue Dec 05 2017 baude <bbaude@redhat.com> - 1:1.20.1-7.git436cf5d
|
|
|
c5de18 |
- BZ #1520466
|
|
|
c5de18 |
|
|
|
c5de18 |
* Thu Nov 30 2017 baude <bbaude@redhat.com> - 1:1.20.1-6
|
|
|
c5de18 |
- BZ #1518857
|
|
|
634bd5 |
|
|
|
56dac8 |
* Wed Nov 22 2017 baude <bbaude@redhat.com> - 1:1.20.1-3.git840732d
|
|
|
56dac8 |
- Do not install the original markdown man page
|
|
|
56dac8 |
|
|
|
56dac8 |
* Tue Nov 21 2017 baude <bbaude@redhat.com> - 1:1.20.1-2.git840732d
|
|
|
56dac8 |
- Fix bug related to the manpage for atomic-registries
|
|
|
56dac8 |
|
|
|
56dac8 |
* Tue Nov 07 2017 baude <bbaude@redhat.com> - 1:1.20.1-1.git840732d
|
|
|
56dac8 |
- New upstream atomic and registries packages
|
|
|
56dac8 |
|
|
|
0b0c42 |
* Fri Oct 13 2017 baude <bbaude@redhat.com> - 1:1.19.1-5.gitb39a783
|
|
|
0b0c42 |
- BZ #1500961
|
|
|
0b0c42 |
|
|
|
632731 |
* Fri Oct 06 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.19.1-4.gitb39a783
|
|
|
632731 |
- depend on skopeo >= 1:0.1.24-1.dev (RE: #1499274)
|
|
|
632731 |
|
|
|
632731 |
* Wed Sep 20 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:1.19.1-3.gitb39a783
|
|
|
632731 |
- rebased to b39a7831b50391a04afc3512a8e94a7f6df26e79
|
|
|
632731 |
|
|
|
632731 |
* Tue Aug 29 2017 baude <bbaude@redhat.com> - 1:1.19.1-2.git8fcdfe4
|
|
|
632731 |
- Addition of run for system-containers
|
|
|
632731 |
|
|
|
632731 |
* Thu Aug 24 2017 Brent Baude <baude@redhat.com> - 1:1.19.1-1.git14e878d
|
|
|
632731 |
- New upstream version 1.19.1
|
|
|
632731 |
- Fixes BZ #1481967 #1480325
|
|
|
8eaf78 |
|
|
|
348957 |
* Tue Aug 08 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.18.1-4.git64843d3
|
|
|
348957 |
- Resolves: #1479551
|
|
|
348957 |
- depend on skopeo >= 1:0.1.23
|
|
|
348957 |
|
|
|
f0b50c |
* Thu Jun 22 2017 bbaude <bbaude@redhat.com> - 1:1.18.1-3.1.git0705b1b
|
|
|
f0b50c |
- Fix conditional distro logic for registires.conf
|
|
|
f0b50c |
- Fixes Bugzilla #1464029
|
|
|
2ba13f |
|
|
|
f0b50c |
* Mon Jun 05 2017 bbaude <bbaude@redhat.com> - 1:1.18.1-2.1.git0705b1b
|
|
|
f0b50c |
- Rework spec file so that %setup can be used with multi-source packages
|
|
|
f0b50c |
- Customized registries.conf file based on distro
|
|
|
f0b50c |
- Updated autoconf to make distro support easier
|
|
|
f0b50c |
- Run make check for atomic-registries
|
|
|
2ba13f |
|
|
|
f0b50c |
* Thu Jun 2 2017 bbaude <bbaude@redhat.com> - 1.18.1
|
|
|
f0b50c |
- 1.18.1 release
|
|
|
f0b50c |
- Inclusion of the subpackage for registries
|
|
|
d91bcd |
|
|
|
f0b50c |
* Thu Jun 01 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.17.2-6.1.git2760e30
|
|
|
f0b50c |
- Resolves; #1457540 - require c-s-s at install time
|
|
|
d91bcd |
|
|
|
f0b50c |
* Mon May 22 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.17.2-5.1.git2760e30
|
|
|
f0b50c |
- Add patch to resolve BZ # 1454292 (originally fixed in extras 7.3.5)
|
|
|
f0b50c |
- bump release tag to stay ahead of extras 7.3
|
|
|
d91bcd |
|
|
|
f0b50c |
* Fri May 05 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.17.2-1.1.git2760e30
|
|
|
f0b50c |
- rebase to 1.17.2
|
|
|
f0b50c |
- built commit 2760e30
|
|
|
f0b50c |
- require runc at install time for system containers
|
|
|
d91bcd |
|
|
|
f0b50c |
* Fri May 05 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.17.1-1.1.gitf304570
|
|
|
f0b50c |
- bump to v1.17.1
|
|
|
f0b50c |
- built commit f304570
|
|
|
d91bcd |
|
|
|
f0b50c |
* Mon Mar 27 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1.16.5-1.1
|
|
|
f0b50c |
- rebuilt for all arches on extras 7.4
|
|
|
f0b50c |
- enable debuginfo
|
|
|
d91bcd |
|
|
|
934f78 |
* Tue Mar 21 2017 Dan Walsh <dwalsh@redhat.com> - 1.16.5-1
|
|
|
934f78 |
- bump to v1.16.5
|
|
|
934f78 |
- Fix outdated container image message (BZ 1434430)
|
|
|
934f78 |
- syscontainers: do not delete previous deployment on update
|
|
|
934f78 |
- Atomic/mount.py: Allow different binary paths
|
|
|
934f78 |
- Fix email address
|
|
|
934f78 |
|
|
|
934f78 |
* Fri Mar 17 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.16.4-2
|
|
|
934f78 |
- built @projectatomic/master commit 5e5800e
|
|
|
934f78 |
|
|
|
53fb2c |
* Wed Feb 15 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.15.4-2
|
|
|
53fb2c |
- built commit a21f0bc + re module bug patch
|
|
|
53fb2c |
|
|
|
53fb2c |
* Wed Feb 15 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.15.4-1
|
|
|
53fb2c |
- Resolves: #1420532
|
|
|
53fb2c |
- bump to v1.15.4
|
|
|
53fb2c |
- built commit d56dcfb
|
|
|
53fb2c |
|
|
|
53fb2c |
* Mon Feb 13 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.15.3-1
|
|
|
53fb2c |
- Resolves: #1421918
|
|
|
53fb2c |
- bump to v1.15.3
|
|
|
53fb2c |
- built commit a21f0bc
|
|
|
53fb2c |
|
|
|
53fb2c |
* Tue Feb 07 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.15.2-4
|
|
|
53fb2c |
- built commit 2ebeb1d
|
|
|
53fb2c |
|
|
|
53fb2c |
* Tue Jan 31 2017 Dan Walsh <dwalsh@redhat.com> - 1.15.2-3
|
|
|
53fb2c |
- Remove requires docker.
|
|
|
53fb2c |
|
|
|
53fb2c |
* Tue Jan 31 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:1.15.2-2
|
|
|
53fb2c |
- v1.15.2 tag changed upstream, rebase
|
|
|
53fb2c |
|
|
|
53fb2c |
* Mon Jan 23 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:1.15.2-1
|
|
|
53fb2c |
- rebase to v1.15.2
|
|
|
53fb2c |
|
|
|
22aa7f |
* Tue Jan 03 2017 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.14.1-5
|
|
|
22aa7f |
- revert python-docker-py version requirement to what existed prior
|
|
|
22aa7f |
to enforcing >= 1.10.6
|
|
|
22aa7f |
|
|
|
22aa7f |
* Sat Dec 24 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.14.1-4
|
|
|
22aa7f |
- do not enforce version requirement on python-docker-py
|
|
|
22aa7f |
|
|
|
22aa7f |
* Thu Dec 22 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.14.1-3
|
|
|
22aa7f |
- update runtime deps
|
|
|
22aa7f |
|
|
|
22aa7f |
* Sat Dec 17 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.14.1-2
|
|
|
22aa7f |
- Requires: python-slip-dbus
|
|
|
22aa7f |
|
|
|
22aa7f |
* Wed Dec 14 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.14.1-1
|
|
|
22aa7f |
- Resolves: #1404317 - rebase to v1.14.1
|
|
|
22aa7f |
- built commit b182dbd
|
|
|
22aa7f |
|
|
|
22aa7f |
* Wed Nov 30 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.13.8-2
|
|
|
22aa7f |
- Requires gomtree
|
|
|
22aa7f |
|
|
|
c3eaa8 |
* Mon Nov 07 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.13.8-1
|
|
|
c3eaa8 |
- bump to v1.13.8
|
|
|
c3eaa8 |
- built commit 8046db2
|
|
|
c3eaa8 |
|
|
|
c3eaa8 |
* Thu Nov 03 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.13.7-2
|
|
|
c3eaa8 |
- built commit 4c3ea60
|
|
|
c3eaa8 |
|
|
|
c3eaa8 |
* Thu Nov 03 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.13.7-1
|
|
|
c3eaa8 |
- Resolves: #1377952
|
|
|
c3eaa8 |
- bump to v1.13.7
|
|
|
c3eaa8 |
- built commit 1d01980
|
|
|
c3eaa8 |
|
|
|
c3eaa8 |
* Tue Nov 01 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.13.6-1
|
|
|
c3eaa8 |
- bump to v1.13.6
|
|
|
c3eaa8 |
- built commit a45a2a9
|
|
|
c3eaa8 |
|
|
|
c3eaa8 |
* Mon Oct 31 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.13.5-1
|
|
|
c3eaa8 |
- bump to v1.13.5
|
|
|
c3eaa8 |
- built commit 3d9567b
|
|
|
c3eaa8 |
|
|
|
c3eaa8 |
* Sat Oct 29 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.13.4-1
|
|
|
c3eaa8 |
- bump to v1.13.4
|
|
|
c3eaa8 |
- built commit 0331180
|
|
|
c3eaa8 |
|
|
|
c3eaa8 |
* Thu Oct 27 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.13.3-1
|
|
|
c3eaa8 |
- bump to v1.13.3
|
|
|
c3eaa8 |
- built commit 5a075e8
|
|
|
c3eaa8 |
|
|
|
c3eaa8 |
* Tue Oct 18 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.13.1-3
|
|
|
c3eaa8 |
- needs skopeo >= 0.1.17-0.4
|
|
|
c3eaa8 |
|
|
|
c3eaa8 |
* Tue Oct 18 2016 Frantisek Kluknavsky <fkluknav@redhat.com> - 1:1.13.1-2
|
|
|
c3eaa8 |
- do not package /etc/containers - moved to skopeo
|
|
|
c3eaa8 |
|
|
|
c3eaa8 |
* Tue Oct 11 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.13.1-1
|
|
|
c3eaa8 |
- bump to v1.13.1
|
|
|
c3eaa8 |
- built commit 4445c41 - tag v1.13.1
|
|
|
c3eaa8 |
|
|
|
c3eaa8 |
* Mon Oct 10 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.13.0-1
|
|
|
c3eaa8 |
- Resolves: #1383452 - rebase to v1.13.0
|
|
|
c3eaa8 |
- built commit 71d0ccb
|
|
|
c3eaa8 |
|
|
|
08d81b |
* Mon Sep 26 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.12.5-2
|
|
|
08d81b |
- install /var/lib/atomic/sigstore
|
|
|
08d81b |
|
|
|
08d81b |
* Mon Sep 26 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.12.5-1
|
|
|
08d81b |
- built commit b807043
|
|
|
08d81b |
|
|
|
08d81b |
* Tue Sep 20 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.12.3-2
|
|
|
08d81b |
- built commit d551996
|
|
|
08d81b |
|
|
|
08d81b |
* Tue Sep 20 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.12.3-1
|
|
|
08d81b |
- bump to v1.12.3
|
|
|
08d81b |
- built commit bc0141b
|
|
|
08d81b |
|
|
|
08d81b |
* Tue Sep 20 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.12.2-3
|
|
|
08d81b |
- Resolves: #1376600
|
|
|
08d81b |
- built commit 4729fc0
|
|
|
08d81b |
- include default.yaml file for for OOTB signing experience.
|
|
|
08d81b |
|
|
|
08d81b |
* Fri Sep 16 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.12.2-2
|
|
|
08d81b |
- update changelog with bz#'s fixed in previous build
|
|
|
08d81b |
|
|
|
08d81b |
* Fri Sep 16 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.12.2-1
|
|
|
08d81b |
- bump to v1.12.2
|
|
|
08d81b |
- Resolves: #1375891 #1366937 #1353626 #1366255 #1347037 #1343948
|
|
|
08d81b |
- Resolves: #1342060 #1361949 #1350712 #1368566 #1342047 #1346921
|
|
|
08d81b |
- Resolves: #1346930 #1327529 #1346929 #1345820
|
|
|
08d81b |
|
|
|
08d81b |
* Tue Sep 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.12.1-3
|
|
|
08d81b |
- Resolves: #1374676 - only check setvalues argument when OSTREE_PRESENT
|
|
|
08d81b |
|
|
|
08d81b |
* Tue Sep 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.12.1-2
|
|
|
08d81b |
- Resolves: #1375578
|
|
|
08d81b |
|
|
|
08d81b |
* Tue Sep 13 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.12.1-1
|
|
|
08d81b |
- rebase to v.1.12.1
|
|
|
08d81b |
|
|
|
08d81b |
* Tue Sep 06 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.12.0-1
|
|
|
08d81b |
- Resolves: #1373977 - rebase to v1.12.0
|
|
|
08d81b |
|
|
|
3f5331 |
* Tue Jul 12 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.10.5-7
|
|
|
3f5331 |
- use skopeo >= 1:0.1.13-7
|
|
|
3f5331 |
|
|
|
3f5331 |
* Tue Jul 12 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.10.5-6
|
|
|
3f5331 |
- skopeo is an independent package
|
|
|
3f5331 |
- use autosetup
|
|
|
3f5331 |
- dockertar-sha256-helper needs golang
|
|
|
3f5331 |
|
|
|
2aec97 |
* Wed Jun 15 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.10.5-5
|
|
|
2aec97 |
- Resolves: #1343939 - fix image naming error
|
|
|
2aec97 |
- Resolves: #1346942 - don't depend on ostree if it's not available
|
|
|
2aec97 |
|
|
|
2aec97 |
* Wed Jun 15 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.10.5-4
|
|
|
2aec97 |
- own /etc/atomic.d
|
|
|
2aec97 |
|
|
|
2aec97 |
* Wed Jun 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.10.5-3
|
|
|
2aec97 |
- bump release tag so that skopeo has something newer than 0.1.13-2
|
|
|
2aec97 |
|
|
|
2aec97 |
* Wed Jun 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.10.5-1
|
|
|
2aec97 |
- bump to v1.10.5
|
|
|
2aec97 |
- Resolves: #1300187, #1317798, #1323165, #1314541, #1311544, #1307034,
|
|
|
2aec97 |
#1315369, #1331429, #1341922, #1341916
|
|
|
2aec97 |
|
|
|
2aec97 |
* Mon Jun 06 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.10.3-2
|
|
|
2aec97 |
- Resolves: #1341916 - PyYAML is a runtime dep too
|
|
|
2aec97 |
- install-openscap on rhel only, From Brent Baude <bbaude@redhat.com>
|
|
|
2aec97 |
|
|
|
2aec97 |
* Wed Jun 01 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.10.3-1
|
|
|
2aec97 |
- bump atomic to v1.10.3, skopeo to v0.1.13
|
|
|
2aec97 |
|
|
|
2aec97 |
* Tue May 31 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.10.2-4.git02fe5ce
|
|
|
2aec97 |
- use skopeo_version macro correctly
|
|
|
2aec97 |
|
|
|
2aec97 |
* Tue May 31 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1:1.10.2-3.git02fe5ce
|
|
|
2aec97 |
- skopeo subpackage has its own version
|
|
|
2aec97 |
- bump epoch so that skopeo's version can take effect
|
|
|
2aec97 |
|
|
|
2aec97 |
* Tue May 31 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.2-2.git02fe5ce
|
|
|
2aec97 |
- no dependency on OSTree if not available
|
|
|
2aec97 |
|
|
|
2aec97 |
* Tue May 31 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.2-1.gitfdbe345
|
|
|
2aec97 |
- Resolves: #1341174 - bump to v1.10.2
|
|
|
2aec97 |
- BR: PyYAML
|
|
|
2aec97 |
|
|
|
2aec97 |
* Tue May 31 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.10.1-1.gitee5d95e
|
|
|
2aec97 |
- Resolves: #1341174 - rebase to 1.10.1
|
|
|
2aec97 |
- rebase skopeo to v0.1.13
|
|
|
2aec97 |
|
|
|
4a4fa8 |
* Tue Mar 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9-4.gitff44c6a
|
|
|
4a4fa8 |
- depend on python-docker-py >= 1.7.2-1
|
|
|
4a4fa8 |
|
|
|
4a4fa8 |
* Tue Mar 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9-3.gitff44c6a
|
|
|
4a4fa8 |
- include skopeo subpackage
|
|
|
4a4fa8 |
|
|
|
4a4fa8 |
* Tue Mar 08 2016 Lokesh Mandvekar <lsm5@redhat.com> - 1.9-2.gitff44c6a
|
|
|
4a4fa8 |
- Resolves: rhbz#1315846 - rebase to 1.9
|
|
|
4a4fa8 |
- built atomic commit#ff44c6a
|
|
|
4a4fa8 |
|
|
|
4a4fa8 |
* Thu Feb 18 2016 Antonio Murdaca <runcom@fedoraproject.org> - 1.8-7.git1bc3814
|
|
|
4a4fa8 |
- rebuilt
|
|
|
4a4fa8 |
|
|
|
4a4fa8 |
* Tue Jan 26 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8-6.git1bc3814
|
|
|
4a4fa8 |
- built atomic commit#1bc3814
|
|
|
4a4fa8 |
|
|
|
4a4fa8 |
* Tue Jan 26 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8-5.git1bc3814
|
|
|
4a4fa8 |
- Resolves: rhbz#1300459 - no .egg-info file/dir installed anymore
|
|
|
4a4fa8 |
- built atomic commit#1bc3814
|
|
|
4a4fa8 |
|
|
|
4a4fa8 |
* Tue Jan 19 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8-4.git958d939
|
|
|
4a4fa8 |
- Resolves: rhbz#1292776
|
|
|
4a4fa8 |
- built atomic commit#958d939
|
|
|
4a4fa8 |
|
|
|
4a4fa8 |
* Tue Jan 19 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8-3.git958d939
|
|
|
4a4fa8 |
- built atomic commit#958d939
|
|
|
4a4fa8 |
|
|
|
4a4fa8 |
* Tue Jan 05 2016 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.8-2.gita35ae18
|
|
|
4a4fa8 |
- built atomic commit#a35ae18
|
|
|
4a4fa8 |
|
|
|
4a4fa8 |
* Tue Dec 01 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.7-3.git95b28a9
|
|
|
4a4fa8 |
- Resolves: rhbz#1285461 - improved 'atomic images' formatting
|
|
|
4a4fa8 |
- built atomic commit#95b28a9
|
|
|
4a4fa8 |
|
|
|
4a4fa8 |
* Mon Nov 23 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.7-2.git68be076
|
|
|
4a4fa8 |
- built atomic commit#68be076
|
|
|
4a4fa8 |
|
|
|
445aa2 |
* Wed Nov 04 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.6-6.gitca1e384
|
|
|
445aa2 |
- update python-docker-py dependency over what was shipped in 7.1.6 and 7.2.0
|
|
|
445aa2 |
|
|
|
445aa2 |
* Wed Nov 04 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.6-5.gitea18c14
|
|
|
445aa2 |
- correct bogus date annoyance
|
|
|
445aa2 |
|
|
|
445aa2 |
* Wed Nov 04 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.6-4.gitea18c14
|
|
|
445aa2 |
- Resolves: rhbz#1278145 - depend on python-docker-py >= 1.4.0-118
|
|
|
445aa2 |
|
|
|
445aa2 |
* Tue Nov 03 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.6-3.gitea18c14
|
|
|
445aa2 |
- Resolves: rhbz#1272037
|
|
|
445aa2 |
- built atomic commit#ea18c14
|
|
|
445aa2 |
|
|
|
445aa2 |
* Thu Oct 29 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.6-2.git50d7fd9
|
|
|
445aa2 |
- built atomic commit#50d7fd9
|
|
|
445aa2 |
|
|
|
03485f |
* Thu Oct 22 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.6-1.gitca1e384
|
|
|
03485f |
- built atomic commit#ca1e384
|
|
|
03485f |
- Resolves: rhbz#1273365
|
|
|
03485f |
|
|
|
03485f |
* Fri Oct 09 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.5-4.git7e4365f
|
|
|
03485f |
- built atomic @origin/master commit#7e4365f
|
|
|
03485f |
- re-include python-setuptools at build and runtime
|
|
|
03485f |
|
|
|
03485f |
* Tue Oct 06 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.5-3.git82f4324
|
|
|
03485f |
- Resolves: rhbz#1268926
|
|
|
03485f |
- no dependency on python-setuptools
|
|
|
03485f |
- depends on python-dbus at buildtime
|
|
|
03485f |
- built atomic @origin/master commit#82f4324
|
|
|
03485f |
|
|
|
03485f |
* Wed Sep 30 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.5-2.git191fb53
|
|
|
03485f |
- Resolves: rhbz#1265974 (extras-rhel-7.1.6) - include atomic
|
|
|
03485f |
- Resolves: rhbz#1211359 (extras-rhel-7.2) - include atomic
|
|
|
03485f |
- built atomic @origin/master commit#191fb53
|
|
|
03485f |
|
|
|
03485f |
* Wed Sep 23 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.4-3.git9d724aa
|
|
|
03485f |
- ping version req for python-docker-py
|
|
|
03485f |
|
|
|
03485f |
* Mon Sep 14 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.4-2.git9d724aa
|
|
|
03485f |
- unpin python-requests version requirement
|
|
|
03485f |
|
|
|
03485f |
* Mon Sep 14 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.4-1.git9d724aa
|
|
|
03485f |
- built master commit#9d724aa
|
|
|
03485f |
- scan subcommand added
|
|
|
03485f |
- br: python-requests >= 2.4.3
|
|
|
03485f |
|
|
|
03485f |
* Mon Aug 03 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.1-1.git5f631c8
|
|
|
03485f |
- bump to 1.1
|
|
|
03485f |
- buildrequires policycoreutils-python(3)
|
|
|
03485f |
|
|
|
03485f |
* Fri Jul 24 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0-1.git52d695c
|
|
|
03485f |
- version 1.0 as per setup.py
|
|
|
03485f |
- use latest upstream master commit
|
|
|
03485f |
- run test only if docker.sock writable
|
|
|
03485f |
|
|
|
03485f |
* Tue Jul 14 2015 Miro HronĨok <mhroncok@redhat.com> - 0-0.12.gitfea1b99
|
|
|
03485f |
- update to latest upstream master
|
|
|
03485f |
- add new %%files and require dbus, polkit and setup to have the directories
|
|
|
03485f |
- switch to Python 3
|
|
|
03485f |
- disable build for arm (missing docker)
|
|
|
03485f |
- Resolves: rhbz#1241947
|
|
|
03485f |
|
|
|
03485f |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.11.gite5734c4
|
|
|
03485f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
03485f |
|
|
|
03485f |
* Wed Apr 15 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.10.gite5734c4
|
|
|
03485f |
- update to latest upstream master
|
|
|
03485f |
|
|
|
03485f |
* Tue Mar 03 2015 Colin Walters <walters@redhat.com> - 0-0.9.gita7ff4cb
|
|
|
03485f |
- Match ExclusiveArch with docker (there is no docker on i686)
|
|
|
03485f |
|
|
|
03485f |
* Mon Mar 02 2015 Colin Walters <walters@redhat.com> - 0-0.8.gita7ff4cb
|
|
|
03485f |
- Drop ExclusiveArch, we are just a wrapper for Docker, which in any
|
|
|
03485f |
case builds on other architectures now.
|
|
|
03485f |
|
|
|
03485f |
* Tue Feb 24 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.7.gita7ff4cb
|
|
|
03485f |
- remove pylint for rhel/centos
|
|
|
03485f |
|
|
|
03485f |
* Tue Feb 24 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.6.gita7ff4cb
|
|
|
03485f |
- runtime requirement: python-docker-py
|
|
|
03485f |
|
|
|
03485f |
* Tue Feb 24 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.5.gita7ff4cb
|
|
|
03485f |
- build commit#a7ff4cb
|
|
|
03485f |
|
|
|
03485f |
|
|
|
03485f |
* Thu Feb 19 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.3.gite4081c9
|
|
|
03485f |
- manpage installation rules upstreamed
|
|
|
03485f |
|
|
|
03485f |
* Wed Feb 18 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.2.git6b82cb7
|
|
|
03485f |
- install docs
|
|
|
03485f |
|
|
|
03485f |
* Wed Feb 18 2015 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0-0.1.git6b82cb7
|
|
|
03485f |
- Initial package
|