rpms/usermode/devel .cvsignore, 1.38, 1.39 sources, 1.41, 1.42 usermode.spec, 1.49, 1.50

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Oct 26 19:41:47 UTC 2005


Author: jnovy

Update of /cvs/dist/rpms/usermode/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26939

Modified Files:
	.cvsignore sources usermode.spec 
Log Message:
update to 1.82



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/usermode/devel/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore	16 Aug 2005 12:56:28 -0000	1.38
+++ .cvsignore	26 Oct 2005 19:41:39 -0000	1.39
@@ -8,3 +8,4 @@
 usermode-1.79.tar.bz2
 usermode-1.80.tar.bz2
 usermode-1.81.tar.bz2
+usermode-1.82.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/usermode/devel/sources,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- sources	16 Aug 2005 12:56:28 -0000	1.41
+++ sources	26 Oct 2005 19:41:39 -0000	1.42
@@ -1 +1,2 @@
 ae8a578faf6df028674c02656c9de718  usermode-1.81.tar.bz2
+b7448fa6eb7f91177db4ac8c7f3cf09f  usermode-1.82.tar.bz2


Index: usermode.spec
===================================================================
RCS file: /cvs/dist/rpms/usermode/devel/usermode.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- usermode.spec	16 Aug 2005 12:56:28 -0000	1.49
+++ usermode.spec	26 Oct 2005 19:41:39 -0000	1.50
@@ -5,7 +5,7 @@
 %define build6x 0
 Summary: Tools for certain user account management tasks.
 Name: usermode
-Version: 1.81
+Version: 1.82
 Release: 1
 License: GPL
 Group: Applications/System
@@ -60,6 +60,9 @@
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+# make userformat symlink to usermount
+ln -sf usermount $RPM_BUILD_ROOT%{_bindir}/userformat
+
 # We set up the shutdown programs to be wrapped in this package.  Other
 # packages are on their own....
 mkdir -p $RPM_BUILD_ROOT/etc/pam.d $RPM_BUILD_ROOT/etc/security/console.apps
@@ -104,6 +107,7 @@
 %files gtk
 %defattr(-,root,root)
 %{_bindir}/usermount
+%{_bindir}/userformat
 %{_mandir}/man1/usermount.1*
 %{_bindir}/userinfo
 %{_mandir}/man1/userinfo.1*
@@ -116,6 +120,11 @@
 %{_datadir}/applications/*
 
 %changelog
+* Wed Oct 26 2005 Jindrich Novy <jnovy at redhat.com> 1.82-1
+- don't use pam_stack.so
+- introduce userformat to better handle device formatting
+  and removing usermount from menus (#132559)
+
 * Tue Aug 16 2005 Jindrich Novy <jnovy at redhat.com> 1.81-1
 - apply SELinux functionality enhancement patch from Dan Walsh
 - rebuilt because of the new cairo




More information about the fedora-cvs-commits mailing list