Accepting request 482430 from home:LPechacek:branches:hardware

Fix build for SLE 11 targets.

OBS-URL: https://build.opensuse.org/request/show/482430
OBS-URL: https://build.opensuse.org/package/show/hardware/cpuset?expand=0&rev=32
This commit is contained in:
Ismail Dönmez 2017-03-27 11:23:21 +00:00 committed by Git OBS Bridge
parent 80a7d84976
commit 216acf2db2
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 24 08:11:36 UTC 2017 - lpechacek@suse.com
- Fix SLE 11 build in Devel project
-------------------------------------------------------------------
Thu Mar 9 04:07:50 UTC 2017 - sfalken@opensuse.org

View File

@ -58,17 +58,18 @@ rm -rf %{buildroot}/eraseme
# Install documentation
mkdir -p %{buildroot}/%{_mandir}/man1
mkdir -p %{buildroot}/%{_defaultdocdir}/cpuset/html
mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}/html
cp doc/*.1 %{buildroot}/%{_mandir}/man1
cp doc/*.html %{buildroot}/%{_defaultdocdir}/cpuset/html/
install -m 0444 doc/*.1 %{buildroot}/%{_mandir}/man1
install -m 0444 NEWS README AUTHORS COPYING cset.init.d doc/*.txt %{buildroot}/%{_defaultdocdir}/%{name}
install -m 0444 doc/*.html %{buildroot}/%{_defaultdocdir}/%{name}/html/
%files
%defattr(-,root,root)
%doc NEWS README AUTHORS COPYING cset.init.d doc/*.txt
%doc %{_docdir}/%{name}
%{_bindir}/cset
%{python_sitelib}/*
%{_mandir}/man1/*
%{_docdir}/%{name}/html
%changelog