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

Last change on this file since 1761 was 1759, checked in by mitchb, 13 years ago
Version bump and rebuild of 389-ds-base
File size: 1.6 KB
RevLine 
[1759]1--- 389-ds-base.spec.orig       2010-12-18 01:18:33.000000000 -0500
2+++ 389-ds-base.spec    2010-12-18 01:37:42.000000000 -0500
[1751]3@@ -13,7 +13,7 @@
4 Summary:          389 Directory Server (base)
5 Name:             389-ds-base
[1759]6 Version:          1.2.7.4
[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
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.
[1753]21@@ -102,6 +104,7 @@
22 Requires:         mozldap-devel
23 %endif
24 Provides:         fedora-ds-base-devel = %{version}-%{release}
25+Provides:         scripts-389-ds
26 Obsoletes:        fedora-ds-base-devel < 1.2.1-1
[1751]27 
[1753]28 %description      devel
29@@ -109,6 +112,7 @@
30 
[1751]31 %prep
32 %setup -q -n %{name}-%{version}%{?prerel}
33+%patch0 -p1 -b .fix-changelog-paths
34 cp %{SOURCE2} README.devel
35 
36 %build
[1759]37@@ -304,6 +308,9 @@
38 - 1.2.7.4 release - git tag 389-ds-base-1.2.7.4
39 - Bug 661792 - Valid managed entry config rejected
[1751]40 
41+* Thu Dec  9 2010 Mitchell E Berger <mitchb@mit.edu> - 1.2.7.1-1.scripts
42+- Correct changelog path logic in MMR plugin
43+
[1759]44 * Wed Dec  8 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.3-1
45 - 1.2.7.3 release - git tag 389-ds-base-1.2.7.3
46 - Bug 658312 - Invalid free in Managed Entry plug-in
Note: See TracBrowser for help on using the repository browser.