Comments

67 Comments

Most likely this package will get retired.

karma

cadvisor-0.16.0.2 successfully built with golang-1.5-8.fc23

karma

cadvisor-0.16.0.2 successfully built with golang-1.5-8.fc22

Confirming golang.macros is replaced by go-srpm-macros and golang.org/x is owned by golang

BZ#1258166 Please remove macros.golang from golang
BZ#1166611 Extend golang %files section with golang.org/x directory ownership

Sorry about the negative karma, wrong radio button. Damm.

BZ#1258166 Please remove macros.golang from golang

Confirming golang.macros is replaced by go-srpm-macros and golang.org/x is owned by golang

BZ#1258166 Please remove macros.golang from golang

Confirming golang.macros is replaced by go-srpm-macros and golang.org/x is owned by golang

BZ#1258166 Please remove macros.golang from golang

That is true. Can you please test the latest rawhide build? It is gofed-0.0.8-3.fc24. I will then rebuild f22 and f23.

Right. Will update the spec file. Thanks Avij.

Getting the same error for centos build of docker-1.7.1-7.git33de319.el7.x86_64 when running "hack/make.sh test-integration-cli"

Should not this update get to stable? Is stable karma 0 allowed?

go-srpm-macros installed, rpm --eval "%{macro}" for all new macros evaluates correctly

go-srpm-macros installed, rpm --eval "%{macro}" for all new macros evaluates correctly

This update has been unpushed

No systemd-less man-db package till the discussion about this issue is resolved.

Lately minor changes has been made which needs to be tested: cron replaced by systemd's .timer, removing dependency on systemd so .timer is enabled only if systemd itself is installed on the systemd (#1119625).

nucleo: yes, because %preun section in spec file was missing check for number of installed man-db packages. Thus, after update of man-db package, man-db.timer was stopped and disabled. I renamed it to mandb.timer and added condition to %preun so it is stopped and disable only in case of removing man-db. Some users could have already update this package so keeping the original name they would ended with timer being turned off. I will rename it back later.