Disable resources in debuginfo package for now
This caused failures building on Koji
This commit is contained in:
parent
82faf9f91f
commit
a78ac8fa13
11
cockpit.spec
11
cockpit.spec
@ -220,9 +220,9 @@ find %{buildroot}%{_datadir}/%{name}/kubernetes -type f > kubernetes.list
|
||||
%endif
|
||||
sed -i "s|%{buildroot}||" *.list
|
||||
|
||||
# Build the package lists for debug package
|
||||
find %{buildroot}/debug%{_datadir}/%{name} -type f > debug.list
|
||||
sed -i "s|%{buildroot}/debug||" debug.list
|
||||
# XXX for now put all debug info in the shell package
|
||||
find %{buildroot}/debug%{_datadir}/%{name} -type f >> shell.list
|
||||
sed -i "s|%{buildroot}/debug||" shell.list
|
||||
|
||||
# Move the debug files into place mixed in with the other files
|
||||
tar -C %{buildroot}/debug -cf - . | tar -C %{buildroot} -xf -
|
||||
@ -248,8 +248,6 @@ rm -rf %{buildroot}/debug
|
||||
%{_datadir}/dbus-1/services/com.redhat.Cockpit.service
|
||||
%{_libexecdir}/cockpitd
|
||||
|
||||
%files debuginfo -f debug.list
|
||||
|
||||
%files doc
|
||||
%exclude %{_docdir}/%{name}/AUTHORS
|
||||
%exclude %{_docdir}/%{name}/COPYING
|
||||
@ -388,6 +386,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Mar 20 2015 Stef Walter <stefw@redhat.com> - 0.44-2
|
||||
- Disable separate debuginfo for now: build failure
|
||||
|
||||
* Fri Mar 20 2015 Stef Walter <stefw@redhat.com> - 0.44-1
|
||||
- Update to 0.44 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user