rpms/usermode/devel .cvsignore, 1.57, 1.58 sources, 1.61, 1.62 usermode.spec, 1.79, 1.80

Miloslav Trmac (mitr) fedora-extras-commits at redhat.com
Sun Aug 3 06:53:15 UTC 2008


Author: mitr

Update of /cvs/pkgs/rpms/usermode/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29987

Modified Files:
	.cvsignore sources usermode.spec 
Log Message:
* Sun Aug  3 2008 Miloslav Trmač <mitr at redhat.com> - 1.98-1
- Support dialogs with no text entries
- Preserve timestamps of some installed files
  Resolves: #456749
- Remove /usr/X11R6/bin from the default path.
  Resolves: #446849
- Left-justify messages
- Preserve file timestamps where possible.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/usermode/devel/.cvsignore,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- .cvsignore	1 May 2008 12:57:05 -0000	1.57
+++ .cvsignore	3 Aug 2008 06:52:45 -0000	1.58
@@ -1 +1 @@
-usermode-1.97.tar.bz2
+usermode-1.98.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/usermode/devel/sources,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- sources	1 May 2008 12:57:05 -0000	1.61
+++ sources	3 Aug 2008 06:52:45 -0000	1.62
@@ -1 +1 @@
-55b587b75b9ad6d65145222667e986a6  usermode-1.97.tar.bz2
+b1c03b4ecc3eb1287139318f1f71800e  usermode-1.98.tar.bz2


Index: usermode.spec
===================================================================
RCS file: /cvs/pkgs/rpms/usermode/devel/usermode.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- usermode.spec	1 May 2008 12:55:50 -0000	1.79
+++ usermode.spec	3 Aug 2008 06:52:45 -0000	1.80
@@ -1,7 +1,7 @@
 Summary: Tools for certain user account management tasks
 Name: usermode
-Version: 1.97
-Release: 1
+Version: 1.98
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/usermode/
@@ -44,7 +44,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 
 # make userformat symlink to usermount
 ln -sf usermount $RPM_BUILD_ROOT%{_bindir}/userformat
@@ -54,8 +54,9 @@
 mkdir -p $RPM_BUILD_ROOT/etc/pam.d $RPM_BUILD_ROOT/etc/security/console.apps
 for wrappedapp in halt reboot poweroff ; do
 	ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/${wrappedapp}
-	install -m644 $wrappedapp $RPM_BUILD_ROOT/etc/security/console.apps/${wrappedapp}
-	cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
+	install -p -m644 $wrappedapp \
+		$RPM_BUILD_ROOT/etc/security/console.apps/${wrappedapp}
+	install -p -m644 shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
 done
 echo 'USER=root' > $RPM_BUILD_ROOT/etc/security/console.apps/config-util
 
@@ -111,6 +112,15 @@
 %{_datadir}/applications/*
 
 %changelog
+* Sun Aug  3 2008 Miloslav Trmač <mitr at redhat.com> - 1.98-1
+- Support dialogs with no text entries
+- Preserve timestamps of some installed files
+  Resolves: #456749
+- Remove /usr/X11R6/bin from the default path.
+  Resolves: #446849
+- Left-justify messages
+- Preserve file timestamps where possible.
+
 * Thu May  1 2008 Miloslav Trmač <mitr at redhat.com> - 1.97-1
 - Fix display of '_' in prompts
   Resolves: #444545




More information about the fedora-extras-commits mailing list