src/rpm.c
changeset 311 cd292c2de0b6
parent 307 95b6bcadd6c4
child 369 f8c27fe9fe63
     1.1 --- a/src/rpm.c	Tue Jul 01 09:22:25 2008 +0100
     1.2 +++ b/src/rpm.c	Wed Jul 02 14:37:38 2008 -0400
     1.3 @@ -246,7 +246,7 @@
     1.4  	{ }
     1.5  };
     1.6  
     1.7 -static const char system_repo_filename[] = "system.repo";
     1.8 +static const char system_repo_filename[] = "system.rzdb";
     1.9  static const char *repo_filename = system_repo_filename;
    1.10  
    1.11  static void
    1.12 @@ -349,7 +349,7 @@
    1.13  		exit(1);
    1.14  	}
    1.15  
    1.16 -	files = "install/var/lib/razor/system-files.repo";
    1.17 +	files = "install/var/lib/razor/system-files.rzdb";
    1.18  	if (option_file)
    1.19  		if (razor_set_open_files(set, files))
    1.20  			exit(1);
    1.21 @@ -480,11 +480,11 @@
    1.22  		set = razor_root_open_read_only(option_root);
    1.23  
    1.24  		/* FIXME: We need to figure out how to do this right. */
    1.25 -		details = "install/var/lib/razor/system-details.repo";
    1.26 +		details = "install/var/lib/razor/system-details.rzdb";
    1.27  		if (option_info)
    1.28  			if (razor_set_open_details(set, details))
    1.29  				return;
    1.30 -		files = "install/var/lib/razor/system-files.repo";
    1.31 +		files = "install/var/lib/razor/system-files.rzdb";
    1.32  		if (option_list)
    1.33  			if (razor_set_open_files(set, files))
    1.34  				return;