Commit graph

133 commits

Author SHA1 Message Date
Bradley G Smith
d00a968edc
Update to v28.0.0
- Resolves: rhbz#2346768
- Upstream new features and fixes
- man8 moved back to moby-engine in upstream
- Two (2) tests added to skiptest but commented out. Needed when
  building in COPR for unknown reason
2025-02-20 08:48:54 -08:00
Zbigniew Jędrzejewski-Szmek
5ff1ceeb3f Drop call to %sysusers_create_compat
After https://fedoraproject.org/wiki/Changes/RPMSuportForSystemdSysusers,
rpm will handle account creation automatically.
2025-02-11 17:44:43 +01:00
Bradley G Smith
f47c17fdac
Update to release v27.5.1
- Resolves rhbz#2340056
- Upstream fix and enhancement
2025-01-22 13:16:15 -08:00
Bradley G Smith
117436efa5 Update to release v27.5.0
- Resolves rhbz#2337409
- Upstream enhancements and fixes
2025-01-18 18:12:08 +00:00
Fedora Release Engineering
ef4956e68b Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-17 18:48:59 +00:00
Bradley G Smith
c1835325f8
Update to release v27.4.1
- Resolves rhbz#2331204
2024-12-18 07:29:37 -08:00
Bradley G Smith
f00f1470fd
Update to release v27.4.0
- Resolves rhbz#2331204
- Significant bug fixes and enhancements. See upstream change log.
2024-12-09 11:38:09 -08:00
Bradley G Smith
7eace5e29a
Improve tag0 syntax
Thanks to @gotmax23 and Kan-Ru Chen for improvements to using gsub macro
to set tag0.
2024-12-06 09:55:46 -08:00
Bradley G Smith
1304eed7bb
Update to release v27.4.0-rc.4
- Resolves rhbz#2330680
- Release candidate 4. Significant changes from v27.3. See upstream
  change log.
2024-12-05 20:29:52 -08:00
Bradley G Smith
495175fe6e
Restore pigz as a runtime requirement
Resolves rhbz#2314398.

Improves layer decompression performance. See
https://bugzilla.redhat.com/show_bug.cgi?id=2314398 for more detail
on rationale and benefit.
2024-09-24 12:37:12 -07:00
Bradley G Smith
3ff91c05da
Update to v27.3.1
- Resolve rhbz#2308340
2024-09-20 16:59:49 -07:00
Bradley G Smith
998b05cd0a
Update to v27.2.1
Resolves rhbz# 2308340.

From upstream:
-  containerd image store: Fix non-container images being hidden in
   the docker image ls output.
-  containerd image store: Improve docker pull error message when the
   image platform doesn't match.
-  CLI: Fix issue causing docker login to not remove repository names
   from passed in registry addresses, resulting in credentials being
   stored under the wrong key.
-  CLI: Fix issue that will sometimes cause the browser-login flow to
   fail if the CLI process is suspended and then resumed while waiting
   for the user to authenticate.
-  CLI: docker login now returns an error instead of hanging if called
   non-interactively with --password or --password-stdin but without
   --user.
2024-09-09 08:30:03 -07:00
Bradley G Smith
e0d25aad0d Update to v27.2.0
Resolves rhbz#2308340

New features, bug fixes and enhancements. See
https://github.com/moby/moby/releases/tag/v27.2.0 for full list.

- CLI: Add support for device-code flow login when authenticating to
  the official registry.
- containerd image store: docker image ls now supports --tree flag
  that shows a multiplatform-aware image list. This is experimental
  and may change at any time without any backwards compatibility.
2024-09-09 10:37:31 +00:00
Maxwell G
4776d5a1b4
Fix spelling error in LICENSE.macros copyright 2024-09-07 13:20:06 -05:00
Maxwell G
4e91fc014a
Update to 27.1.2. Fixes rhbz#2274717. 2024-08-21 10:38:17 -05:00
Maxwell G
ed0ab8b3d5
doc README: don't recommend rpmdev-bumpspec --new
This is not compatible with `%{forgeversion}`. My bad for suggesting
this in the first place.

[skip changelog]
2024-08-21 10:38:17 -05:00
Bradley G Smith
8b1d7bbd79 Remove bash annotation on code blocks
It seems that the pagure markdown renderer does not support using a bash
source annotation. Removing for improved readability.
2024-08-03 10:52:11 -07:00
Maxwell G
7d2d62a395 Apply gotmax23's suggestions
- Fix up grammar and conciseness and markdown syntax
- Use explicit language for code blocks (Pagure's markdown renerder
  doesn't support code block syntax highlighting but maybe our next
  forge will...)

Thanks buckaroogeek for all your work on this. It's great!

[skip changelog]
2024-08-03 17:29:33 +00:00
Bradley G Smith
25fce270a3 Add simple maintainer's notes to README.md
A few simple steps for new maintainers to follow when building this
package.

[skip changelog]
2024-08-03 17:29:33 +00:00
Bradley G Smith
dc0ec01835 Add source 0,1 download to mkvendor.sh
For maintainer convenience. Uses spectool to download Source 0,1 if not
already present. Maintainer can check out a fresh copy of the repository
or update spec file with new release version tag. One command to
download source file and generate vendor archives.
2024-08-03 17:29:33 +00:00
Mikel Olasagasti Uranga
1d6c1789b9 Make moby-filesystem and moby-rpm-macros noarch 2024-08-03 16:56:46 +02:00
Maxwell G
4e92ce38a7
Handle s390x test failures 2024-08-02 11:53:47 -05:00
Maxwell G
26f88e332b
Always set CGO_ENABLED=1. 2024-08-02 11:29:27 -05:00
Maxwell G
5123903a71
Update to 27.1.1.
- Merge docker-cli and moby-packaging into a single source package
2024-08-01 00:29:50 -05:00
Maxwell G
cf111aa868 Update to 26.1.4. 2024-08-01 00:23:27 -05:00
Maxwell G
c64b093abb Update to 26.1.0. 2024-08-01 00:23:27 -05:00
Maxwell G
88df40029b Set CGO_CFLAGS and CGO_LDFLAGS
[skip changelog]
2024-08-01 00:23:27 -05:00
Maxwell G
d78e1865d8 Remove -filesystem and -rpm-macros subpackages
These are moving to a separate component to avoid a circular dependency.

[skip changelog]
2024-08-01 00:23:27 -05:00
Maxwell G
475d7d05cd go-vendor-tools: exclude dev scripts from license detection
[skip changelog]
2024-08-01 00:23:27 -05:00
Maxwell G
dba714b7dd Re-enable i686 builds
We cannot do this without also removing i686 from moby-engine's
dependents.
2024-08-01 00:23:27 -05:00
Maxwell G
b5ad539d48 Update to 26.0.1. 2024-08-01 00:23:27 -05:00
Maxwell G
8c217e23ac Update to 26.0.0. Fixes rhbz#2237925.
This specfile was rewritten from scratch. The code was cleaned up,
go-vendor-tools was adopted to handle licensing and vendoring, we use
the upstream Makefile to build the package, stop bundling tini-static,
and split the cli into a separate package.
2024-08-01 00:23:27 -05:00
Maxwell G
56acff01d2 Convert to %autorelease and %autochangelog
[skip changelog]
2024-08-01 00:23:25 -05:00
Fedora Release Engineering
e467313346 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-18 18:23:55 +00:00
Maxwell G
ba9da2ef3d
Remove separate specfile license file
I have adopted this header format for the rest of my packages. The extra
file in the SRPM is a bit messy.

Relates: 138c48597c
2024-03-23 23:23:24 +00:00
Maxwell G
82004fd9ef
Rebuild for golang 1.22.0 2024-02-11 23:31:00 +00:00
Fedora Release Engineering
95ef572078 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-25 07:42:12 +00:00
Fedora Release Engineering
202bc73584 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-21 08:25:11 +00:00
LuK1337
94a83534c5 Update moby-engine to 24.0.5 2023-08-24 01:42:08 +02:00
Fedora Release Engineering
846dd5e3b3 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-20 15:31:10 +00:00
Sérgio M. Basto
f3ca1f3ff3 Update moby-engine to 23.0.4 2023-04-18 15:07:53 +01:00
Sérgio M. Basto
861db2af91 Update sources, includes line breaks spectool -g 2023-01-29 17:14:55 +00:00
Sérgio M. Basto
9681603389 Update moby-engine to 20.10.23 2023-01-29 16:31:39 +00:00
Fedora Release Engineering
53ccd23822 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 20:28:36 +00:00
Sérgio M. Basto
0dbef88893 Update sources 2023-01-02 04:46:38 +00:00
Sérgio M. Basto
be74733fbe Update moby-engine to 20.10.22 2023-01-01 23:24:46 +00:00
Sérgio M. Basto
0d34fae57d Fix build for btrfs-progs-6.1 2023-01-01 23:21:43 +00:00
Sérgio M. Basto
e0b83f1256 Fix build, use libnetwork from golang-github-docker-0:22.06.0~beta 2022-12-16 02:40:16 +00:00
Dan Čermák
f5208d1b02
Update to 20.10.21 2022-12-14 15:50:47 +01:00
Maxwell G
156ac09472
Enhance update.sh
- Set %_sourcedir to PWD so `rpmspec` can parse the %include in the
  specfile. Previously, this replied on users modifying ~/.rpmmacros.
- Add explanatory comments and USAGE instructions
- Avoid broad `git add`
2022-10-21 16:04:03 -05:00