Fixing FTBFS due to unpackaged files (#1075696)
This commit is contained in:
parent
7c01d58f8a
commit
c0cedde018
@ -7,7 +7,7 @@ Name: OpenIPMI
|
|||||||
%global once %{_localstatedir}/run/%{name}/first_installation
|
%global once %{_localstatedir}/run/%{name}/first_installation
|
||||||
|
|
||||||
Version: 2.0.21
|
Version: 2.0.21
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+ and GPLv2+ or BSD
|
License: LGPLv2+ and GPLv2+ or BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://sourceforge.net/projects/openipmi/
|
URL: http://sourceforge.net/projects/openipmi/
|
||||||
@ -235,15 +235,25 @@ fi
|
|||||||
|
|
||||||
%files lanserv
|
%files lanserv
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%config(noreplace) %{_sysconfdir}/ipmi/ipmisim1.emu
|
||||||
|
%config(noreplace) %{_sysconfdir}/ipmi/lan.conf
|
||||||
%{_bindir}/ipmilan
|
%{_bindir}/ipmilan
|
||||||
|
%{_bindir}/ipmi_sim
|
||||||
|
%{_bindir}/sdrcomp
|
||||||
%{_libdir}/libIPMIlanserv.so.*
|
%{_libdir}/libIPMIlanserv.so.*
|
||||||
%doc %{_mandir}/man8/ipmilan.8*
|
%doc %{_mandir}/man8/ipmilan.8*
|
||||||
|
%doc %{_mandir}/man1/ipmi_sim.1*
|
||||||
|
%doc %{_mandir}/man5/ipmi_lan.5*
|
||||||
|
%doc %{_mandir}/man5/ipmi_sim_cmd.5*
|
||||||
|
|
||||||
%files modalias
|
%files modalias
|
||||||
%config(noreplace) %{_sysconfdir}/modprobe.d/OpenIPMI.conf
|
%config(noreplace) %{_sysconfdir}/modprobe.d/OpenIPMI.conf
|
||||||
%{_localstatedir}/run/%{name}
|
%{_localstatedir}/run/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 13 2014 Jaromir Capik <jcapik@redhat.com> - 2.0.21-2
|
||||||
|
- Fixing FTBFS due to unpackaged files (#1075696)
|
||||||
|
|
||||||
* Wed Jan 29 2014 Ledvinka Ales <aledvink@redhat.com> - 2.0.21-1
|
* Wed Jan 29 2014 Ledvinka Ales <aledvink@redhat.com> - 2.0.21-1
|
||||||
- Update to new upstream (fixed case 2nd) release.
|
- Update to new upstream (fixed case 2nd) release.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user