1c296038d7
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2254254 Keeping the Version set to `1` with autorelease can cause installation issues. With this commit, the c/common upstream version will be used for rpm version so that there will be regular rpm version changes. Packages dependent on containers-common can then use `>= epoch:version` for dependency resolution. Another change with this commit is that `update.sh.rawhide` has been removed and all the rawhide specific logic has been added to `update.sh` itself. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
15 lines
256 B
JSON
15 lines
256 B
JSON
{
|
|
"default": [
|
|
{
|
|
"type": "insecureAcceptAnything"
|
|
}
|
|
],
|
|
"transports":
|
|
{
|
|
"docker-daemon":
|
|
{
|
|
"": [{"type":"insecureAcceptAnything"}]
|
|
}
|
|
}
|
|
}
|