error: Installed (but unpackaged) files(s) found: on REDHAT Enterprise 4.0 (RHEL4) and FreeRadius 1.1.2
Hi I got the following error when I'm trying to build the RPM at RedHat Enterprise 4.0: error: Installed (but unpackaged) files(s) found: /usr/share/doc/freeradius/Acct-Type /usr/share/doc/freeradius/Autz-Type /usr/share/doc/freeradius/CYGWIN /usr/share/doc/freeradius/ChangeLog .... .... etc /usr/share/doc/freeradius/variables.txt I have been searching for a similar post at the archive and I found some related to Release 1.1.1 but I have not clear what to do to fix this behavior. Could anybody help me? Regards Alberto Cruz
Alberto Cruz wrote:
Hi I got the following error when I'm trying to build the RPM at RedHat Enterprise 4.0: error: Installed (but unpackaged) files(s) found: /usr/share/doc/freeradius/Acct-Type /usr/share/doc/freeradius/Autz-Type /usr/share/doc/freeradius/CYGWIN /usr/share/doc/freeradius/ChangeLog .... .... etc /usr/share/doc/freeradius/variables.txt
I have been searching for a similar post at the archive and I found some related to Release 1.1.1 but I have not clear what to do to fix this behavior.
Could anybody help me?
Fixing the .spec file is trivial - add: %doc doc/* to the "%files" section
I already tried your suggestion but I'm getting the same error. Is there anything else that I should to do? Regards Alberto Cruz Phil Mayers wrote:
Alberto Cruz wrote:
Hi I got the following error when I'm trying to build the RPM at RedHat Enterprise 4.0: error: Installed (but unpackaged) files(s) found: /usr/share/doc/freeradius/Acct-Type /usr/share/doc/freeradius/Autz-Type /usr/share/doc/freeradius/CYGWIN /usr/share/doc/freeradius/ChangeLog .... .... etc /usr/share/doc/freeradius/variables.txt
I have been searching for a similar post at the archive and I found some related to Release 1.1.1 but I have not clear what to do to fix this behavior.
Could anybody help me?
Fixing the .spec file is trivial - add:
%doc doc/*
to the "%files" section - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alberto Cruz -
Phil Mayers