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

Last change on this file since 1751 was 1751, checked in by mitchb, 13 years ago
Fix changelogdb path logic in 389-ds-base
File size: 1.3 KB
RevLine 
[1751]1--- 389-ds-base.spec.orig       2010-12-09 01:59:34.000000000 -0500
2+++ 389-ds-base.spec    2010-12-09 02:05:59.000000000 -0500
3@@ -13,7 +13,7 @@
4 Summary:          389 Directory Server (base)
5 Name:             389-ds-base
6 Version:          1.2.7.1
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
12@@ -88,6 +88,8 @@
13 Source1:          %{name}-git.sh
14 Source2:          %{name}-devel.README
15 
16+Patch0:           389-ds-base-fix-changelog-paths.patch
17+
18 %description
19 389 Directory Server is an LDAPv3 compliant server.  The base package includes
20 the LDAP server and command line utilities for server administration.
21@@ -109,6 +111,7 @@
22 
23 %prep
24 %setup -q -n %{name}-%{version}%{?prerel}
25+%patch0 -p1 -b .fix-changelog-paths
26 cp %{SOURCE2} README.devel
27 
28 %build
29@@ -300,6 +303,9 @@
30 %{_libdir}/%{pkgname}/*.so
31 
32 %changelog
33+* Thu Dec  9 2010 Mitchell E Berger <mitchb@mit.edu> - 1.2.7.1-1.scripts
34+- Correct changelog path logic in MMR plugin
35+
36 * Tue Nov 23 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.1-1
37 - 1.2.7.1 release - git tag 389-ds-base-1.2.7.1
38 - Bug 656515 - Allow Name and Optional UID syntax for grouping attributes
Note: See TracBrowser for help on using the repository browser.