softflowd icon indicating copy to clipboard operation
softflowd copied to clipboard

Missing ChangeLog file [very easy to solve]

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

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 [email protected] on 4 Jun 2012 at 1:44

GoogleCodeExporter avatar Jun 10 '15 02:06 GoogleCodeExporter