From d54237e667ff28a7ff5ea3c1db572fbf9e4a2478 Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Oct 30 2006 11:16:15 +0000 Subject: New version --- diff --git a/.cvsignore b/.cvsignore index 68fb8c2..66fdb32 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ system-config-rootpassword-1.1.6.tar.bz2 system-config-rootpassword-1.1.7.tar.bz2 system-config-rootpassword-1.1.8.tar.bz2 system-config-rootpassword-1.1.9.tar.bz2 +system-config-rootpassword-1.1.10.tar.bz2 diff --git a/sources b/sources index 0843587..eacbe30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a092182218d144d7979fcea87770fc80 system-config-rootpassword-1.1.9.tar.bz2 +a1e4d6931d3cf626c4481be607a7a709 system-config-rootpassword-1.1.10.tar.bz2 diff --git a/system-config-rootpassword.spec b/system-config-rootpassword.spec index 765ff39..381fcae 100644 --- a/system-config-rootpassword.spec +++ b/system-config-rootpassword.spec @@ -1,6 +1,6 @@ Summary: A graphical interface for modifying the rootpassword Name: system-config-rootpassword -Version: 1.1.9 +Version: 1.1.10 Release: 1 URL: http://fedora.redhat.com/ License: GPL @@ -49,11 +49,6 @@ if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache -q %{_datadir}/icons/hicolor fi -%preun -if [ -d /usr/share/system-config-rootpassword ] ; then - rm -rf /usr/share/system-config-rootpassword/*.pyc -fi - %postun touch --no-create %{_datadir}/icons/hicolor if [ -x /usr/bin/gtk-update-icon-cache ]; then @@ -79,6 +74,10 @@ fi %attr(0644,root,root) %config /etc/pam.d/system-config-rootpassword %changelog +* Mon Oct 30 2006 Paul Nasrat - 1.1.10-1 +- Remove preun +- Improve user interface based on patch from Damien Durand (#203667) + * Mon Jun 26 2006 Paul Nasrat - 1.1.9-1 - Rebuild for translations