source: trunk/server/fedora/specs/389-ds-base.spec.patch @ 1762

Last change on this file since 1762 was 1762, checked in by mitchb, 13 years ago
Version bump and rebuild of 389-ds-base (yes, again again) Also move virtual Provides: scripts-389-ds out of the -devel subpackage and into the base package. (from andersk)
File size: 1.5 KB
RevLine 
[1762]1--- 389-ds-base.spec.orig       2010-12-16 12:22:05.000000000 -0500
2+++ 389-ds-base.spec    2010-12-23 21:19:49.000000000 -0500
[1751]3@@ -13,7 +13,7 @@
4 Summary:          389 Directory Server (base)
5 Name:             389-ds-base
[1762]6 Version:          1.2.7.5
[1751]7-Release:          %{?relprefix}1%{?prerel}%{?dist}
8+Release:          %{?relprefix}1%{?prerel}.scripts.%{scriptsversion}%{?dist}
9 License:          GPLv2 with exceptions
10 URL:              http://port389.org/
11 Group:            System Environment/Daemons
[1762]12@@ -83,11 +83,15 @@
13 Requires(preun): /sbin/chkconfig
14 Requires(preun): /sbin/service
15 
16+Provides:         scripts-389-ds
17+
18 Source0:          http://port389.org/sources/%{name}-%{version}%{?prerel}.tar.bz2
19 # 389-ds-git.sh should be used to generate the source tarball from git
[1751]20 Source1:          %{name}-git.sh
21 Source2:          %{name}-devel.README
22 
23+Patch0:           389-ds-base-fix-changelog-paths.patch
24+
25 %description
26 389 Directory Server is an LDAPv3 compliant server.  The base package includes
27 the LDAP server and command line utilities for server administration.
[1762]28@@ -109,6 +113,7 @@
[1751]29 
30 %prep
31 %setup -q -n %{name}-%{version}%{?prerel}
32+%patch0 -p1 -b .fix-changelog-paths
33 cp %{SOURCE2} README.devel
34 
35 %build
[1762]36@@ -300,6 +305,9 @@
37 %{_libdir}/%{pkgname}/*.so
[1751]38 
[1762]39 %changelog
40+* Thu Dec 23 2010 Mitchell E Berger <mitchb@mit.edu> - 1.2.7.5-1.scripts
[1751]41+- Correct changelog path logic in MMR plugin
42+
[1762]43 * Thu Dec 16 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.5-1
44 - 1.2.7.5 release - git tag 389-ds-base-1.2.7.5
45 - Bug 663597 - Memory leaks in normalization code
Note: See TracBrowser for help on using the repository browser.