*** postgresql-6.5.3-1.spec Fri Nov 5 20:33:29 1999 --- postgresql-6.5.3-2mdk.spec Tue Nov 23 13:57:45 1999 *************** *** 1,7 **** Summary: The PostgreSQL server programs. Name: postgresql Version: 6.5.3 ! Release: 1 Copyright: BSD Group: Applications/Databases Source0: ftp://ftp.postgresql.org/pub/postgresql-%{version}.tar.gz --- 1,7 ---- Summary: The PostgreSQL server programs. Name: postgresql Version: 6.5.3 ! Release: 2mdk Copyright: BSD Group: Applications/Databases Source0: ftp://ftp.postgresql.org/pub/postgresql-%{version}.tar.gz *************** *** 253,259 **** ## Removed the code for the data subpackage. ! mkdir -p $RPM_BUILD_ROOT/var/lib/pgsql # tests. There are many files included here that are unnecessary, but include # them anyway for completeness. --- 253,259 ---- ## Removed the code for the data subpackage. ! install -d -m 0700 $RPM_BUILD_ROOT/var/lib/pgsql # tests. There are many files included here that are unnecessary, but include # them anyway for completeness. *************** *** 387,393 **** /usr/lib/pgsql/plpgsql.so %attr(-,postgres,postgres) %dir /usr/lib/pgsql/backup /usr/lib/pgsql/backup/pg_dumpall_new ! %attr(-,postgres,postgres) %dir /var/lib/pgsql %files devel %defattr(-,root,root) --- 387,393 ---- /usr/lib/pgsql/plpgsql.so %attr(-,postgres,postgres) %dir /usr/lib/pgsql/backup /usr/lib/pgsql/backup/pg_dumpall_new ! %attr(700,postgres,postgres) %dir /var/lib/pgsql %files devel %defattr(-,root,root)