Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=510734 --- Comment #72 from Christian Krause <chkr@xxxxxxxxxxx> 2009-10-03 12:35:30 EDT --- Unfortunately 2 minor issues remained: 1. There is still a small inconsistency between the changelog and the actual spec file: "- Add Requires: %%{name} = %%{version}-%%{release} in subpackage." but Requires: %{name} = %{version} 2. At least in my F10 installation the install step fails since the %doc line of the subpackage: %doc classes/ssl/README classes/ssl/src/tight/README classes/ssl/src/ultra/README tries to copy all README files to the same location (so that finally the package would contain only one README file): Executing(%doc): /bin/sh -e /home/rpmbuild/tmp/rpm-tmp.zbaPMi + umask 022 + cd /home/rpmbuild/BUILD + cd x11vnc-0.9.8 + DOCDIR=/home/rpmbuild/BUILDROOT/x11vnc-0.9.8-12.fc10.i386/usr/share/doc/x11vnc-javaviewers-0.9.8 + export DOCDIR + rm -rf /home/rpmbuild/BUILDROOT/x11vnc-0.9.8-12.fc10.i386/usr/share/doc/x11vnc-javaviewers-0.9.8 + /bin/mkdir -p /home/rpmbuild/BUILDROOT/x11vnc-0.9.8-12.fc10.i386/usr/share/doc/x11vnc-javaviewers-0.9.8 + cp -pr classes/ssl/README classes/ssl/src/tight/README classes/ssl/src/ultra/README /home/rpmbuild/BUILDROOT/x11vnc-0.9.8-12.fc10.i386/usr/share/doc/x11vnc-javaviewers-0.9.8 cp: will not overwrite just-created `/home/rpmbuild/BUILDROOT/x11vnc-0.9.8-12.fc10.i386/usr/share/doc/x11vnc-javaviewers-0.9.8/README' with `classes/ssl/src/tight/README' cp: will not overwrite just-created `/home/rpmbuild/BUILDROOT/x11vnc-0.9.8-12.fc10.i386/usr/share/doc/x11vnc-javaviewers-0.9.8/README' with `classes/ssl/src/ultra/README' error: Bad exit status from /home/rpmbuild/tmp/rpm-tmp.zbaPMi (%doc) Most likely it is necessary to rename to README files which are in the %doc section of the subpackage so that they have distinct names. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review