From 7349a7245ccc7adca93930968b4a1aa77a144655 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Apr 09 2006 15:23:32 +0000 Subject: - 0.5.15lorg3-rc1. - Trim pre-2005 changelog entries. Sun Apr 09 2006 Panu Matilainen - use /var/lib/apt instead of obsolete /var/state/apt - support FC4 as well --- diff --git a/.cvsignore b/.cvsignore index c3af0fc..292ef46 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -apt-0.5.15lorg3-pre4.tar.bz2 +apt-0.5.15lorg3-rc1.tar.bz2 diff --git a/apt.spec b/apt.spec index a6022ea..dc292e0 100644 --- a/apt.spec +++ b/apt.spec @@ -6,12 +6,12 @@ Summary: Debian's Advanced Packaging Tool with RPM support Name: apt Version: 0.5.15lorg3 -Release: 0.2.pre4%{?dist} +Release: 0.3.rc1%{?dist} Group: System Environment/Base URL: http://laiskiainen.org/ License: GPL -Source0: http://laiskiainen.org/apt/testing/%{name}-%{version}-pre4.tar.bz2 +Source0: http://laiskiainen.org/apt/testing/%{name}-%{version}-rc1.tar.bz2 # user editable template configs Source1: apt.conf @@ -70,7 +70,7 @@ Requires: gnupg Requires: bzip2 # wget needed by the mirror-selector script Requires: wget -Requires: fedora-release >= 5 +Requires: fedora-release >= 4 Requires(post): chkconfig Requires(post): ldconfig Requires(preun): chkconfig @@ -126,7 +126,7 @@ RHL/RHEL/FC distributions. %prep -%setup -q -n %{name}-%{version}-pre4 +%setup -q -n %{name}-%{version}-rc1 # fix docs to reference correct paths perl -pi -e \ @@ -165,7 +165,7 @@ make install DESTDIR=$RPM_BUILD_ROOT includedir=%{_includedir}/apt-pkg 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 @@ -284,7 +284,7 @@ fi %{_datadir}/apt/scripts/preserve-conf.lua %{_datadir}/apt/scripts/upgradevirt.lua %{_localstatedir}/cache/apt/ -%{_localstatedir}/state/apt/ +%{_localstatedir}/lib/apt/ %{_mandir}/man[58]/*.[58]* %files devel @@ -311,6 +311,14 @@ fi %changelog +* Sun Apr 9 2006 Ville Skyttä - 0.5.15lorg3-0.3.rc1 +- 0.5.15lorg3-rc1. +- Trim pre-2005 changelog entries. + +* Sun Apr 09 2006 Panu Matilainen +- use /var/lib/apt instead of obsolete /var/state/apt +- support FC4 as well + * Fri Apr 7 2006 Ville Skyttä - 0.5.15lorg3-0.2.pre4 - 0.5.15lorg3-pre4. @@ -388,474 +396,3 @@ fi - "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 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 0.5.15cnc6-0.fdr.19.r362 -- add rpmpriorities for fc3 - -* Tue Sep 14 2004 Panu Matilainen -- don't check rpm's sublevel for selinux-devel requirement - -* Wed Aug 18 2004 Panu Matilainen 0.5.15cnc6-0.fdr.18.r362 -- revision r362 -- add rpmpriorities file for rawhide - -* Sat Aug 14 2004 Panu Matilainen 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 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 0.5.15cnc6-0.fdr.17.r358 -- update to revision r358 - -* Tue Jul 13 2004 Panu Matilainen 0.5.15cnc6-0.fdr.17.r355 -- update to revision r355 for native SELinux support - -* Fri Jul 9 2004 Panu Matilainen 0.5.15cnc6-0.fdr.16.r354 -- fix a typo in apt.cron - -* Fri Jul 9 2004 Panu Matilainen 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 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 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 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 -- use rpm's ordering algorithm, not apt's internal - -* Mon May 10 2004 Panu Matilainen -- remove ash from rpmpriorities (#1562) -- updated version of upgradevirt.lua (#1514) - -* Tue May 04 2004 Panu Matilainen -- set APT::Cache::AllNames to false to make "apt-cache pkgnames" less scary - -* Thu Apr 29 2004 Panu Matilainen -- check for rpm 4.3.1 - -* Fri Apr 09 2004 Panu Matilainen -- 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 0.5.15cnc6-0.fdr.11 -- revert the ctrl-c workaroound, the "cure" is worse than the disease - -* Thu Apr 08 2004 Panu Matilainen 0.5.15cnc6-0.fdr.10 -- take readonly rpmdb lock initially, not exclusive - -* Thu Apr 08 2004 Panu Matilainen 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 0.5.15cnc6-0.fdr.8 -- fix build-dep issue reported in #1429 - -* Mon Apr 05 2004 Panu Matilainen 0.5.15cnc6-0.fdr.7 -- don't run gpg-import at all as a normal user - -* Mon Apr 05 2004 Panu Matilainen 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 0.5.15cnc6-0.fdr.5 -- Ville's docbook building fix - -* Tue Mar 30 2004 Panu Matilainen 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 0.5.15cnc6-0.fdr.3 -- remember to include upgradevirt.lua.. - -* Mon Mar 29 2004 Panu Matilainen 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 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 0.5.15cnc6-0.fdr.1 -- update to 0.5.15cnc6 -- fix the source url - -* Sat Mar 20 2004 Panu Matilainen 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 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 0.5.15cnc5-0.fdr.9 -- Change the comments mirror-select writes as requested in #1180 - -* Fri Feb 13 2004 Panu Matilainen 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 0.5.15cnc5-0.fdr.7 -- Fix build on FC2-test1 (conditional libselinux-devel buildreq) - -* Mon Feb 09 2004 Panu Matilainen 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 0.5.15cnc5-0.fdr.5 -- don't break sources.list on upgrade from %%post - -* Wed Jan 28 2004 Panu Matilainen 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 -- Always initialize rpm transaction rootdir (hope to fix #1238) - -* Mon Jan 19 2004 Panu Matilainen 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 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 0.5.15cnc5-0.fdr.1 -- don't fail from mirror-select if /proc isn't mounted - -* Sat Dec 27 2003 Panu Matilainen -- don't create unneeded duplicate provides for virtualized packages (patch 3) - -* Fri Dec 26 2003 Panu Matilainen -- add missing dependency on wget for mirror-selector - -* Wed Dec 24 2003 Panu Matilainen -- update to 0.5.15cnc5 -- drop patches merged upstream - -* Tue Dec 23 2003 Panu Matilainen -- remove extraneous mirror-select configs from default.conf -- updated mirror-select script - -* Fri Dec 12 2003 Panu Matilainen 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 0.5.15cnc4-0.fdr.3 -- add missing gettext build dependency - -* Mon Dec 08 2003 Panu Matilainen 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 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 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 0.5.15cnc3-0.fdr.4 -- don't drag in dependency on external lua - -* Mon Dec 01 2003 Panu Matilainen 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 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 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 0.5.15cnc2-0.fdr.2.r224.1 -- oops, some local cruft got included in previous version - -* Mon Nov 24 2003 Panu Matilainen 0.5.15cnc2-0.fdr.2.r224 -- update to revision 224 - -* Sat Nov 22 2003 Panu Matilainen 0.5.15cnc2-0.fdr.2.r213 -- update to revision 213 - -* Fri Nov 21 2003 Panu Matilainen 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 0.5.15cnc2-0.fdr.1 -- update rpmlib patch to -7 which has more sensible error reporting - -* Wed Nov 12 2003 Panu Matilainen -- 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 -- drop the build-dep patches altogether, they're .. umm, borked - -* Tue Nov 11 2003 Panu Matilainen 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 0.5.15cnc1-0.fdr.2 -- add patch 11 from Gustavo to fix package pinning - -* Sat Nov 08 2003 Panu Matilainen 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 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 -- 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 0.5.5cnc6-0.fdr.11 -- add rpmpriorities for 0.95, drop 0.93 - -* Thu Oct 16 2003 Panu Matilainen -- update rpmlib patch to rev -5 (which actually works again :) - -* Wed Oct 01 2003 Panu Matilainen 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 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 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 -- add contrib stuff as docs -- add bzip2 dependency (#629) - -* Tue Aug 19 2003 Panu Matilainen 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 -- fix #558, #611 - -* Mon Jul 21 2003 Panu Matilainen 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 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 0.5.5cnc6-0.fdr.4 -- fix typos in gpg-checker script - -* Mon Jul 07 2003 Panu Matilainen 0.5.5cnc6-0.fdr.3 -- fix apt.conf for gpg checking with lua in post - -* Fri Jun 13 2003 Panu Matilainen 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 -- EXPERIMENTAL patch to make apt use only rpmlib - -* Tue Jun 10 2003 Panu Matilainen 0.5.5cnc6-0.fdr.1 -- update to 0.5.5cnc6 -- drop patches merged upstream - -* Tue Jun 10 2003 Panu Matilainen 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 -- 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 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 -- automatically handle installing older allowdup pkgs with new rpms - -* Mon May 19 2003 Panu Matilainen 0.5.5cnc5-0.fdr.7 -- fix thinkos/typos in gpg-checker + config - -* Mon May 19 2003 Panu Matilainen 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 -- add missing libelf-devel buildreq for RH8.0 (#254) -- add missing readline-devel buildreq (for apt-shell) - -* Thu Apr 24 2003 Panu Matilainen -- add /etc/apt/scripts directory (for Lua scripts) - -* Tue Apr 22 2003 Warren Togami 0.5.5cnc5-0.fdr.5 -- Bug #172 comment #18 apt.conf proxy syntax - -* Tue Apr 22 2003 Warren Togami 0.5.5cnc5-0.fdr.4 -- elfutils-devel exists only in RH9 - -* Tue Apr 22 2003 Warren Togami 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 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 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 -- 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 -- 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 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 -- 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 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 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 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 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 -- 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 -- Initial Fedora packaging (reset changelog) diff --git a/sources b/sources index 4eebed9..d6ba4bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c46b74a7e844c7e40017bdad59cee6c apt-0.5.15lorg3-pre4.tar.bz2 +d0f4b875b7d65c5a8b6563cf854a6247 apt-0.5.15lorg3-rc1.tar.bz2