The option sets are different, and rpm should not have been used to build packages since rpm 4.0, and could not have been used for that since rpm 4.1.
21 lines
151 B
Plaintext
21 lines
151 B
Plaintext
proc setup {} {
|
|
save_env
|
|
}
|
|
|
|
|
|
proc teardown {} {
|
|
assert_env_unmodified
|
|
}
|
|
|
|
|
|
setup
|
|
|
|
|
|
assert_complete_any "rpmbuild -"
|
|
|
|
|
|
sync_after_int
|
|
|
|
|
|
teardown
|