summaryrefslogtreecommitdiffstats
path: root/slapi-nis.spec
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2010-10-18 11:07:06 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2010-10-18 11:07:06 -0400
commit7c03f183036a16083d0bae25ae4437554ffb307b (patch)
tree95d083f0008520cb6b27ae7ac63de8d9c487b0b7 /slapi-nis.spec
parent4f9af073d058734ed8015e518c5394bf69fe17bd (diff)
downloadslapi-nis-7c03f183036a16083d0bae25ae4437554ffb307b.tar.gz
slapi-nis-7c03f183036a16083d0bae25ae4437554ffb307b.tar.xz
slapi-nis-7c03f183036a16083d0bae25ae4437554ffb307b.zip
- merge fedora .spec file changes
Diffstat (limited to 'slapi-nis.spec')
-rw-r--r--slapi-nis.spec21
1 files changed, 16 insertions, 5 deletions
diff --git a/slapi-nis.spec b/slapi-nis.spec
index 13d7f01..eb4deab 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -1,6 +1,6 @@
Name: slapi-nis
Version: 0.17
-Release: 1%{?dist}
+Release: 4%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
License: GPLv2
@@ -8,7 +8,7 @@ URL: http://slapi-nis.fedorahosted.org/
Source0: https://fedorahosted.org/releases/s/l/slapi-nis/slapi-nis-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: fedora-ds-base-devel, mozldap-devel, tcp_wrappers-devel
+BuildRequires: 389-ds-base-devel, mozldap-devel, tcp_wrappers-devel
%description
This slapi-nis package contains two plugins which aim to ease the
@@ -41,11 +41,22 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%doc COPYING NEWS README STATUS doc/*.txt doc/ipa doc/examples/*.ldif doc/devel
+%doc COPYING NEWS README STATUS doc/*.txt doc/*.ldif
%{_libdir}/dirsrv/plugins/*.so
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Jul 15 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.17-3
+- change buildreq from fedora-ds-base-devel to 389-ds-base-devel, which
+ should avoid multilib conflicts from installing both arches of the new
+ package (#511504)
+
+* Tue Jul 14 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.17-2
+- fixup changelog entries that resemble possible macro invocations
+
* Thu May 14 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.17-1
- actually send portmap registrations to the right server
@@ -54,14 +65,14 @@ rm -rf $RPM_BUILD_ROOT
we're using portmap instead of rpcbind (#500903)
* Fri May 8 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.15-1
-- fix %deref and %referred to fail rather than return a valid-but-empty
+- fix %%deref and %%referred to fail rather than return a valid-but-empty
result when they fail to evaluate (reported by Rob Crittenden)
* Wed May 6 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.14-1
- correctly handle being loaded but disabled (#499404)
* Thu Apr 30 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.13-1
-- update to 0.13, reworking %link() to correct some bugs (#498432)
+- update to 0.13, reworking %%link() to correct some bugs (#498432)
* Thu Apr 30 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.12-1
- correct test suite failures that 0.11 started triggering