diff options
author | Dan McGee <dan@archlinux.org> | 2011-01-12 06:15:44 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-01-12 06:15:44 +0100 |
commit | 9e8af82c97992ab15e4c182af84f06afd4885dc7 (patch) | |
tree | 308bd8f556b1c3f295916708ede1ca90f599c7b8 /lib/libalpm/be_files.c | |
parent | 6ddc115c7f52d6d172ca3879f96cc782bb526313 (diff) | |
download | pacman-9e8af82c97992ab15e4c182af84f06afd4885dc7.tar.gz pacman-9e8af82c97992ab15e4c182af84f06afd4885dc7.tar.xz |
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 <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/be_files.c')
-rw-r--r-- | lib/libalpm/be_files.c | 4 |
1 files changed, 0 insertions, 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); |