Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

6 commits

Author SHA1 Message Date
Rich Megginson
68aab9997c get rid of old fedora-ds stuff
(cherry picked from commit 981911e789)
(cherry picked from commit 2d1deb0461)
2011-06-21 14:53:40 -06:00
Fedora Release Engineering
cbe84f728c dist-git conversion 2010-07-28 08:44:12 +00:00
Dennis Gilmore
b649e038ce Initialize branch EL-6 for 389-ds 2010-05-08 01:41:01 +00:00
Richard Allen Megginson
b1db6b2791 this is the 1.2.1 release 2010-04-15 17:44:21 +00:00
Richard Allen Megginson
16cf54630e 1.2.0 release - added selinux subpackages for 389-ds-base and 389-admin 2010-03-02 22:21:34 +00:00
Bill Nottingham
1a889ce5c7 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:49:51 +00:00
4 changed files with 11 additions and 28 deletions

View file

View file

@ -1,14 +1,12 @@
Summary: 389 Directory, Administration, and Console Suite
Name: 389-ds
Version: 1.1.3
Release: 5%{?dist}
Version: 1.2.2
Release: 1%{?dist}
License: GPLv2
URL: http://port389.org/
Group: System Environment/Daemons
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Provides: fedora-ds = %{version}-%{release}
Obsoletes: fedora-ds < 1.1.3-2
Source: LICENSE
@ -44,8 +42,15 @@ rm -rf $RPM_BUILD_ROOT
%doc LICENSE
%changelog
* Wed Aug 12 2009 Rich Megginson <rmeggins@redhat.com> 1.1.3-5
- added doc subpackages
* Wed Jun 1 2011 Rich Megginson <rmeggins@redhat.com> 1.2.2-1
- get rid of old fedora-ds stuff
* Thu Apr 15 2010 Rich Megginson <rmeggins@redhat.com> 1.2.1-1
- removed selinux subpackages - the selinux policy is now provided
- by the main 389-ds-base and 389-admin packages
* Mon Mar 2 2010 Rich Megginson <rmeggins@redhat.com> 1.2.0-1
- added selinux subpackages
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: 389-ds
# $Id$
NAME := 389-ds
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1 +0,0 @@
89-ds-1_1_3-2:HEAD:389-ds-1.1.3-2.src.rpm:1247865158