Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: fsvs - full system versioning using subversion repositories https://bugzilla.redhat.com/show_bug.cgi?id=433778 ------- Additional Comments From davidf@xxxxxxxxxx 2008-03-25 05:48 EST ------- (In reply to comment #5) > please find attached a modified spec which fixes a couple of errors (missing BR, > inconsistent usage of macros, unneeded Requires) > > any particular reason to not package the latest release (1.1.13) ? Thanks, I've included the changes excepted for "unneeded Requires". They are all required as demonstrated below (note that subversion requires apr-util and apr, and apr-util requires apr - not sure of whether this means we don't need the apr-util and apr dependencies, but they are definitely required for operation). I've also fixed up the doc_dir and man_dir definitions to rely on _docdir and _mandir properly. New versions at: Spec URL: http://davidf.sjsoft.com/fedora/fsvs.spec SRPM URL: http://davidf.sjsoft.com/fedora/fsvs-1.1.12-7.fc8.src.rpm i386 RPM URL: http://davidf.sjsoft.com/fedora/fsvs-1.1.12-7.fc8.i386.rpm I'll update to 1.1.13 next and attribute the oversight to tigris's awful download navigation system :-) [root@localhost ~]# rpm -Uvh /home/davidf/rpmbuild/RPMS/i386/fsvs-1.1.12-7.fc8.i386.rpm Preparing... ########################################### [100%] 1:fsvs ########################################### [100%] [root@localhost ~]# rpm -ev --nodeps apr apr-util pcre subversion [root@localhost ~]# fsvs status fsvs: error while loading shared libraries: libsvn_subr-1.so.0: cannot open shared object file: No such file or directory [root@localhost ~]# rpm -ivh subversion-1.4.4-7.i386.rpm error: Failed dependencies: libapr-1.so.0 is needed by subversion-1.4.4-7.i386 libaprutil-1.so.0 is needed by subversion-1.4.4-7.i386 [root@localhost ~]# rpm -ivh --nodeps subversion-1.4.4-7.i386.rpm Preparing... ########################################### [100%] 1:subversion ########################################### [100%] [root@localhost ~]# fsvs status fsvs: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory [root@localhost ~]# rpm -ivh pcre-7.3-3.fc8.i386.rpm Preparing... ########################################### [100%] 1:pcre ########################################### [100%] [root@localhost ~]# fsvs status fsvs: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object file: No such file or directory [root@localhost ~]# rpm -ivh apr-util-1.2.10-2.fc8.i386.rpm error: Failed dependencies: libapr-1.so.0 is needed by apr-util-1.2.10-2.fc8.i386 [root@localhost ~]# rpm -ivh --nodeps apr-util-1.2.10-2.fc8.i386.rpm Preparing... ########################################### [100%] 1:apr-util ########################################### [100%] [root@localhost ~]# fsvs status fsvs: error while loading shared libraries: libapr-1.so.0: cannot open shared object file: No such file or directory [root@localhost ~]# rpm -ivh apr-1.2.11-2.i386.rpm Preparing... ########################################### [100%] 1:apr ########################################### [100%] [root@localhost ~]# fsvs status # success -- 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, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review