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

Last change on this file since 1754 was 1753, checked in by mitchb, 14 years ago
Version bump and rebuild for 389-ds-base
File size: 1.5 KB
RevLine 
[1753]1--- 389-ds-base.spec.orig       2010-12-12 18:40:22.000000000 -0500
2+++ 389-ds-base.spec    2010-12-12 18:43:45.000000000 -0500
[1751]3@@ -13,7 +13,7 @@
4 Summary:          389 Directory Server (base)
5 Name:             389-ds-base
[1753]6 Version:          1.2.7.2
[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
[1753]37@@ -300,6 +304,9 @@
[1751]38 %{_libdir}/%{pkgname}/*.so
39 
40 %changelog
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+
[1753]44 * Fri Dec  3 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.2-1
45 - 1.2.7.2 release - git tag 389-ds-base-1.2.7.2
46 - Bug 659456 - Incorrect usage of ber_printf() in winsync code
Note: See TracBrowser for help on using the repository browser.