- update to 1.2.3
- merge subversion.conf changes from RHEL4 - merge filter-requires.sh changes from FC4 updates
This commit is contained in:
parent
5694909574
commit
d0d9f73253
@ -2,8 +2,12 @@
|
||||
# Munge Perl requirements:
|
||||
# - remove dependency on Config::Inifiles
|
||||
# - only require File::Path >= 1.04, not >= 1.404
|
||||
# (since rpmvercmp thinks 04 < 1.404, not unreasonably)
|
||||
# - filter out requirements for SVN:: modules; otherwise
|
||||
# subversion requires subversion-perl
|
||||
/usr/lib/rpm/perl.req $* |
|
||||
sed -e '/perl(Config::IniFiles)/d' \
|
||||
-e '/perl(SVN::/d' \
|
||||
-e 's/perl(File::Path) >= 1.0404/perl(File::Path) >= 1.04/'
|
||||
|
||||
|
||||
|
2
mirrors
2
mirrors
@ -1 +1 @@
|
||||
http://subversion.tigris.org/downloads
|
||||
http://subversion.tigris.org/tarballs
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
01c3742745d50d4395684a4fb2908c5f subversion-1.2.1.tar.gz
|
||||
95f9b43801b4d9bc071564bca2116763 subversion-1.2.3.tar.gz
|
||||
|
@ -5,21 +5,17 @@ LoadModule authz_svn_module modules/mod_authz_svn.so
|
||||
#
|
||||
# Example configuration to enable HTTP access for a directory
|
||||
# containing Subversion repositories, "/var/www/svn". Each repository
|
||||
# must be readable and writable by the 'apache' user.
|
||||
#
|
||||
# Note that if SELinux is enabled, the repositories must be labelled
|
||||
# with a context which httpd can write to; this will happen by default
|
||||
# for newly created directories in /var/www. Use the command
|
||||
# "restorecon -R /var/www/svn" to label the repositories if migrating
|
||||
# from a system without SELinux enabled; to label a repository outside
|
||||
# /var/www, use "chcon -R -h -t httpd_sys_content_t /path/to/repos".
|
||||
# must be readable and writable by the 'apache' user. Note that if
|
||||
# SELinux is enabled, the repositories must be labelled with a context
|
||||
# which httpd can write to; this will happen by default for
|
||||
# directories created in /var/www. Use "restorecon -R /var/www/svn"
|
||||
# to label the repositories if upgrading from a previous release.
|
||||
#
|
||||
|
||||
#
|
||||
# To create a new repository using this scheme, say,
|
||||
# http://localhost/repos/stuff, run as root:
|
||||
# To create a new repository "http://localhost/repos/stuff" using
|
||||
# this configuration, run as root:
|
||||
#
|
||||
# # mkdir /var/www/svn
|
||||
# # cd /var/www/svn
|
||||
# # svnadmin create stuff
|
||||
# # chown -R apache.apache stuff
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
Summary: Modern Version Control System designed to replace CVS
|
||||
Name: subversion
|
||||
Version: 1.2.1
|
||||
Version: 1.2.3
|
||||
Release: 3
|
||||
License: BSD
|
||||
Group: Development/Tools
|
||||
@ -31,7 +31,7 @@ Patch2: subversion-0.20.1-deplibs.patch
|
||||
Patch3: subversion-0.31.0-rpath.patch
|
||||
Patch6: subversion-1.0.3-pie.patch
|
||||
Patch7: subversion-1.1.3-java.patch
|
||||
BuildRequires: autoconf, libtool, python, python-devel, texinfo
|
||||
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
|
||||
BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.20-1, docbook-style-xsl
|
||||
BuildRequires: apr-devel >= 0.9.6-1, apr-util-devel >= 0.9.5-1
|
||||
BuildRequires: neon-devel >= 0:0.24.7-1
|
||||
@ -250,6 +250,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 8 2005 Joe Orton <jorton@redhat.com> 1.2.3-3
|
||||
- update to 1.2.3
|
||||
- merge subversion.conf changes from RHEL4
|
||||
- merge filter-requires.sh changes from FC4 updates
|
||||
|
||||
* Mon Aug 8 2005 Joe Orton <jorton@redhat.com> 1.2.1-4
|
||||
- add BR for which (#161015)
|
||||
|
||||
* Fri Jul 22 2005 Joe Orton <jorton@redhat.com> 1.2.0-3
|
||||
- update to 1.2.1
|
||||
- fix BuildRequires for ruby and apr-util (#163126)
|
||||
|
Loading…
Reference in New Issue
Block a user