From c01780a5ee8fae24121be0f671fa3f5db4703085 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Sep 21 2006 14:00:56 +0000 Subject: - Don't ask for password when changing CPU frequency --- diff --git a/cpufreq-selector.pam b/cpufreq-selector.pam index 5b578cc..34bb38a 100644 --- a/cpufreq-selector.pam +++ b/cpufreq-selector.pam @@ -1,4 +1,4 @@ #%PAM-1.0 -auth include config-util -account include config-util -session include config-util +auth sufficient pam_rootok.so +auth required pam_console.so +account required pam_permit.so diff --git a/gnome-applets.spec b/gnome-applets.spec index 579977d..121f157 100644 --- a/gnome-applets.spec +++ b/gnome-applets.spec @@ -32,7 +32,7 @@ Summary: Small applications for the GNOME panel Name: gnome-applets Version: 2.16.0.1 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 License: GPL Group: User Interface/Desktops @@ -327,6 +327,9 @@ fi %{_libdir}/pkgconfig/gweather.pc %changelog +* Thu Sep 21 2006 Ray Strode - 1:2.16.0.1-6 +- Don't ask for password when changing CPU frequency + * Mon Sep 18 2006 Matthias Clasen - 1:2.16.0.1-5 - Fix a segfault in the keyboard indicator applet