[opensuse-packaging] pack check error for SLE help
HI, I get an error for the opennebula package for the SLE target as follows: ... checking filelist The following directories from opennebula-2.2.1-11.1.x86_64.rpm are already part of the filesystem RPM: /etc/init.d The spec file contains the following? %files %defattr(-,root,root,-) %doc LICENSE NOTICE README %config %{_sysconfdir}/* %{_datadir}/one/hooks/* %{_bindir}/* /usr/lib/one/* /var/lib/one/* /etc/init.d/one %dir /usr/lib/one %dir /var/lib/one %dir %{_datadir}/one %dir %{_datadir}/one/hooks How do I go about fixing this problem? Project: Virtualization:Cloud:OpenNebula Thanks, Robert -- Robert Schweikert MAY THE SOURCE BE WITH YOU SUSE-IBM Software Integration Center LINUX Tech Lead rjschwei@suse.com rschweik@ca.ibm.com 781-464-8147 -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Sunday 2011-07-10 13:47, Robert Schweikert wrote:
... checking filelist The following directories from opennebula-2.2.1-11.1.x86_64.rpm are already part of the filesystem RPM: /etc/init.d
The spec file contains the following?
%files %defattr(-,root,root,-) %doc LICENSE NOTICE README %config %{_sysconfdir}/* ^^^^^^^^^^^^^^^^^^^^^^^^
/etc/init.d is matched by /etc/*. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On 07/10/2011 08:13 AM, Jan Engelhardt wrote:
On Sunday 2011-07-10 13:47, Robert Schweikert wrote:
... checking filelist The following directories from opennebula-2.2.1-11.1.x86_64.rpm are already part of the filesystem RPM: /etc/init.d
The spec file contains the following?
%files %defattr(-,root,root,-) %doc LICENSE NOTICE README %config %{_sysconfdir}/* ^^^^^^^^^^^^^^^^^^^^^^^^
/etc/init.d is matched by /etc/*.
Duh Thanks, Robert -- Robert Schweikert MAY THE SOURCE BE WITH YOU SUSE-IBM Software Integration Center LINUX Tech Lead rjschwei@suse.com rschweik@ca.ibm.com 781-464-8147 -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (2)
-
Jan Engelhardt
-
Robert Schweikert