669a945
# Reflects the values hard-coded in various Makefile.am's in the source tree.
58765a2
%define dictdir %{_datadir}/cracklib
58765a2
%define dictpath %{dictdir}/pw_dict
669a945
51f83e3
Summary: A password-checking library
cvsdist 78c1621
Name: cracklib
fbf890a
Version: 2.8.13
ddf4564
Release: 6
cvsdist 78c1621
Group: System Environment/Libraries
669a945
Source0: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
51f83e3
51f83e3
# Retrieved at 20070213003424Z.
669a945
Source1: http://prdownloads.sourceforge.net/cracklib/cracklib-words.gz
669a945
cvsdist 78c1621
Source10: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Domains.gz
cvsdist 78c1621
Source11: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Dosref.gz
cvsdist 78c1621
Source12: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Ftpsites.gz
cvsdist 78c1621
Source13: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/Jargon.gz
cvsdist 78c1621
Source14: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/common-passwords.txt.gz
cvsdist 78c1621
Source15: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/computer/etc-hosts.gz
cvsdist 78c1621
Source16: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Movies.gz
cvsdist 78c1621
Source17: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Python.gz
cvsdist 78c1621
Source18: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/movieTV/Trek.gz
cvsdist 78c1621
Source19: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/LCarrol.gz
cvsdist 78c1621
Source20: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/Paradise.Lost.gz
cvsdist 78c1621
Source21: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/cartoon.gz
cvsdist 78c1621
Source22: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/myths-legends.gz
cvsdist 78c1621
Source23: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/sf.gz
cvsdist 78c1621
Source24: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/literature/shakespeare.gz
cvsdist 78c1621
Source25: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/ASSurnames.gz
cvsdist 78c1621
Source26: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Congress.gz
cvsdist 78c1621
Source27: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Family-Names.gz
cvsdist 78c1621
Source28: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/Given-Names.gz
cvsdist 78c1621
Source29: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/famous.gz
cvsdist 78c1621
Source30: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/fast-names.gz
cvsdist 78c1621
Source31: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/female-names.gz
cvsdist 78c1621
Source32: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/male-names.gz
cvsdist 78c1621
Source33: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.french.gz
cvsdist 78c1621
Source34: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/names.hp.gz
cvsdist 78c1621
Source35: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/other-names.gz
cvsdist 78c1621
Source36: ftp://ftp.cerias.purdue.edu/pub/dict/wordlists/names/surnames.finnish.gz
51f83e3
51f83e3
# No upstream source for this; it came in as a bugzilla attachment.
5c473f2
Source37: pass_file.gz
51f83e3
fbf890a
Patch0: cracklib-2.8.13-suffix.patch
fbf890a
Patch1: cracklib-2.8.13-inttypes.patch
fbf890a
Patch2: cracklib-2.8.12-gettext.patch
31865ec
URL: http://sourceforge.net/projects/cracklib/
dce5bd9
License: GPLv2
669a945
Buildroot: %{_tmppath}/%{name}-%{version}-root
a95d0a0
BuildRequires: python-devel, words, autoconf, automake, gettext, libtool
044e85f
# This one's for gettext's sake.
044e85f
BuildRequires: cvs
669a945
Conflicts: cracklib-dicts < 2.8
35ced7f
# The cracklib-format script calls gzip, but without a specific path.
35ced7f
Requires: gzip
cvsdist 78c1621
cvsdist 78c1621
%description
cvsdist 78c1621
CrackLib tests passwords to determine whether they match certain
cvsdist abf2e1e
security-oriented characteristics, with the purpose of stopping users
cvsdist abf2e1e
from choosing passwords that are easy to guess. CrackLib performs
cvsdist abf2e1e
several tests on passwords: it tries to generate words from a username
cvsdist abf2e1e
and gecos entry and checks those words against the password; it checks
cvsdist abf2e1e
for simplistic patterns in passwords; and it checks for the password
cvsdist abf2e1e
in a dictionary.
cvsdist abf2e1e
cvsdist abf2e1e
CrackLib is actually a library containing a particular C function
cvsdist abf2e1e
which is used to check the password, as well as other C
cvsdist abf2e1e
functions. CrackLib is not a replacement for a passwd program; it must
cvsdist abf2e1e
be used in conjunction with an existing passwd program.
cvsdist 78c1621
cvsdist 78c1621
Install the cracklib package if you need a program to check users'
cvsdist abf2e1e
passwords to see if they are at least minimally secure. If you install
cvsdist abf2e1e
CrackLib, you will also want to install the cracklib-dicts package.
cvsdist 78c1621
1c32c7c
%package devel
51f83e3
Summary: Development files needed for building applications which use cracklib
1c32c7c
Group: Development/Libraries
1c32c7c
Requires: %{name} = %{version}-%{release}
1c32c7c
1c32c7c
%description devel
1c32c7c
The cracklib-devel package contains the header files and libraries needed
1c32c7c
for compiling applications which use cracklib.
1c32c7c
73da516
%package python
51f83e3
Summary: Python bindings for applications which use cracklib
73da516
Group: Development/Libraries
73da516
Requires: %{name} = %{version}-%{release}
73da516
73da516
%description python
73da516
The cracklib-python package contains a module which permits applications
73da516
written in the Python programming language to use cracklib.
73da516
cvsdist 78c1621
%package dicts
d5515de
Summary: The standard CrackLib dictionaries
cvsdist 78c1621
Group: System Environment/Libraries
e675f09
BuildRequires: words >= 2-13
51f83e3
Requires: cracklib = %{version}-%{release}
cvsdist 78c1621
cvsdist 78c1621
%description dicts
cvsdist 78c1621
The cracklib-dicts package includes the CrackLib dictionaries.
cvsdist 78c1621
CrackLib will need to use the dictionary appropriate to your system,
cvsdist abf2e1e
which is normally put in /usr/share/dict/words. Cracklib-dicts also
cvsdist abf2e1e
contains the utilities necessary for the creation of new dictionaries.
cvsdist 78c1621
cvsdist 78c1621
If you are installing CrackLib, you should also install cracklib-dicts.
cvsdist 78c1621
cvsdist 78c1621
%prep
669a945
%setup -q
b64d92c
%patch0 -p1 -b .suffix
f0b1509
cp lib/packer.h lib/packer.h.in
f0b1509
%patch1 -p1 -b .inttypes
fbf890a
%patch2 -p1 -b .gettext
edf74ee
autoreconf -f -i
cvsdist 78c1621
mkdir cracklib-dicts
cvsdist 78c1621
for dict in %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} %{SOURCE14} \
cvsdist 78c1621
            %{SOURCE15} %{SOURCE16} %{SOURCE17} %{SOURCE18} %{SOURCE19} \
cvsdist 78c1621
            %{SOURCE20} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24} \
cvsdist 78c1621
            %{SOURCE25} %{SOURCE26} %{SOURCE27} %{SOURCE28} %{SOURCE29} \
cvsdist 78c1621
            %{SOURCE30} %{SOURCE31} %{SOURCE32} %{SOURCE33} %{SOURCE34} \
5c473f2
            %{SOURCE35} %{SOURCE36} %{SOURCE37} %{SOURCE1}
cvsdist 78c1621
do
51f83e3
        cp -fv ${dict} cracklib-dicts/
cvsdist 78c1621
done
a351732
chmod +x util/cracklib-format
cvsdist 78c1621
cvsdist 78c1621
%build
51f83e3
%configure --with-pic --with-python --with-default-dict=%{dictpath} --disable-static
669a945
make
cvsdist 78c1621
cvsdist 78c1621
%install
cvsdist 78c1621
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
669a945
make install DESTDIR=$RPM_BUILD_ROOT
044e85f
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -c -p" -C python
669a945
./util/cracklib-format cracklib-dicts/* | \
669a945
./util/cracklib-packer $RPM_BUILD_ROOT/%{dictpath}
58765a2
./util/cracklib-format $RPM_BUILD_ROOT/%{dictdir}/cracklib-small | \
58765a2
./util/cracklib-packer $RPM_BUILD_ROOT/%{dictdir}/cracklib-small
58765a2
rm -f $RPM_BUILD_ROOT/%{dictdir}/cracklib-small
669a945
sed s,/usr/lib/cracklib_dict,%{dictpath},g lib/crack.h > $RPM_BUILD_ROOT/%{_includedir}/crack.h
669a945
ln -s cracklib-format $RPM_BUILD_ROOT/%{_sbindir}/mkdict
669a945
ln -s cracklib-packer $RPM_BUILD_ROOT/%{_sbindir}/packer
669a945
touch $RPM_BUILD_ROOT/top
669a945
669a945
toprelpath=..
669a945
touch $RPM_BUILD_ROOT/top
669a945
while ! test -f $RPM_BUILD_ROOT/%{_libdir}/$toprelpath/top ; do
669a945
	toprelpath=../$toprelpath
669a945
done
669a945
rm -f $RPM_BUILD_ROOT/top
fbca5d4
if test %{dictpath} != %{_libdir}/cracklib_dict ; then
669a945
ln -s $toprelpath%{dictpath}.hwm $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.hwm
669a945
ln -s $toprelpath%{dictpath}.pwd $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwd
669a945
ln -s $toprelpath%{dictpath}.pwi $RPM_BUILD_ROOT/%{_libdir}/cracklib_dict.pwi
fbca5d4
fi
044e85f
rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/_cracklibmodule.*a
15f74b5
rm -f $RPM_BUILD_ROOT/%{_libdir}/libcrack.la
86e898b
86e898b
%find_lang %{name}
cvsdist 78c1621
f82e1de
%check
f82e1de
# We want to check that the new library is able to open the new dictionaries,
f82e1de
# using the new python module.
f82e1de
LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir} %{__python} 2>&1 << EOF
f82e1de
import string, sys
f82e1de
# Prepend buildroot-specific variations of the python path to the python path.
f82e1de
syspath2=[]
f82e1de
for element in sys.path:
f82e1de
	syspath2.append("$RPM_BUILD_ROOT/" + element)
f82e1de
syspath2.reverse()
f82e1de
for element in syspath2:
f82e1de
	sys.path.insert(0,element)
f82e1de
# Now actually do the test.  If we get a different result, or throw an
f82e1de
# exception, the script will end with the error.
f82e1de
import cracklib
044e85f
try:
044e85f
	s = cracklib.FascistCheck("cracklib", "$RPM_BUILD_ROOT/%{dictpath}")
044e85f
except ValueError, message:
044e85f
	expected = "it is based on a dictionary word"
044e85f
	if message != expected:
044e85f
		print "Got unexpected result \"%s\"," % messgae,
044e85f
		print "instead of expected value of \"%s\"." % expected
044e85f
		sys.exit(1)
044e85f
	print "Got expected result \"%s\"," % message
044e85f
	sys.exit(0)
044e85f
finally:
044e85f
	sys.exit(0)
f82e1de
EOF
f82e1de
51f83e3
%clean
51f83e3
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
51f83e3
cvsdist 78c1621
%post -p /sbin/ldconfig
cvsdist 78c1621
cvsdist 78c1621
%postun -p /sbin/ldconfig
cvsdist 78c1621
51f83e3
%triggerpostun -p /sbin/ldconfig -- cracklib < 2.7-24
cvsdist ceb87c7
86e898b
%files -f %{name}.lang
cvsdist 78c1621
%defattr(-,root,root)
58765a2
%doc README README-WORDS NEWS README-LICENSE AUTHORS
1c32c7c
%{_libdir}/libcrack.so.*
669a945
%dir %{_datadir}/cracklib
669a945
%{_datadir}/cracklib/cracklib.magic
669a945
%{_sbindir}/*cracklib*
cvsdist 78c1621
1c32c7c
%files devel
1c32c7c
%defattr(-,root,root)
1c32c7c
%{_includedir}/*
1c32c7c
%{_libdir}/libcrack.so
1c32c7c
cvsdist 78c1621
%files dicts
cvsdist 78c1621
%defattr(-,root,root)
669a945
%dir %{_datadir}/cracklib
669a945
%{_datadir}/cracklib/pw_dict.*
58765a2
%{_datadir}/cracklib/cracklib-small.*
669a945
%{_libdir}/cracklib_dict.*
669a945
%{_sbindir}/mkdict
669a945
%{_sbindir}/packer
cvsdist 78c1621
73da516
%files python
73da516
%defattr(-,root,root)
044e85f
%{_libdir}/python*/site-packages/_cracklibmodule.so
044e85f
%{_libdir}/../lib/python*/site-packages/*.py*
73da516
cvsdist 78c1621
%changelog
ddf4564
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.13-6
ddf4564
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ddf4564
35ced7f
* Mon May 18 2009 Nalin Dahyabhai <nalin@redhat.com> - 2.8.13-5
35ced7f
- add explicit dependency on gzip for the sake of cracklib-format (Daniel
35ced7f
  Mach, #501278)
35ced7f
78a1dbd
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.13-4
78a1dbd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
78a1dbd
d5515de
* Thu Feb 19 2009 Nalin Dahyabhai <nalin@redhat.com> - 2.8.13-3
d5515de
- drop trailing "." from the package description for the dicts
d5515de
  subpackage (#225659)
d5515de
1faf157
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.8.13-2
1faf157
- Rebuild for Python 2.6
1faf157
fbf890a
* Tue Oct 28 2008 Nalin Dahyabhai <nalin@redhat.com> - 2.8.13-1
044e85f
- update to 2.8.13, which overhauls the python bindings and revises
044e85f
  FascistCheck()'s behavior:
044e85f
  2.8.12 success: returns None, fail: returns error text, other: exceptions
044e85f
  2.8.13 success: returns candidate, fail: throws ValueError, other: exceptions
fbf890a
edf74ee
* Tue Oct 28 2008 Nalin Dahyabhai <nalin@redhat.com> - 2.8.12-3
edf74ee
- fix errors rebuilding with libtool that's newer than the one upstream
edf74ee
  has (#467364)
edf74ee
a43d243
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.8.12-2
a43d243
- Autorebuild for GCC 4.3
a43d243
dce5bd9
* Fri Jan 25 2008 Nalin Dahyabhai <nalin@redhat.com> - 2.8.12-1
dce5bd9
- update to 2.8.12, which was relicensed to GPLv2
58765a2
- package the now-bundled cracklib-small dictionary in cracklib-dicts
dce5bd9
fff87a2
* Tue Aug 21 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.10-3
fff87a2
- rebuild
fff87a2
f82e1de
* Mon Jul 23 2007 Nalin Dahyabhai <nalin@redhat.com>
f82e1de
- add a %%check script to catch things like #249210
f82e1de
a351732
* Mon Jul 23 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.10-2
a351732
- work around non-executable util/cracklib-format giving us empty/garbage
a351732
  dictionaries (#249210)
a351732
5e736e6
* Thu Jul 19 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.10-1
5e736e6
- update to 2.8.10
5e736e6
cc74371
* Wed Jun 20 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-11
cc74371
- improve reports of out-of-memory exceptions so that they don't include a
cc74371
  bogus filename
cc74371
- improve reports of file-missing exceptions from the python module so that
cc74371
  they give the right filename (#225858)
cc74371
f0b1509
* Mon Mar 12 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-10
f0b1509
- explicitly include required headers from <packer.h> (#228698)
f0b1509
- attempt to provide doc strings in the python module
f0b1509
51f83e3
* Mon Feb 12 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-9
51f83e3
- drop final "." from summaries (Jef Spaleta, #225659)
51f83e3
- drop static library from -devel subpackage (Jef Spaleta, #225659)
51f83e3
- note that the most recently-added wordlist came from bugzilla (#225659)
51f83e3
- remove explicit dependency on gzip, as it's implicit (Jef Spaleta, #225659)
51f83e3
- convert %%triggerpostun to not use a shell as an interpreter (#225659)
51f83e3
5c473f2
* Wed Jan 31 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-8
5c473f2
- add word list from attachment #126053 (#185314)
5c473f2
b64d92c
* Thu Jan 25 2007 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-7
b64d92c
- fix check for the existence of dictionaries when the caller specifies a
b64d92c
  location (#224347, upstream #1644628)
b64d92c
956f7cc
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 2.8.9-6
956f7cc
- rebuild against python 2.5
956f7cc
73da516
* Sun Oct 29 2006 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-5
73da516
- split out cracklib-python (#203327)
73da516
1c32c7c
* Sun Oct 29 2006 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-4
1c32c7c
- split out cracklib-devel (#203569)
1c32c7c
e856284
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.8.9-3.1
e856284
- rebuild
e856284
bc19f31
* Mon Jun 12 2006 Jesse Keating <jkeating@redhat.com> - 2.8.9-3
0637be7
- Add missing br, automake, libtool (#194738)
bc19f31
fbca5d4
* Tue Apr 25 2006 Nalin Dahyabhai <nalin@redhat.com> - 2.8.9-2
fbca5d4
- update to 2.8.9
fbca5d4
- only create compat symlinks for the dictionaries if we aren't installing
fbca5d4
  them into the old locations
fbca5d4
1a2cd10
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.8.6-1.2.1
1a2cd10
- bump again for double-long bug on ppc(64)
1a2cd10
d224008
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.8.6-1.2
d224008
- rebuilt for new gcc4.1 snapshot and glibc changes
d224008
c42f14e
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c42f14e
- rebuilt
c42f14e
15f74b5
* Mon Nov  7 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.6-1
15f74b5
- update to 2.8.6
15f74b5
- remove .la file (#172632)
15f74b5
bf2ddcc
* Wed Sep 28 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.5-2
bf2ddcc
- update to 2.8.5
bf2ddcc
86e898b
* Tue Sep 27 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.4-1
86e898b
- update to 2.8.4
86e898b
- build python module
86e898b
3502da9
* Fri May 13 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.3-1
3ffe18f
- update to 2.8.3
3ffe18f
a95d1b0
* Thu Mar 17 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.2-1
a95d1b0
- update to 2.8.2
a95d1b0
669a945
* Wed Mar 16 2005 Nalin Dahyabhai <nalin@redhat.com> 2.8.1-1
669a945
- update to 2.8.1
669a945
  - moves dictionary to new default location under %%{_datadir} -- the
669a945
    dictionary format is the same across all architectures
669a945
  - renames "packer" to "cracklib-packer"
669a945
- conflict with cracklib-dicts < 2.8, where the on-disk format was not
669a945
  compatible on 64-bit arches due to now-fixed cleanliness bugs
669a945
- move binaries for manipulating and checking words against dictionaries
669a945
  from -dicts into the main package
669a945
717af93
* Mon Jan  3 2005 Nalin Dahyabhai <nalin@redhat.com> 2.7-30
717af93
- rebuild
717af93
0abe046
* Mon Jan  3 2005 Nalin Dahyabhai <nalin@redhat.com> 2.7-29
e675f09
- correctly build on 64-bit systems (part of #143417)
0abe046
- patch so that 32- and 64-bit libcrack can read dictionaries which were
e675f09
  incorrectly generated on 64-bit systems of the same endianness (more #143417)
0abe046
- include a sample cracklib magic file
0abe046
- stop using /usr/dict/* when building the dictionary
e675f09
- list words as a build requirement, which it is, instead of a run-time
e675f09
  requirement
e675f09
- provide a virtual arch-specific dep in cracklib-dicts, require it in
e675f09
  cracklib (part of #143417)
0abe046
cvsdist dfb1278
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist dfb1278
- rebuilt
cvsdist dfb1278
cvsdist 8bda5f9
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 8bda5f9
- rebuilt
cvsdist 8bda5f9
cvsdist 8bda5f9
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 8bda5f9
- rebuilt
cvsdist 8bda5f9
cvsdist 8bda5f9
* Wed Feb  4 2004 Nalin Dahyabhai <nalin@redhat.com> 2.7-26
cvsdist 8bda5f9
- update URL (previous page moved) (#114894)
cvsdist 8bda5f9
cvsdist 8bda5f9
* Fri Jan 30 2004 Nalin Dahyabhai <nalin@redhat.com> 2.7-25
cvsdist 8bda5f9
- fix ldconfig invocation in trigger for older versions which included the
cvsdist 8bda5f9
  soname symlink (#114620)
cvsdist 8bda5f9
cvsdist ceb87c7
* Mon Dec  1 2003 Nalin Dahyabhai <nalin@redhat.com> 2.7-24
cvsdist ceb87c7
- include packer.h for reading dictionaries directly, since we already include
cvsdist ceb87c7
  packer in the -dicts subpackage (#68339)
cvsdist ceb87c7
- don't include the soname symlink in the package, let ldconfig do its job
cvsdist ceb87c7
cvsdist a2bceb3
* Wed Jun 18 2003 Nalin Dahyabhai <nalin@redhat.com> 2.7-23
cvsdist a2bceb3
- rebuild
cvsdist a2bceb3
cvsdist a2bceb3
* Mon Jun 16 2003 Nalin Dahyabhai <nalin@redhat.com> 2.7-22
cvsdist a2bceb3
- rebuild
cvsdist a2bceb3
cvsdist a2bceb3
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist a2bceb3
- rebuilt
cvsdist a2bceb3
cvsdist a2bceb3
* Wed Apr 30 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist a2bceb3
- update URL
cvsdist a2bceb3
cvsdist 00e4e4b
* Tue Feb 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 00e4e4b
- add symlink to shared libs
cvsdist 00e4e4b
cvsdist 00e4e4b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 00e4e4b
- rebuilt
cvsdist 00e4e4b
cvsdist 00e4e4b
* Wed Sep 25 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-19
cvsdist 00e4e4b
- fix for builds on multilib systems (set DICTPATH properly)
cvsdist 00e4e4b
cvsdist 246a6d8
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 246a6d8
- automated rebuild
cvsdist 246a6d8
cvsdist 9f65bf3
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 9f65bf3
- automated rebuild
cvsdist 9f65bf3
cvsdist 9f65bf3
* Thu May  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-16
cvsdist 9f65bf3
- rebuild in new environment
cvsdist 9f65bf3
cvsdist aec6359
* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 2.7-15
cvsdist aec6359
- rebuild
cvsdist aec6359
cvsdist aec6359
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist aec6359
- automated rebuild
cvsdist aec6359
cvsdist aec6359
* Tue Oct  2 2001 Nalin Dahyabhai <nalin@redhat.com> 2.7-13
cvsdist aec6359
- use getpwuid_r instead of getpwuid
cvsdist aec6359
cvsdist aec6359
* Fri Aug  3 2001 Nalin Dahyabhai <nalin@redhat.com> 2.7-12
cvsdist abf2e1e
- remove cruft that ldconfig already knows how to manage
cvsdist abf2e1e
- don't explicitly strip anything -- the brp setup decides that
cvsdist abf2e1e
- tweak the header so that it can be used in C++ (#46685)
cvsdist abf2e1e
- buildprereq the words package
cvsdist abf2e1e
cvsdist 7928b0f
* Tue Jun 26 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 7928b0f
- add link from library major version number
cvsdist 7928b0f
cvsdist 7928b0f
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
cvsdist 7928b0f
- Bump release + rebuild.
cvsdist 7928b0f
cvsdist 78c1621
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 78c1621
- automatic rebuild
cvsdist 78c1621
cvsdist 78c1621
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 78c1621
- FHS fixes
cvsdist 78c1621
- fix undeclared function warnings from the new compiler
cvsdist 78c1621
- fix URL
cvsdist 78c1621
51f83e3
* Fri Apr 07 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 78c1621
- switched to use /usr/share/dict/words
cvsdist 78c1621
cvsdist 78c1621
* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
cvsdist 78c1621
- strip binaries
cvsdist 78c1621
cvsdist 78c1621
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 78c1621
- auto rebuild in the new build environment (release 4)
cvsdist 78c1621
cvsdist 78c1621
* Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
cvsdist 78c1621
- build for glibc 2.1
cvsdist 78c1621
cvsdist 78c1621
* Sat May 09 1998 Prospector System <bugs@redhat.com>
cvsdist 78c1621
- translations modified for de, fr, tr
cvsdist 78c1621
cvsdist 78c1621
* Tue Mar 10 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 78c1621
- updated to 2.7
cvsdist 78c1621
- build shared libraries
cvsdist 78c1621
cvsdist 78c1621
* Mon Nov 03 1997 Donnie Barnes <djb@redhat.com>
cvsdist 78c1621
- added -fPIC
cvsdist 78c1621
cvsdist 78c1621
* Mon Oct 13 1997 Donnie Barnes <djb@redhat.com>
cvsdist 78c1621
- basic spec file cleanups
cvsdist 78c1621
cvsdist 78c1621
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
cvsdist 78c1621
- built against glibc