rpms/apt/FC-4 .cvsignore, 1.4, 1.5 apt.spec, 1.17, 1.18 sources, 1.4, 1.5

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Mon May 22 18:48:05 UTC 2006


Author: athimm

Update of /cvs/extras/rpms/apt/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13523/FC-4

Modified Files:
	.cvsignore apt.spec sources 
Log Message:
Upgrade to 0.5.15lorg3.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/apt/FC-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	27 Mar 2005 12:08:38 -0000	1.4
+++ .cvsignore	22 May 2006 18:48:05 -0000	1.5
@@ -1 +1 @@
-apt-0.5.15cnc7.tar.bz2
+apt-0.5.15lorg3.1.tar.bz2


Index: apt.spec
===================================================================
RCS file: /cvs/extras/rpms/apt/FC-4/apt.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- apt.spec	23 Jun 2005 05:30:53 -0000	1.17
+++ apt.spec	22 May 2006 18:48:05 -0000	1.18
@@ -1,165 +1,130 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-%define scriptdir %{_datadir}/apt/scripts/
-
 %define generate_rpmpriorities 0
 %define comps %{_datadir}/comps/%{_build_arch}/comps.xml
 
-Summary: Debian's Advanced Packaging Tool with RPM support
-Name: apt
-Version: 0.5.15cnc7
-Release: 6%{?dist}
-Group: System Environment/Base
-URL: https://moin.conectiva.com.br/AptRpm
-License: GPL
-ExcludeArch: x86_64 ppc64
-
-# unfortunately the source isn't really directly downloadable with wget etc:
-#Source0: https://moin.conectiva.com.br/AptRpm?action=AttachFile&do=get&target=apt-0.5.15cnc7.tar.bz2
-Source0: %{name}-%{version}.tar.bz2
+Summary:        Debian's Advanced Packaging Tool with RPM support
+Name:           apt
+Version:        0.5.15lorg3.1
+Release:        4%{?dist}
+Group:          System Environment/Base
+URL:            http://apt-rpm.org/
+License:        GPL
+
+#Source0:        http://laiskiainen.org/apt/testing/%{name}-%{version}.tar.bz2
+Source0:	http://apt-rpm.org/testing/%{name}-%{version}.tar.bz2
 
 # user editable template configs
-Source1: apt.conf
-Source2: sources.list
-Source3: vendors.list
-Source4: apt_preferences
+Source1:        apt.conf
+Source2:        sources.list
+Source3:        vendors.list
+Source4:        apt_preferences
 
 # rpmpriorities generated + manually tweaked from comps.xml core group
-Source5: rpmpriorities
-Source19: comps2prio.xsl
-
-# nightly updater scripts & config
-Source20: apt.init
-Source21: apt.cron
-Source22: apt.sysconfig
+Source5:        rpmpriorities
+Source19:       comps2prio.xsl
 
 # Sources 50-99 are for Lua-scripts not in contrib/
-#Source50:
-#Source51:
-Source52: preserve-conf.lua
-Source54: upgradevirt.lua
-
-# 100-149 for sources.list.d
-# no default entry for fedora at all
-#Source100: fedora.list
-#Source101: macromedia.list
+Source51:       upgradevirt.lua
 
 # 150-199 for apt.conf.d
-# "factory defaults" for Fedora Core
-Source150: default.conf
+# "factory defaults"
+Source150:      default.conf
 
-# 200-249 for trusted gpg keys
-# Fedora key
-Source200: gpg-pubkey-4f2a6fd2-3f9d9d3b
-# "Old" RHL key
-Source202: gpg-pubkey-db42a60e-37ea5438
-# Fedora Extras key
-Source203: gpg-pubkey-1ac70ce6-41bebeef
-
-# 250-299 for vendor.list.d
-Source250: fedora-vendor.list
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Provides: apt-mirrorselect
-
-# Other deps are automatically picked up by rpm
-Requires: gnupg, bzip2
-Requires(post): chkconfig, ldconfig
-Requires(preun): chkconfig
-# Needed by the mirror-selector script
-Requires: wget
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # TODO: verify the required minimum Python version
-BuildRequires: python-devel >= 2.2
-BuildRequires: rpm-devel, zlib-devel, bzip2-devel, libstdc++-devel, gettext
-BuildRequires: docbook-utils, perl, readline-devel, ncurses-devel, libtool
+BuildRequires:  python-devel >= 2.2
+BuildRequires:  libxml2-devel
+BuildRequires:  rpm-devel
+BuildRequires:  zlib-devel
+BuildRequires:  bzip2-devel
+BuildRequires:  libstdc++-devel
+BuildRequires:  gettext
+BuildRequires:  docbook-utils
+BuildRequires:  perl
+BuildRequires:  readline-devel
+BuildRequires:  ncurses-devel
 %if %{generate_rpmpriorities}
-BuildRequires: %{_bindir}/xsltproc, %{comps}
+BuildRequires:  %{_bindir}/xsltproc
+BuildRequires:  %{comps}
 %endif
-# Work around missing deps in rpm-devel :-/
-BuildRequires: beecrypt-devel, elfutils-libelf-devel
-
-Patch0: apt-shell-155990.patch
-# Fix some issues in python binding build
-Patch1: apt-pymake.patch
-Patch5: apt-0.5.15cnc6-pymake2.patch
-# Make rpm manifest usage configurable
-Patch3: apt-0.5.15cnc5-manifest-limit.patch
-# Take read-only, not exclusive rpmdb lock for the initial dependency processing
-Patch6: apt-0.5.15cnc6-rdonly.patch
-# Move scripts from /usr/lib/apt to /usr/share/apt
-Patch7: apt-scriptdir.patch
+# libxml2-devel, #183689
+BuildRequires:  pkgconfig
+Requires:       gnupg
+Requires:       bzip2
+Requires:       fedora-release >= 4
+Requires(post): chkconfig
+Requires(post): ldconfig
+Requires(preun): chkconfig
+%if 0%{!?_with_groupinstall:1}
+Obsoletes:      %{name}-groupinstall < %{version}-%{release}
+%endif
+Requires:	apt-config
 
 %description
-A port of Debian's apt tools for RPM based distributions.
-It provides the apt-get utility that provides a simpler, safer way to
-install and upgrade packages. APT features complete installation ordering,
-multiple source capability and several other unique features.
-
-%package devel
-Summary: Development files and documentation for APT's libapt-pkg.
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: rpm-devel
-%description devel
-This package contains the header files and static libraries for developing
-with APT's libapt-pkg package manipulation library, modified for RPM.
-
-%package python
-Summary: Python bindings for libapt-pkg
-Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-%description python
+APT-RPM is a port of Debian's apt tools for RPM based distributions.
+It provides the apt-get utility that provides a simple, safe way to
+install and upgrade packages.  APT features complete installation
+ordering, multiple source capability and several other useful
+features.
+
+%package        devel
+Summary:        Development files and documentation for APT's libapt-pkg
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       rpm-devel
+
+%description    devel
+This package contains development files for developing with APT's
+libapt-pkg package manipulation library, modified for RPM.
+
+%package        python
+Summary:        Python bindings for libapt-pkg
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+
+%description    python
 The apt-python package contains a module which allows python programs
 to access the APT library interface.
 
-%package groupinstall
-Summary: Add commands to install and remove package groups.
-Group: System Environment/Base
-Requires: %{name} = %{version}-%{release}
-Requires: rhpl, comps
-%description groupinstall
-This package adds four new commands to apt for installing, removing and viewing
-groups of packages:
+%package        groupinstall
+Summary:        Additional commands to install and remove package groups
+Group:          System Environment/Base
+Requires:       %{name} = %{version}-%{release}
+Requires:       rhpl
+Requires:       comps
+
+%description    groupinstall
+This package adds four new commands to apt for installing, removing
+and viewing groups of packages:
 apt-cache groupnames
 apt-cache showgroup <groupname> [<groupname2> ..]
 apt-get groupinstall <groupname> [<groupname2> ..]
 apt-get groupremove <groupname> [<groupname2> ..]
 
-The group information is retrieved from comps.xml used by anaconda (the
-system installer) and other package management tools of RHL/RHEL/FC
-distributions.
+The group information is retrieved from comps.xml used by anaconda
+(the system installer) and other package management tools of
+RHL/RHEL/FC distributions.
 
 
 %prep
 %setup -q
-%patch0 -p0 -b .155990
-%patch1 -p0 -b .pymake
-%patch3 -p1 -b .manifest
-%patch5 -p0 -b .pymake2
-%patch6 -p1 -b .rdonly
-%patch7 -p0 -b .scriptdir
 
 # fix docs to reference correct paths
 perl -pi -e \
   's|\bconfigure-index\.gz\b|configure-index| ;
    s|/usr/share/doc/apt/|%{_docdir}/%{name}-%{version}/|' \
-  doc/apt.ent doc/*/apt.ent.*
+  doc/apt.ent doc/*/apt.ent.* doc/offline.sgml contrib/apt-wrapper/apt.ent
 
 install -pm 644 %{SOURCE19} comps2prio.xsl
 
 # don't require python, lua etc because of stuff in doc/contrib
 find contrib/ -type f | xargs chmod 0644
 
-# appease aclocal >= 1.8
-perl -pi -e 's|^(AC_DEFUN\()(\w+)|$1\[$2\]|' buildlib/*.m4
-
-# http://distro2.conectiva.com.br/pipermail/apt-rpm/2005-March/002664.html
-libtoolize -f && autoreconf
-
 
 %build
-%configure --disable-dependency-tracking
+%configure --disable-dependency-tracking --disable-static
 
 SGML_CATALOG_FILES=$(ls -1 %{_sysconfdir}/sgml/sgml-docbook-3.1* | head -n 1) \
 make %{?_smp_mflags}
@@ -176,118 +141,107 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%makeinstall includedir=$RPM_BUILD_ROOT%{_includedir}/apt-pkg
+make install DESTDIR=$RPM_BUILD_ROOT includedir=%{_includedir}/apt-pkg
 %find_lang %{name}
 
 # The state files
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/apt/archives/partial
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/apt/genpkglist
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/cache/apt/gensrclist
-mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/state/apt/lists/partial
+mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/apt/lists/partial
 
 # The config files
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/apt
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/apt/apt.conf.d
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/apt/sources.list.d
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/apt/vendors.list.d
-install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/apt/apt.conf
-install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/apt/sources.list
-install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/apt/vendors.list
-install -p -m 644 %{SOURCE4} $RPM_BUILD_ROOT/%{_sysconfdir}/apt/preferences
-install -p -m 644 rpmpriorities $RPM_BUILD_ROOT/%{_sysconfdir}/apt/
+install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/apt/apt.conf
+install -pm 644 %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/apt/sources.list
+install -pm 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/apt/vendors.list
+install -pm 644 %{SOURCE4} $RPM_BUILD_ROOT/%{_sysconfdir}/apt/preferences
+install -pm 644 rpmpriorities $RPM_BUILD_ROOT/%{_sysconfdir}/apt/
 
 # install config parts
-install -p -m 644 %{SOURCE150} $RPM_BUILD_ROOT%{_sysconfdir}/apt/apt.conf.d/
-install -p -m 644 %{SOURCE250} $RPM_BUILD_ROOT%{_sysconfdir}/apt/vendors.list.d/fedora.list
+install -pm 644 %{SOURCE150} $RPM_BUILD_ROOT%{_sysconfdir}/apt/apt.conf.d/
 
 # GPG keys
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/apt/gpg/
-for gpgkey in %{SOURCE200} %{SOURCE202} %{SOURCE203}; do
-	install -p -m 644  $gpgkey $RPM_BUILD_ROOT%{_sysconfdir}/apt/gpg/
-done
+ln -s /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora \
+  $RPM_BUILD_ROOT%{_sysconfdir}/apt/gpg/gpg-pubkey-4f2a6fd2-3f9d9d3b
+ln -s /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras \
+  $RPM_BUILD_ROOT%{_sysconfdir}/apt/gpg/gpg-pubkey-1ac70ce6-41bebeef
 
 # Lua scripts
-mkdir -p $RPM_BUILD_ROOT%{scriptdir}
-for script in %{SOURCE52} %{SOURCE54}; do
-	install -p -m 755 $script $RPM_BUILD_ROOT%{scriptdir}
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/apt/scripts
+for script in %{SOURCE51} ; do
+  install -pm 755 $script $RPM_BUILD_ROOT%{_datadir}/apt/scripts
 done
 
 # The python bindings
 mkdir -p $RPM_BUILD_ROOT%{python_sitearch}/
-install -p -m 755 python/_apt.so $RPM_BUILD_ROOT%{python_sitearch}/
-install -p -m 644 python/apt.py{c,} $RPM_BUILD_ROOT%{python_sitearch}/
+install -pm 755 python/_apt.so $RPM_BUILD_ROOT%{python_sitearch}/
+install -pm 644 python/apt.py{c,} $RPM_BUILD_ROOT%{python_sitearch}/
 touch $RPM_BUILD_ROOT%{python_sitearch}/apt.pyo
 
 # Nightly updater scripts & default config
-install -D -p -m 755 %{SOURCE20} $RPM_BUILD_ROOT/%{_initrddir}/apt
-install -D -p -m 755 %{SOURCE21} $RPM_BUILD_ROOT/%{_sysconfdir}/cron.daily/apt.cron
-install -D -p -m 644 %{SOURCE22} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/apt
+install -Dpm 755 contrib/apt-cron/apt.init $RPM_BUILD_ROOT/%{_initrddir}/apt
+install -Dpm 755 contrib/apt-cron/apt.cron $RPM_BUILD_ROOT/%{_sysconfdir}/cron.daily/apt.cron
+install -Dpm 644 contrib/apt-cron/apt.sysconfig $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/apt
 
 # GPG checker from contrib
-install -p -m 755 contrib/gpg-check/*.lua $RPM_BUILD_ROOT/%{scriptdir}/
+install -pm 755 contrib/gpg-check/*.lua $RPM_BUILD_ROOT/%{_datadir}/apt/scripts
 
 # apt-groupinstall from contrib
-install -p -m 755 contrib/apt-groupinstall/{groupinstall-backend-comps.py,apt-groupinstall.lua} $RPM_BUILD_ROOT/%{scriptdir}
-install -p -m 644 contrib/apt-groupinstall/apt-groupinstall.conf $RPM_BUILD_ROOT/%{_sysconfdir}/apt/apt.conf.d/
+%if 0%{?_with_groupinstall:1}
+install -pm 755 contrib/apt-groupinstall/{groupinstall-backend-comps.py,apt-groupinstall.lua} $RPM_BUILD_ROOT/%{_datadir}/apt/scripts
+touch $RPM_BUILD_ROOT%{_datadir}/apt/scripts/groupinstall-backend-comps.py{c,o}
+install -pm 644 contrib/apt-groupinstall/apt-groupinstall.conf \
+  $RPM_BUILD_ROOT/%{_sysconfdir}/apt/apt.conf.d/
+%endif
 
 # nuke .la files
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
-%pre
-if [ $1 -gt 1 ] && [ ! -f %{_sysconfdir}/apt/apt.conf.d/default.conf ]; then
-	mv -f %{_sysconfdir}/apt/apt.conf %{_sysconfdir}/apt/apt.conf.rpmsave
-	echo "NOTE: Default configuration changed!"
-	echo "If you have made any changes to the configuration locally"
-	echo "Merge your local customizations from %{_sysconfdir}/apt/apt.conf.rpmsave"
-	echo "to %{_sysconfdir}/apt/apt.conf"
-fi
-
-%preun
-if [ $1 = 0 ]; then
- /sbin/service apt stop > /dev/null 2>&1
- /sbin/chkconfig --del apt
-fi
-exit 0
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post
 /sbin/ldconfig
-if [ ! -f %{_sysconfdir}/apt/apt.conf ]; then
- echo "// User customizable configuration goes here" \
-  > %{_sysconfdir}/apt/apt.conf
-fi
 /sbin/chkconfig --add apt
 
-%postun -p /sbin/ldconfig
+%preun
+if [ $1 -eq 0 ] ; then
+  %{_initrddir}/apt stop &>/dev/null || :
+  /sbin/chkconfig --del apt
+fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%postun -p /sbin/ldconfig
 
 
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc AUTHORS* COPYING* ABOUT* TODO comps2prio.xsl doc/examples/ contrib/
-%dir %{_sysconfdir}/apt
-%dir %{_sysconfdir}/apt/sources.list.d
-%dir %{_sysconfdir}/apt/vendors.list.d
-%dir %{_sysconfdir}/apt/apt.conf.d
-%dir %{_sysconfdir}/apt/gpg
-%{_sysconfdir}/apt/gpg/gpg-pubkey*
-%config(noreplace) %{_sysconfdir}/sysconfig/apt
-%config(noreplace) %{_sysconfdir}/apt/rpmpriorities
-%config(noreplace) %{_sysconfdir}/apt/preferences
+
+%dir %{_sysconfdir}/apt/
 %config(noreplace) %{_sysconfdir}/apt/apt.conf
+%config(noreplace) %{_sysconfdir}/apt/preferences
+%config(noreplace) %{_sysconfdir}/apt/rpmpriorities
 %config(noreplace) %{_sysconfdir}/apt/sources.list
 %config(noreplace) %{_sysconfdir}/apt/vendors.list
-# NOTE: no noreplace on these because we WANT to be able to change the defaults
+%dir %{_sysconfdir}/apt/apt.conf.d/
+# NOTE: no noreplace because we WANT to be able to change the defaults
 # without user intervention!
-%config %{_sysconfdir}/apt/apt.conf.d/*
-%exclude %{_sysconfdir}/apt/apt.conf.d/apt-groupinstall.conf
-#%config %{_sysconfdir}/apt/sources.list.d/*.list
-%config %{_sysconfdir}/apt/vendors.list.d/*
-%config %{_initrddir}/apt
+%config %{_sysconfdir}/apt/apt.conf.d/default.conf
+%dir %{_sysconfdir}/apt/sources.list.d/
+%dir %{_sysconfdir}/apt/vendors.list.d/
+
+%config(noreplace) %{_sysconfdir}/sysconfig/apt
 %config %{_sysconfdir}/cron.daily/apt.cron
 
+%{_sysconfdir}/apt/gpg/
+%{_initrddir}/apt
+
 %{_bindir}/apt-cache
 %{_bindir}/apt-cdrom
 %{_bindir}/apt-config
@@ -297,36 +251,105 @@
 %{_bindir}/genpkglist
 %{_bindir}/gensrclist
 %{_bindir}/genbasedir
-%{_libdir}/*.so.*
-%{_libdir}/apt
-%{_datadir}/apt
-%exclude %{scriptdir}/apt-groupinstall.lua
-%exclude %{scriptdir}/groupinstall-backend-comps.py
-%{_mandir}/man?/*
-%{_localstatedir}/cache/apt
-%{_localstatedir}/state/apt
+%{_libdir}/libapt-pkg*.so.*
+%{_libdir}/apt/
+%dir %{_datadir}/apt/
+%dir %{_datadir}/apt/scripts/
+%{_datadir}/apt/scripts/gpg-check.lua
+%{_datadir}/apt/scripts/gpg-import.lua
+%{_datadir}/apt/scripts/upgradevirt.lua
+%{_localstatedir}/cache/apt/
+%{_localstatedir}/lib/apt/
+%{_mandir}/man[58]/*.[58]*
 
 %files devel
-%defattr(-, root, root)
+%defattr(-,root,root,-)
 %{_includedir}/apt-pkg/
-%{_libdir}/*.so
-%{_libdir}/*.a
+%{_libdir}/libapt-pkg*.so
 
 %files python
-%defattr(-, root, root)
+%defattr(-,root,root,-)
 %{python_sitearch}/_apt.so
 %{python_sitearch}/apt.py
 %{python_sitearch}/apt.pyc
 %ghost %{python_sitearch}/apt.pyo
 
+%if 0%{?_with_groupinstall:1}
 %files groupinstall
-%defattr(-, root, root)
+%defattr(-,root,root,-)
+# XXX not config?
 %{_sysconfdir}/apt/apt.conf.d/apt-groupinstall.conf
-%{scriptdir}/apt-groupinstall.lua
-%{scriptdir}/groupinstall-backend-comps.py
+%{_datadir}/apt/scripts/apt-groupinstall.lua
+%{_datadir}/apt/scripts/groupinstall-backend-comps.py
+%ghost %{_datadir}/apt/scripts/groupinstall-backend-comps.py[co]
+%endif
 
 
 %changelog
+* Mon May 22 2006 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Update to 0.5.15lorg3.1.
+
+* Sat May 20 2006 Axel Thimm <Axel.Thimm at ATrpms.net>
+- Update to 0.5.15lorg3.1-rc2.
+- Move some FC specific config bits to fedora-package-config-apt.
+- Remove some sources that can be found in upstream now.
+
+* Thu May 11 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.5.15lorg3-2.1
+- Remove bogus final s from default(s).conf (Ville).
+
+* Mon May  8 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.5.15lorg3-2
+- Split off configuration files from apt.
+
+* Tue Apr 25 2006 Axel Thimm <Axel.Thimm at ATrpms.net> - 0.5.15lorg3-1
+- Update to 0.5.15lorg3 final.
+- Fix URL.
+
+* Wed Apr 19 2006 Ralf Corsépius <rc040203 at freenet.de>
+- 0.5.15lorg3-rc2.
+
+* Mon Apr 10 2006 Ville Skyttä <ville.skytta at iki.fi>
+- Remove mirror select remainders (thanks to Panu).
+
+* Sun Apr  9 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.15lorg3-0.3.rc1
+- 0.5.15lorg3-rc1.
+- Trim pre-2005 changelog entries.
+
+* Sun Apr 09 2006 Panu Matilainen <pmatilai at laiskianen.org>
+- use /var/lib/apt instead of obsolete /var/state/apt
+- support FC4 as well
+
+* Fri Apr  7 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.15lorg3-0.2.pre4
+- 0.5.15lorg3-pre4.
+
+* Fri Mar 24 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.15lorg3-0.2.pre3
+- 0.5.15lorg3-pre3.
+
+* Wed Mar 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.15lorg3-0.2.pre2
+- Don't ship our copies of GPG keys, use ones in /etc/pki/rpm-gpg instead.
+- Don't import the "Old RHL key" by default.
+
+* Wed Mar 22 2006 Panu Matilainen <pmatilai at laiskiainen.org>
+- 0.5.15lorg3-pre2
+- set distroverpkg to fedora-release
+- add distro version and arch independent default source list entries for 
+  fedora core, extras + updates
+- remove old nasty fedora.us-time hacks from post scriptlets
+
+* Sun Mar 19 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.15lorg3-0.2.pre1
+- Fix Allow-Duplicated* default.conf bugs introduced in previous version.
+
+* Sun Mar 19 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.5.15lorg3-0.1.pre1
+- 0.5.15lorg3-pre1: preliminary multilib and repomd support.
+- Update config for kernel and module packages.
+- Don't ship static libraries.
+- Don't mark init script as config.
+- Don't build -groupinstall for now.
+- Clean up dependency lists for FC5+.
+- Specfile cleanup.
+
+* Sun Nov 13 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5.15cnc7-7
+- Rebuild against new OpenSSL.
+
 * Wed Jun 22 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.5.15cnc7-6
 - Drop fedora.us GPG key and vendors.list entry.
 - Remove mirror list stuff (#161042).
@@ -372,474 +395,3 @@
 - "Revert" rpmpriorities and libselinux build-dep stuff to Panu's version.
 - Add experimental auto-generation of rpmpriorities, but don't use it yet.
 - Fix up mirror-select.conf creation.
-
-* Wed Nov 10 2004 Michael Schwendt <mschwendt[AT]users.sf.net> 0.5.15cnc6-11
-- TODO: Somebody with access to www.fedora.us would need to update
-  Source151 (mirror-select.conf) and update it for FC3.
-- Only make this build for FC3 (fix installation of rpmpriorities file
-  and fixed the inaccurate conditional BR libselinux-devel which could
-  be made unconditional).
-
-* Tue Nov 09 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.19.r362
-- add rpmpriorities for fc3
-
-* Tue Sep 14 2004 Panu Matilainen <pmatilai at welho.com>
-- don't check rpm's sublevel for selinux-devel requirement
-
-* Wed Aug 18 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.18.r362
-- revision r362
-- add rpmpriorities file for rawhide
-
-* Sat Aug 14 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.18.r361
-- update to revision r361
-- automated updates from cron are now configurable through /etc/sysconfig/apt
-- provide apt-mirrorselect so repo-configs can depend on it
-- preliminary fixes for x86_64:
-  - put scripts to /usr/share/apt/scripts instead of /usr/lib
-  - build python bindings with -fPIC
-
-* Thu Aug 12 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.17.r360
-- update to revision r360
-- revert back to print() in upgradevirt kernel-module-warning (see #1524/c18)
-
-* Wed Aug 11 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.17.r358
-- update to revision r358
-
-* Tue Jul 13 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.17.r355
-- update to revision r355 for native SELinux support
-
-* Fri Jul 9 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.16.r354
-- fix a typo in apt.cron
-
-* Fri Jul 9 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.15.r354
-- don't run kernel-module magic if no kernel was installed in (dist-)upgrade
-- improve description a bit
-- update to svn r354 (improved virtual package handling in apt-cache)
-
-* Mon Jul 5 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.14.r353
-- add optional script to automatically update from cron
-- use updated gpg checker (with progress reporting) from contrib
-- add new subpackage for groupinstall (to avoid dependening on comps and rhpl
-  for core apt)
-- update to revision 353 from upstream for various bugfixes and enhancements,
-  drop merged patches
-- remove NOISY=1 from make, hasn't done anything in ages..
-
-* Thu Jun 17 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.13
-- fix grubby handling wrt non-UP kernels
-- never change default kernel if the current default is non-linux system
-- include upstream patch to allow setting custom md5cache path for genbasedir
-
-* Tue Jun 15 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.12
-- don't fiddle with grubby unless a new kernel was actually installed
-- include kernel-sourcecode in allow-duplicated
-- include rpmpriorities for fc2 final
-
-* Fri May 14 2004 Panu Matilainen <pmatilai at welho.com>
-- use rpm's ordering algorithm, not apt's internal
-
-* Mon May 10 2004 Panu Matilainen <pmatilai at welho.com>
-- remove ash from rpmpriorities (#1562)
-- updated version of upgradevirt.lua (#1514)
-
-* Tue May 04 2004 Panu Matilainen <pmatilai at welho.com>
-- set APT::Cache::AllNames to false to make "apt-cache pkgnames" less scary
-
-* Thu Apr 29 2004 Panu Matilainen <pmatilai at welho.com>
-- check for rpm 4.3.1
-
-* Fri Apr 09 2004 Panu Matilainen <pmatilai at welho.com>
-- remove kernel from rpmpriorities, allow-duplicated packages don't work
-  nicely with any higher than standard priority which is the default anyway
-
-* Fri Apr 09 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.11
-- revert the ctrl-c workaroound, the "cure" is worse than the disease
-
-* Thu Apr 08 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.10
-- take readonly rpmdb lock initially, not exclusive
-
-* Thu Apr 08 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.9
-- patch from upstream to plug segfault if ctrl-c'ing while downloading
-- apt isn't multilib-safe, exclude arch x86_64 (bug #1464)
-
-* Tue Apr 06 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.8
-- fix build-dep issue reported in #1429
-
-* Mon Apr 05 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.7
-- don't run gpg-import at all as a normal user
-
-* Mon Apr 05 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.6
-- don't fail in gpg-checker if directory / files don't exist
-- don't spit out spurious error messages if importing fails (#1398)
-- allow turning off the gpg-import via true/false configuration item
-- explicitly list GPG-Check and GPG-Import config options in default.conf
-- generate mirror-select.conf based on FC release automatically
-- buildrequires fedora-release for version detection
-- rename Upgrade-Kernel -> Upgrade-Virtual in sample apt.conf
-
-* Sat Apr 03 2004 Warren Togami <wtogami at redhat.com> 0.5.15cnc6-0.fdr.5
-- Ville's docbook building fix
-
-* Tue Mar 30 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.4
-- add upgrade-virtual=true back to default.conf
-- updated version of upgradevirt.lua, fixed kernel-module package handling
-
-* Mon Mar 29 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.3
-- remember to include upgradevirt.lua..
-
-* Mon Mar 29 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.2
-- allow-duplicated lua script was getting incorrectly copied to scripts/
-- fix some permissions of source files to make rpmlint happy
-- don't copy source53 twice
-- in gpg-import check that the file is called gpg-pubkey* and ignore others
-
-* Sun Mar 28 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.1
-- move back to upgradevirt.lua, allow-duplicated from contrib doesn't like
-  RH kernel packages
-- remember to set kernel::module-prefix in default.conf
-- add upgradevirt.lua to all the necessary new slot
-- move kernel from Essential priority to Important in rpmpriorities, allow-
-  duplicated packages don't behave well with Essential priority
-
-* Mon Mar 22 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.1
-- update to 0.5.15cnc6
-- fix the source url
-
-* Sat Mar 20 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc6-0.fdr.0.r309.1
-- update to revision r309 snapshot
-- remove patches merged upstream
-- drop upgradevirt.lua, use allow-duplicated from contrib instead
-- updated gpg-checker scripts (fix #1398)
-- updated mirror-select scripts
-
-* Sun Feb 29 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc5-0.fdr.10
-- re-add promoteepoch patch, it got accidentally left out of the upstream-patch
-
-* Wed Feb 25 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc5-0.fdr.9
-- Change the comments mirror-select writes as requested in #1180
-
-* Fri Feb 13 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc5-0.fdr.8
-- Pull patch for revs 266-274 from upstream, containing various important
-  fixes (epoch handling, build system related etc)
-
-* Thu Feb 09 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc5-0.fdr.7
-- Fix build on FC2-test1 (conditional libselinux-devel buildreq)
-
-* Mon Feb 09 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc5-0.fdr.6
-- automatically handle fedora.us style kernel-module packages with kernel
-  updates
-- don't run mirror-selector if quiet mode set (== non-interactive)
-- don't trash sources.list on upgrade, only if user chooses to do so
-
-* Wed Feb 04 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc5-0.fdr.5
-- don't break sources.list on upgrade from %%post
-
-* Wed Jan 28 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc5-0.fdr.4
-- updated mirror-selector:
-  * write to /etc/apt/sources.list.d/mirror-select.list, not main sources.list
-  * some cosmetic improvements
-- move main sources.list out of the way on first upgrade to force user to
-  choose a mirror
-
-* Tue Jan 27 2004 Panu Matilainen <pmatilai at welho.com>
-- Always initialize rpm transaction rootdir (hope to fix #1238)
-
-* Mon Jan 19 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc5-0.fdr.3
-- make rpm manifest usage configurable per Enricos request (patch 4)
-- use mirror lists on fedora.us
-- include Fedora Legacy gpg key
-
-* Tue Jan 06 2004 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc5-0.fdr.2
-- make newly installed kernel default by default
-- clean up old cruft (sources.list editing etc)
-- stricter python dependency for apt-python
-- set all files in contrib non-executable, not just *.py
-- fix couple of buglets in mirror-select.lua
-
-* Sat Dec 27 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc5-0.fdr.1
-- don't fail from mirror-select if /proc isn't mounted
-
-* Sat Dec 27 2003 Panu Matilainen <pmatilai at welho.com>
-- don't create unneeded duplicate provides for virtualized packages (patch 3)
-
-* Fri Dec 26 2003 Panu Matilainen <pmatilai at welho.com>
-- add missing dependency on wget for mirror-selector
-
-* Wed Dec 24 2003 Panu Matilainen <pmatilai at welho.com>
-- update to 0.5.15cnc5
-- drop patches merged upstream
-
-* Tue Dec 23 2003 Panu Matilainen <pmatilai at welho.com>
-- remove extraneous mirror-select configs from default.conf
-- updated mirror-select script
-
-* Fri Dec 12 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc4-0.fdr.4
-- replace kernel-upgrade.lua with a more generic script which automatically
-  upgrades all virtualized (usually allow-duplicated) packages
-
-* Wed Dec 10 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc4-0.fdr.3
-- add missing gettext build dependency
-
-* Mon Dec 08 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc4-0.fdr.2
-- updated mirror-selector:
-  * download mirrorlist off the net
-  * support several mirror lists
-  * separate steps for choosing repositories and mirrors
-- revert gensrclist change breaking older apts
-
-* Wed Dec 03 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc4-0.fdr.1
-- update to 0.5.15cnc4
-- drop obsolete "oldpkg" patch
-- drop patches merged upstream
-- remove default-release setting, causes unnecessary confusion among users
-- remove reduntant stuff from fedora.conf, rename to default.conf
-- no default repositories included
-- add old RHL GPG key back, a few FC packages appear to be signed by it still
-
-* Tue Dec 02 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc3-0.fdr.5
-- fix default config wrt Lua scripts (various slot-names changed in cnc3)
-- better handling of default config in lua-scripts
-- turn kernel upgrading on by default in fedora.conf
-
-* Mon Dec 01 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc3-0.fdr.4
-- don't drag in dependency on external lua
-
-* Mon Dec 01 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc3-0.fdr.3
-- much improved mirror-selector script
-- add various important upstream fixes (patches 6-8)
-- add kernel*unsupported-modules to fedora.conf for 2.6 kernels
-
-* Tue Nov 25 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc3-0.fdr.2
-- trim rpmpriorities a bit
-- add a "first-time druid" script to prompt user for nearest mirror
-- no default fedora sources.list entry at all
-- use sluglug.ucsc.edu mirror for macromedia instead of mplug.org
-
-* Mon Nov 24 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc3-0.fdr.1
-- update to official 0.5.15cnc3
-- move old apt.conf out of the way on upgrade to new-style config
-- saner error messages in gpg-checker.lua
-
-* Mon Nov 24 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc2-0.fdr.2.r224.1
-- oops, some local cruft got included in previous version
-
-* Mon Nov 24 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc2-0.fdr.2.r224
-- update to revision 224
-
-* Sat Nov 22 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc2-0.fdr.2.r213
-- update to revision 213
-
-* Fri Nov 21 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc2-0.fdr.2.r210
-- snapshot of revision 210 from svn repo
-- default to internal package manager (== rpmlib)
-- remove old rpmlib-patch related logic from spec
-- move default configs to sources.list.d, apt.conf.d and vendors.list.d,
-  leaving the apt.conf and sources.list for user localizations
-
-* Wed Nov 12 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc2-0.fdr.1
-- update rpmlib patch to -7 which has more sensible error reporting
-
-* Wed Nov 12 2003 Panu Matilainen <pmatilai at welho.com>
-- update to 0.5.15cnc2
-- remove patches 6-9, they're merged upstream now
-- use fedora-style buildroot
-- drop the ugly apt.conf tweaking from post, wont fix everything anyway
-  if upgrading from old RHL's.
-- add URL to spec (wake up QA, been missing all this time and nobody noticed :)
-- remove rpm version checking, not needed anymore
-
-* Tue Nov 11 2003 Panu Matilainen <pmatilai at welho.com>
-- drop the build-dep patches altogether, they're .. umm, borked
-
-* Tue Nov 11 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc1-0.fdr.3
-- stricter python dependency on -python
-- remove out-of-date mirror list from sources.list, add pointer to
-  official mirror list URL
-- drop all rawhide and test keys - we don't want those automatically imported
-
-* Mon Nov 10 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc1-0.fdr.2
-- add patch 11 from Gustavo to fix package pinning
-
-* Sat Nov 08 2003 Panu Matilainen <pmatilai at welho.com> 0.5.15cnc1-0.fdr.1
-- update to 0.5.15cnc1
-- back to 0.fdr.x releases...
-- redhat -> fedora fixes in rpmpriorities.1
-
-* Fri Nov 07 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc7-1
-- update to cnc7
-- drop patches 9 + 10 for now (re-evaluation needed)
-- Fedora-keys added, old RH keys removed
-
-* Sun Nov 02 2003 Panu Matilainen <pmatilai at welho.com>
-- update rpmlib patch to allow compiling against rpm-4.2.1
-- scrap old RHL version checking + deps
-- buildroot -> RPM_BUILD_ROOT
-- fix source lists for new repository layout
-
-* Thu Oct 23 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc6-0.fdr.11
-- add rpmpriorities for 0.95, drop 0.93
-
-* Thu Oct 16 2003 Panu Matilainen <pmatilai at welho.com>
-- update rpmlib patch to rev -5 (which actually works again :)
-
-* Wed Oct 01 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc6-0.fdr.10
-- include rpmpriorities for 0.94
-- more fixes for #667 (handle builddeps on versioned provides)
-
-* Tue Sep 30 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc6-0.fdr.9
-- add patch 10 to support build dependencies on files (#682)
-- add new rawhide gpg key (#696)
-- add distrel mangling for Fedora Core
-
-* Wed Sep 03 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc6-0.fdr.8
-- add patch 9 to support build dependencies on virtual packages (#667)
-- config(noreplace) for /etc/apt/rpmpriorities (#629)
-- better reporting of signature problems in gpg-checker.lua
-
-* Fri Aug 29 2003 Panu Matilainen <pmatilai at welho.com>
-- add contrib stuff as docs
-- add bzip2 dependency (#629)
-
-* Tue Aug 19 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc6-0.fdr.7
-- use apterror() instead of exit in gpg-checker.lua to allow smoother
-  operation with synaptic
-- support pkg=ver syntax for virtual packages (patch 8)
-- strict version-release dependency in apt-python
-- when built with --with rpmlib add .rpmlib to release string
-
-* Tue Aug 19 2003 Panu Matilainen <pmatilai at welho.com>
-- fix #558, #611
-
-* Mon Jul 21 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc6-0.fdr.6
-- fix build on RH 9.0.93
-- detect rpm-related buildreqs from rpm version, not distro version
-- some spec rearrangements
-- comment the patches
-
-* Sat Jul 19 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc6-0.fdr.5
-- use -p option with install
-- add beecrypt-devel buildreq for rpm-4.2.1
-
-* Mon Jul 14 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc6-0.fdr.4
-- fix typos in gpg-checker script
-
-* Mon Jul 07 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc6-0.fdr.3
-- fix apt.conf for gpg checking with lua in post
-
-* Fri Jun 13 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc6-0.fdr.2
-- add patch to allow build against rpm-4.2.1
-- add --with rpmlib build option
-
-* Thu Jun 12 2003 Panu Matilainen <pmatilai at welho.com>
-- EXPERIMENTAL patch to make apt use only rpmlib
-
-* Tue Jun 10 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc6-0.fdr.1
-- update to 0.5.5cnc6
-- drop patches merged upstream
-
-* Tue Jun 10 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc5-0.fdr.9
-- patch from upstream to fix a security problem where lua-scripts can get
-  accidentally executed from cwd
-
-* Mon Jun 09 2003 Panu Matilainen <pmatilai at welho.com>
-- apt doesn't like build deps on versioned virtual provides -> only RH7.3
-  package buildrequires python2-devel, newer ones have python-devel
-
-* Thu Jun 05 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc5-0.fdr.8
-- fix the proxy template format in apt.conf
-- fix hang when reading package lists on duplicate packages
-
-* Thu May 22 2003 Panu Matilainen <pmatilai at welho.com>
-- automatically handle installing older allowdup pkgs with new rpms
-
-* Mon May 19 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc5-0.fdr.7
-- fix thinkos/typos in gpg-checker + config
-
-* Mon May 19 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc5-0.fdr.6
-- import some of the changes in #149:
-  - detect distrel, rhrel automatically
-  - rename GPG keys to their rpmdb names for easier checking
-  - use install instead of cp
-- use Lua GPG-sigchecker, split importing them to another script
-- include kernel-upgrade and preserve-conf Lua-scripts
-- move lua scripts from /etc/apt to /usr/lib/apt (upstream change in svn tree)
-- list explicitly binaries so we know if something fails
-- fix #259
-- add missing ncurses-devel buildreq (for apt-shell)
-
-* Sat May 03 2003 Panu Matilainen <pmatilai at welho.com>
-- add missing libelf-devel buildreq for RH8.0 (#254)
-- add missing readline-devel buildreq (for apt-shell)
-
-* Thu Apr 24 2003 Panu Matilainen <pmatilai at welho.com>
-- add /etc/apt/scripts directory (for Lua scripts)
-
-* Tue Apr 22 2003 Warren Togami <warren at togami.com> 0.5.5cnc5-0.fdr.5
-- Bug #172 comment #18 apt.conf proxy syntax
-
-* Tue Apr 22 2003 Warren Togami <warren at togami.com> 0.5.5cnc5-0.fdr.4
-- elfutils-devel exists only in RH9
-
-* Tue Apr 22 2003 Warren Togami <warren at togami.com> 0.5.5cnc5-0.fdr.3
-- Patch epoch comparison behavior, rpmvercmp.warren.patch
-  http://www.fedora.us/pipermail/fedora-devel/2003-April/001043.html
-
-* Thu Apr 17 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc5-0.fdr.2
-- add missing buildreq elfutils-devel
-- rpmpriorities for non %{distrel} wasn't getting included in src.rpm
-
-* Wed Apr 16 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc5-0.fdr.1
-- patch to speed up apt startup and genbasedir
-- drop "counting sheep" patch, not needed anymore
-- include current mirrors in sources.list
-- autodetect RH version
-
-* Tue Apr 15 2003 Panu Matilainen <pmatilai at welho.com>
-- update to official 0.5.5cnc5
-- use g++ not gcc to build python bindings
-- more selected merging from #149
-- include Fedora GPG fingerprint in vendors.list "just in case"
-
-* Mon Apr 14 2003 Panu Matilainen <pmatilai at welho.com>
-- update to newer snapshot (new make system, lua interface ...)
-- rearrange spec accordingly, use %find_lang etc
-- drop unneeded patches (filedeps..)
-- only look at .list files in sources.list.d
-- merge selected patches by Rex Dieter / #149
-- include French mirror in sources.list (commented out)
-
-* Mon Apr 07 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc4.1-0.fdr.7
-- optional patch to ignore signals while rpmdb lock is held to avoid stale locks
-- add epoch to requires =, >= too
-
-* Thu Apr 03 2003 Panu Matilainen <pmatilai at welho.com>
-- fix segfault if rpm-dir index is a broken symlink
-- rpmpriorities generated from comps.xml
-- dont tag the various keys as %dir :-/
-
-* Mon Mar 31 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc4.1-0.fdr.5
-- add Ville's suggested fixes from #12 (doc paths, stricter regexps in apt.conf)
-
-* Mon Mar 31 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc4.1-0.fdr.4
-- use 7.x instead of 7.3 in macromedia repository
-- add Epoch 0
-- add patch from svn for massive file dependency breakage on certain situations
-- add patch4 to tell something is happening when apt is counting packages
-  on startup
-
-* Fri Mar 27 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc4.1-0.fdr.3
-- dont bother building translations since we're not installing them anyway
-  which fixes build on RH7.x (7.3 at least)
-
-* Thu Mar 27 2003 Panu Matilainen <pmatilai at welho.com> 0.5.5cnc4.1.0.fdr.2
-- add macromedia.list
-- import GPG keys on first run, not from %post
-- require gnupg (needed with authenticated repositories)
-
-* Tue Mar 25 2003 Panu Matilainen <pmatilai at welho.com>
-- import GPG keys from %post
-- drop the -kernel$ entries from apt.conf
-- add Default-Release = stable to apt.conf
-
-* Sat Mar 23 2003 Panu Matilainen <pmatilai at welho.com>
-- Initial Fedora packaging (reset changelog)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/apt/FC-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	27 Mar 2005 12:08:38 -0000	1.4
+++ sources	22 May 2006 18:48:05 -0000	1.5
@@ -1 +1 @@
-9e44ec1503fa96832bbd9b532543e4de  apt-0.5.15cnc7.tar.bz2
+3e07e238a50b7f153f83eac5e8d869b3  apt-0.5.15lorg3.1.tar.bz2




More information about the scm-commits mailing list