Maxwell G
9db9c9a73a
Remove old Obsoletes
...
docker was retired in Fedora 31 and these Obsoletes were incorrectly
formatted, so I removed them.
2022-09-10 16:39:47 -05:00
Maxwell G
deedae5429
Fix macro-in-comment
2022-09-10 16:39:35 -05:00
Maxwell G
b4be1c7e9b
Update to 20.10.18.
2022-09-10 14:46:15 -05:00
Maxwell G
9c95be299b
Fix sysusers scriptlet source path
2022-09-02 08:09:52 -05:00
Luca BRUNO
a9f2be129a
moby-engine: move 'docker' group creation logic to a sysusers.d fragment
...
- Rearrange sources
Resolves: https://bugzilla.redhat.com/1745936
Merges: https://src.fedoraproject.org/rpms/moby-engine/pull-request/11
Co-Authored-By: Maxwell G <gotmax@e.email>
2022-09-01 18:19:48 -05:00
Maxwell G
316c298d1e
Update changelog
2022-08-05 18:33:22 +02:00
Maxwell G
2496dcc6b3
More specfile sorting
2022-08-05 18:33:22 +02:00
Maxwell G
af2a539c71
Fix specfile indentation
2022-08-05 18:33:22 +02:00
Maxwell G
0f0e28fd3e
Remove confusing duplicate macros
2022-08-05 18:33:22 +02:00
Maxwell G
75633634f7
Sort and properly indent Buildrequires
2022-08-05 18:33:22 +02:00
Maxwell G
a86774b3c7
Migrate to SPDX identifiers
2022-08-05 18:33:22 +02:00
Maxwell G
138c48597c
Explicitly license specfile
2022-08-05 18:33:20 +02:00
Maxwell G
95213de4ab
Remove unnecessary debug package logic
2022-08-05 11:01:07 +02:00
Fedora Release Engineering
abbda294bf
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 23:29:41 +00:00
Maxwell G
d885c6971d
Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang
2022-07-19 13:58:45 -05:00
Maxwell G
3d23934ab2
Only build on %golang_arches (i.e. where golang is available).
2022-07-03 23:36:25 -05:00
Maxwell G
00bcc2fe7b
Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629.
2022-06-18 22:22:40 -05:00
Maxwell G
5c0302b914
Revert "Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629"
...
This reverts commit 217fd08ba9 .
2022-06-18 22:20:53 -05:00
Robert-André Mauchin
217fd08ba9
Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629
2022-06-18 12:14:30 +02:00
Maxwell G
b88bf1e28a
Rebuild for new golang-github-docker-libnetwork
2022-06-10 23:24:29 -05:00
Maxwell G
9248a6df35
Update to 20.10.17. Fixes rhbz#2095714.
2022-06-10 15:35:45 -05:00
Maxwell G
aec27ef308
Update to 20.10.16.
2022-05-12 20:36:53 -05:00
Maxwell G
642119b4ac
Update commit hashes.
2022-05-08 15:26:03 -05:00
Maxwell G
c088e16e43
Update to 20.10.15 (rhbz#2082501).
...
Fix BUILDTAGS (rhbz#2082924).
Make non-binary subpackages noarch.
2022-05-08 15:14:34 -05:00
Maxwell G
9edfbc28ef
Fix update.sh
2022-05-08 15:14:10 -05:00
Maxwell G
b1b323b058
Fix cmake invocation
2022-04-16 19:51:19 +03:00
Maxwell G
5a5cf68cad
Update to 20.10.14. Fixes rhbz#2063052.
...
Mitigate CVE-2022-24769.
2022-04-11 19:03:55 -05:00
Maxwell G
278973ba05
Add script to generate bundled deps
2022-04-11 19:02:21 -05:00
Maxwell G
679b9ebc3e
Move provides for bundled deps into a separate file
2022-04-11 18:11:57 -05:00
Maxwell G
3596b9c635
Fixes FTBFS. Closes rhbz#2046748.
...
Use %gobuild instead of Makefile to build binaries
Add explanatory comments.
Normalize install commands
Make compliant with SourceURL Guidelines
Remove no longer necessary `ExcludeArch: ppc64`.
2022-01-30 21:27:58 -06:00
Fedora Release Engineering
e33b768788
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 20:10:55 +00:00
Maxwell G
098d8c1e7f
Update to 20.10.12. Fixes rhbz#2032534.
...
Install zsh completions to the correct directory. Fixes rhbz#2038888.
Signed-off-by: Maxwell G <gotmax@e.email>
2022-01-11 21:23:38 -06:00
Olivier Lemasle
89faf8baf2
Update to upstream 20.10.11 (fixes rhbz#2024384)
...
Mitigates CVE-2021-41190 (fixes rhbz#2024940)
2021-11-22 23:40:24 +01:00
Maxwell G
2594e06f6c
Update to 20.10.10 (fixes rhbz#2015385)
...
- Update to 20.10.10 (fixes rhbz#2015385)
- Update virtual provides
Signed-off-by: Maxwell G <gotmax@e.email>
2021-10-29 18:41:34 -05:00
Maxwell G
1bcb63bf87
Patch seccomp policy to fix clone3() issue
...
This commit applies https://github.com/moby/moby/pull/42836 patch to fix Docker seccomp
policy blocking clone3(). This fixes rhbz#2011523 and rhbz#1988199.
2021-10-09 15:51:37 -05:00
Maxwell G
43e5a69371
Update to 20.10.9 (fixes rhbz#2010508)
2021-10-09 15:50:50 -05:00
Olivier Lemasle
ec7f551035
Update to upstream 20.10.8 (fixes rhbz#1990148)
...
Fix seccomp support (fixes rhbz#1986092)
2021-08-15 23:38:38 +02:00
Dusty Mabe
8cf7eb1912
Remove Requires(post) on firewalld-filesystem.
...
The firewalld zone was dropped in 37290cc .
The `%{firewalld_reload}` macro (provided by firewalld-filesystem
is used in the macro but it gets encoded in the RPM at build time
so it only needs to be a buildrequires, which it is already.
Also I'll note that the macro properly handles firewalld not being
installed:
```
[core@localhost ~]$ rpm -E '%{firewalld_reload}'
test -f /usr/bin/firewall-cmd && firewall-cmd --reload --quiet || :
```
So we should be good to go.
2021-08-15 17:04:03 +02:00
Fedora Release Engineering
a3f1c82193
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 15:09:33 +00:00
Olivier Lemasle
6d566dced2
Update to upstream 20.10.7 (fixes rhbz#1967390)
2021-07-16 12:33:54 +02:00
Olivier Lemasle
77b5b207d2
New build + changelog
2021-05-04 23:07:46 +02:00
Lokesh Mandvekar
e5e773326b
Conflict with podman-docker
...
The podman-docker package provides the same manpages as docker
because of which it conflicts with moby-engine. This leads to
tests./check-conflicts-* gating test failures.
https://docs.fedoraproject.org/en-US/ci/generic_tests/#_check_conflicts
Sample: https://osci-jenkins-1.ci.fedoraproject.org/job/fedora-ci/job/rpmdeplint-pipeline/job/master/18145/testReport/(root)/tests/_check_conflicts_x86_64/
This commit should fix check_conflicts test.
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2021-05-04 10:35:30 -04:00
Olivier Lemasle
7fce04db57
Update to upstream 20.10.6 ( #1948605 )
...
Re-bundle moby dependencies to fix gRPC issues with Swarm
(https://github.com/coreos/fedora-coreos-tracker/issues/793 )
2021-04-20 23:40:53 +02:00
Olivier Lemasle
7b349c2122
Add PR change to changelog
2021-03-14 22:47:31 +01:00
Olivier Lemasle
5826a2ee23
Merge #6 Remove fixed storage-driver
2021-03-14 21:45:27 +00:00
Olivier Lemasle
37290ccb01
Update to latest upstream 20.10.5 - fixes #1903426
...
Upstream brings compatibility with cgroups v2 - fixes #1746355
Remove package moby-engine-vim (dockerfile.vim has been merged in upstream vim)
Remove firewalld docker zone, since dockerd can now communicate with firewalld - fixes #1852680
Build dockerd and docker-proxy from unbundled source packages
2021-03-14 22:35:19 +01:00
Zbigniew Jędrzejewski-Szmek
f84e28034d
Rebuilt for updated systemd-rpm-macros
...
See https://pagure.io/fesco/issue/2583 .
2021-03-02 16:13:26 +01:00
Fedora Release Engineering
92391fb216
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 20:36:38 +00:00
Federico Gimenez
11b75b66ae
Remove fixed storage-driver
...
Instead of configuring the docker daemon to use a fixed storage-driver remove the setting and let it decide which one to use.
Trying to use the moby-engine package on a Fedora33 I was getting the error described here https://github.com/kubernetes-sigs/kind/issues/1988 because of the default btrfs filesystem, removing the storage-driver setting from docker's sysconfig fixes it.
2021-01-15 13:41:12 +00:00
Olivier Lemasle
41674ad327
Update to upstream 19.03.13
2020-10-02 21:25:55 +02:00