rpms/eject/FC-5 eject.spec,1.24,1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Aug 28 14:47:46 UTC 2006


Author: than

Update of /cvs/dist/rpms/eject/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv27809

Modified Files:
	eject.spec 
Log Message:
fix #204222, Password error window popuped by calling "eject" command from remote



Index: eject.spec
===================================================================
RCS file: /cvs/dist/rpms/eject/FC-5/eject.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- eject.spec	22 Aug 2006 16:51:08 -0000	1.24
+++ eject.spec	28 Aug 2006 14:47:44 -0000	1.25
@@ -1,7 +1,7 @@
 Summary: A program that ejects removable media using software control.
 Name: eject
 Version: 2.1.5
-Release: 0.1.fc5
+Release: 0.2.fc5
 License: GPL
 Group: System Environment/Base
 Source: http://metalab.unc.edu/pub/Linux/utils/disk-management/%{name}-%{version}.tar.gz
@@ -45,7 +45,7 @@
 install -m 644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/pam.d/%{name}
 
 install -m 755 -d %{buildroot}/%{_sysconfdir}/security/console.apps/
-touch %{buildroot}/%{_sysconfdir}/security/console.apps/%{name}
+echo "FALLBACK=true" > %{buildroot}/%{_sysconfdir}/security/console.apps/%{name}
 
 install -m 755 -d %{buildroot}/%{_sbindir}
 pushd %{buildroot}/%{_bindir}
@@ -68,6 +68,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Mon Aug 28 2006 Than Ngo <than at redhat.com> 2.1.5-0.2.fc5
+- fix #204222, Password error window popuped by calling "eject" command from remote
+
 * Tue Aug 22 2006 Than Ngo <than at redhat.com> 2.1.5-0.1.fc5
 - 2.1.5
 - fix #203073, made eject use pam 




More information about the fedora-cvs-commits mailing list