Trying to make an rpm from a tarball.
I have a question about creating rpms from a tarball.
I did a full install of cfengine on my admin box and configured it the way I want it to run. Now I am trying to create an rpm, so I can put it out there on all my machines with all MY configuration files, setup the way I want it.
I made a list of all the files, binaries, libraries, shared files, config files, then made a spec file. I tar'ed it all up and then ran:
# rpmbuild -vv -tl cfengine-2.2.3.tar.gz
It gave me the following output:
Processing files: cfengine-2.2.3-0
Checking for unpackaged file(s): /usr/lib/rpm/check-files %{buildroot}
D: execv(/usr/lib/rpm/check-files) pid 27682
D: waitpid(27682) rc 27682 status 100
And NO rpm's.
For the "-vv" output, this isn't a whole lot of information. Can anybody decipher what rpmbuild is trying to tell me is wrong?
I did a full install of cfengine on my admin box and configured it the way I want it to run. Now I am trying to create an rpm, so I can put it out there on all my machines with all MY configuration files, setup the way I want it.
I made a list of all the files, binaries, libraries, shared files, config files, then made a spec file. I tar'ed it all up and then ran:
# rpmbuild -vv -tl cfengine-2.2.3.tar.gz
It gave me the following output:
Processing files: cfengine-2.2.3-0
Checking for unpackaged file(s): /usr/lib/rpm/check-files %{buildroot}
D: execv(/usr/lib/rpm/check-files) pid 27682
D: waitpid(27682) rc 27682 status 100
And NO rpm's.
For the "-vv" output, this isn't a whole lot of information. Can anybody decipher what rpmbuild is trying to tell me is wrong?