You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 4 Jun 2012 at 1:44The text was updated successfully, but these errors were encountered: