diff --git a/debian/python3-patchman.conffiles b/debian/python3-patchman.conffiles new file mode 100644 index 00000000..f05a6c32 --- /dev/null +++ b/debian/python3-patchman.conffiles @@ -0,0 +1 @@ +/etc/patchman/local_settings.py diff --git a/patchman/settings.py b/patchman/settings.py index cb86644d..54b98a6f 100644 --- a/patchman/settings.py +++ b/patchman/settings.py @@ -65,7 +65,7 @@ # Internationalization LANGUAGE_CODE = 'en-us' -TIME_ZONE = 'America/NewYork' +TIME_ZONE = 'UTC' USE_I18N = True USE_TZ = True diff --git a/scripts/rpm-install.sh b/scripts/rpm-install.sh index 73b62783..f47f63be 100644 --- a/scripts/rpm-install.sh +++ b/scripts/rpm-install.sh @@ -19,4 +19,4 @@ for i in `cat INSTALLED_FILES`; do done cat DIRS > INSTALLED_FILES -sed -e '/\/etc\//s|^|%config(noreplace) |' FILES >>INSTALLED_FILES +sed -e '/\/etc\//s|^|%config |' FILES >>INSTALLED_FILES