rpms/usermode/F-9 .cvsignore, 1.56, 1.57 sources, 1.60, 1.61 usermode.spec, 1.78, 1.79

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


Author: mitr

Update of /cvs/pkgs/rpms/usermode/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4545

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.

* Thu May  1 2008 Miloslav Trmač <mitr at redhat.com> - 1.97-1
- Fix display of '_' in prompts
  Resolves: #444545



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/usermode/F-9/.cvsignore,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- .cvsignore	9 Apr 2008 22:49:35 -0000	1.56
+++ .cvsignore	3 Aug 2008 07:04:23 -0000	1.57
@@ -1 +1 @@
-usermode-1.96.1.tar.bz2
+usermode-1.98.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/usermode/F-9/sources,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- sources	9 Apr 2008 22:49:35 -0000	1.60
+++ sources	3 Aug 2008 07:04:23 -0000	1.61
@@ -1 +1 @@
-eb937aceae9ae725dfb77f19df02d928  usermode-1.96.1.tar.bz2
+b1c03b4ecc3eb1287139318f1f71800e  usermode-1.98.tar.bz2


Index: usermode.spec
===================================================================
RCS file: /cvs/pkgs/rpms/usermode/F-9/usermode.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- usermode.spec	9 Apr 2008 22:49:35 -0000	1.78
+++ usermode.spec	3 Aug 2008 07:04:23 -0000	1.79
@@ -1,12 +1,11 @@
 Summary: Tools for certain user account management tasks
 Name: usermode
-Version: 1.96.1
-Release: 1
+Version: 1.98
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 URL: https://fedorahosted.org/usermode/
-# https://fedorahosted.org/usermode/attachment/wiki/UsermodeDownloads/usermode-%{version}.tar.bz2?format=raw
-Source: usermode-%{version}.tar.bz2
+Source: https://fedorahosted.org/releases/u/s/usermode/usermode-%{version}.tar.bz2
 Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd
 Conflicts: SysVinit < 2.74-14
 BuildRequires: desktop-file-utils, e2fsprogs-devel, glib2-devel, gtk2-devel
@@ -45,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
@@ -55,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
 
@@ -112,6 +112,19 @@
 %{_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
+
 * Thu Apr 10 2008 Miloslav Trmač <mitr at redhat.com> - 1.96.1-1
 - New release with updated translations
 




More information about the scm-commits mailing list