zhaohangbo / softflowd

Automatically exported from code.google.com/p/softflowd
Other
0 stars 0 forks source link

Missing ChangeLog file [very easy to solve] #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. extract tar.gz
2. create rpmbuild directory structure
3. copy files to folders inside rpmbuild structure:
  cp softflowd-0.9.9/softflowd.spec ~/rpmbuild/SPECS
  cp softflowd-0.9.9/softflowd.init ~/rpmbuild/SOURCES
  cp softflowd-0.9.9/softflowd.sysconfig ~/rpmbuild/SOURCES
  cp softflowd-0.9.9.tar.gz ~/rpmbuild/SOURCES
4. build rpm: rpmbuild -ba:
  rpmbuild -ba ~/rpmbuild/SPECS/softflowd.spec

What is the expected output? What do you see instead?
It was expected tu see a builded rpm file
It gives an error saying that it cannot find "ChangeLog" file

What version of the product are you using? On what operating system?
softflowd-0.9.9 on Centos 6.2

Please provide any additional information below.
I made a simple script that changes the softflowd.spec not to use "ChangeLog" 
file
but if you could add it to tar.gz file it would be the right way of do it.

thanks

Original issue reported on code.google.com by fernando...@hotmail.com on 4 Jun 2012 at 1:44