From 9e8af82c97992ab15e4c182af84f06afd4885dc7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 11 Jan 2011 23:15:44 -0600 Subject: Back out anticipated epoch changes After all the debate as to what to do on maint, we are going to end up just incorporating epoch into the version string, so we don't need this separate field at all. Revert commit 5c8083baa4a and also kill the force flag we were recording here as well. Signed-off-by: Dan McGee --- lib/libalpm/be_files.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/libalpm/be_files.c b/lib/libalpm/be_files.c index c0b8b439..1c9aaeec 100644 --- a/lib/libalpm/be_files.c +++ b/lib/libalpm/be_files.c @@ -811,10 +811,6 @@ int _alpm_db_write(pmdb_t *db, pmpkg_t *info, pmdbinfrq_t inforeq) fprintf(fp, "\n"); } if(local) { - if(info->force) { - fprintf(fp, "%%EPOCH%%\n" - "1\n\n"); - } if(info->url) { fprintf(fp, "%%URL%%\n" "%s\n\n", info->url); -- cgit v1.2.3-54-g00ecf