The problem is reproducible if you update from the current stable redis package.
# rpm -q redis
redis-4.0.2-2.fc26.x86_64
# dnf -qy --enablerepo updates-testing update redis
# rpm -q redis
redis-4.0.5-1.fc26.x86_64
# rpm -qf /usr/share/doc/redis
file /usr/share/doc/redis is not owned by any package
After digging deeper, I realize actual problem is redis-4.0.2-2 creates /usr/share/doc/redis but doesn't remove it when uninstalled (because it doesn't own it). So this update fixes the problem going forward, but not for those that are updating and don't have redis-doc installed. Yall may not care, but I just wanted to bring it up.
Works for me to build caddy.
Please push to stable.
I was able to use this to build caddy, please push it to stable.
I was able to use this to build caddy, please push it to stable.
I was able to use this to build caddy, please push it to stable.
I was able to use this to build caddy, please push it to stable.
This is not installable.
# yum install 'golang(google.golang.org/appengine)'
Loaded plugins: ovl
Resolving Dependencies
--> Running transaction check
---> Package golang-github-golang-appengine-devel.noarch 0:0-0.9.git6a43653.el7 will be installed
--> Processing Dependency: golang(github.com/golang/protobuf/proto) for package: golang-github-golang-appengine-devel-0-0.9.git6a43653.el7.noarch
--> Processing Dependency: golang(golang.org/x/net/context) for package: golang-github-golang-appengine-devel-0-0.9.git6a43653.el7.noarch
--> Running transaction check
---> Package golang-github-golang-appengine-devel.noarch 0:0-0.9.git6a43653.el7 will be installed
--> Processing Dependency: golang(golang.org/x/net/context) for package: golang-github-golang-appengine-devel-0-0.9.git6a43653.el7.noarch
---> Package golang-googlecode-goprotobuf-devel.noarch 0:0-0.25.git8616e8e.el7 will be installed
--> Finished Dependency Resolution
Error: Package: golang-github-golang-appengine-devel-0-0.9.git6a43653.el7.noarch (epel-testing)
Requires: golang(golang.org/x/net/context)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
This is not installable.
# yum --enablerepo epel-testing install golang-google-golang-api-devel
Loaded plugins: ovl
epel-testing | 4.7 kB 00:00:00
(1/3): epel-testing/x86_64/updateinfo | 69 kB 00:00:00
(2/3): epel-testing/x86_64/primary_db | 475 kB 00:00:00
(3/3): epel-testing/x86_64/group_gz | 266 kB 00:00:00
Resolving Dependencies
--> Running transaction check
---> Package golang-google-golang-api-devel.noarch 0:0-0.16.gite6294e6.el7 will be installed
--> Processing Dependency: golang(golang.org/x/net/context) for package: golang-google-golang-api-devel-0-0.16.gite6294e6.el7.noarch
--> Processing Dependency: golang(golang.org/x/net/context/ctxhttp) for package: golang-google-golang-api-devel-0-0.16.gite6294e6.el7.noarch
--> Finished Dependency Resolution
Error: Package: golang-google-golang-api-devel-0-0.16.gite6294e6.el7.noarch (epel-testing)
Requires: golang(golang.org/x/net/context)
Error: Package: golang-google-golang-api-devel-0-0.16.gite6294e6.el7.noarch (epel-testing)
Requires: golang(golang.org/x/net/context/ctxhttp)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
This is uninstallable on EL7.
# yum --enablerepo epel-testing install golang-golangorg-crypto-devel
Loaded plugins: ovl
epel-testing | 4.7 kB 00:00:00
(1/3): epel-testing/x86_64/updateinfo | 69 kB 00:00:00
(2/3): epel-testing/x86_64/group_gz | 266 kB 00:00:00
(3/3): epel-testing/x86_64/primary_db | 475 kB 00:00:00
Resolving Dependencies
--> Running transaction check
---> Package golang-golangorg-crypto-devel.noarch 0:0-0.13.git81372b2.el7 will be installed
--> Processing Dependency: golang(golang.org/x/net/context) for package: golang-golangorg-crypto-devel-0-0.13.git81372b2.el7.noarch
--> Processing Dependency: golang(golang.org/x/net/context/ctxhttp) for package: golang-golangorg-crypto-devel-0-0.13.git81372b2.el7.noarch
--> Finished Dependency Resolution
Error: Package: golang-golangorg-crypto-devel-0-0.13.git81372b2.el7.noarch (epel-testing)
Requires: golang(golang.org/x/net/context/ctxhttp)
Error: Package: golang-golangorg-crypto-devel-0-0.13.git81372b2.el7.noarch (epel-testing)
Requires: golang(golang.org/x/net/context)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I used this to successfully build drone, please push it to stable.
I installed it directly from koji, and it works. Thanks!