Hannu Valtonen created ZOOKEEPER-2275:
-----------------------------------------
Summary: Fix RPM package creation on recent distros
Key: ZOOKEEPER-2275
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2275
Project: ZooKeeper
Issue Type: Bug
Components: build
Affects Versions: 3.5.1
Reporter: Hannu Valtonen
Three issues with RPM package building,
The install stage was removing BUILDROOT content:
[rpm] + rm -rf /tmp/zkpython_build_rpm/BUILD
Since BUILD and BUILDROOT are actually the same folder, everything is
removed before being used.
The original fix for this problem was submitted by Cédric Lejeune
http://mail-archives.apache.org/mod_mbox/zookeeper-user/201212.mbox/%[email protected]%3E
The other two issues that need to be fixed are an invalid argument given to
popd and a reference to old redhat RPM packaging scripts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)