Fix doc package dependency

This commit is contained in:
Neil Horman 2014-06-11 07:01:39 -04:00
parent 25e15fa854
commit 0199132fc5

View File

@ -1,4 +1,4 @@
%global rel 0.8 %global rel 0.9
# As per packaging guidelines, since dpdk is pre-release, this is the git hash # As per packaging guidelines, since dpdk is pre-release, this is the git hash
# that I used with git archive to build the source tarball and the date on which # that I used with git archive to build the source tarball and the date on which
@ -62,7 +62,6 @@ More libraries are available as extensions in other packages.
%package doc %package doc
Summary: Data Plane Development Kit core programming API documentation Summary: Data Plane Development Kit core programming API documentation
Requires: %{name} = %{version}-%{release}
BuildArch: noarch BuildArch: noarch
%description doc %description doc
@ -131,6 +130,9 @@ cp -a tools %{buildroot}%{datadir}
%exclude %{docdir}/html %exclude %{docdir}/html
%changelog %changelog
* Wed Jun 11 2014 - Neil Horman <nhorman@tuxdriver.com> - 1.0.7-0.9.20140603git5ebbb1728
- Fix another build dependency
* Mon Jun 09 2014 - Neil Horman <nhorman@tuxdriver.com> - 1.0.7-0.8.20140603git5ebbb1728 * Mon Jun 09 2014 - Neil Horman <nhorman@tuxdriver.com> - 1.0.7-0.8.20140603git5ebbb1728
- Fixed doc arch versioning issue - Fixed doc arch versioning issue