Compare commits

..

2 Commits

Author SHA1 Message Date
Miloslav Trmac 2e7272343d - Update to usermode-1.102 2009-10-05 19:04:51 +00:00
Jesse Keating a52f4531bf Initialize branch F-12 for usermode 2009-09-29 07:13:50 +00:00
5 changed files with 9 additions and 19 deletions
+1 -1
View File
@@ -1 +1 @@
usermode-1.103.tar.bz2
usermode-1.102.tar.bz2
+2 -2
View File
@@ -1,10 +1,10 @@
# Makefile for source rpm: usermode
# $Id: Makefile,v 1.2 2007/10/15 19:29:38 notting Exp $
# $Id: Makefile,v 1.1 2004/09/09 13:52:40 cvsdist Exp $
NAME := usermode
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
+1
View File
@@ -0,0 +1 @@
F-12
+1 -1
View File
@@ -1 +1 @@
f3650586d3199b5ccefd6ab0b35c844c usermode-1.103.tar.bz2
0a8437ef146b8eabbd733959c5cac851 usermode-1.102.tar.bz2
+4 -15
View File
@@ -1,6 +1,6 @@
Summary: Tools for certain user account management tasks
Name: usermode
Version: 1.103
Version: 1.102
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@@ -39,7 +39,7 @@ graphical tools for certain account management tasks.
%build
%configure --with-selinux
make %{?_smp_mflags}
make
%install
rm -rf $RPM_BUILD_ROOT
@@ -74,7 +74,7 @@ done
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,-)
%defattr(-,root,root)
%doc COPYING ChangeLog NEWS README
%attr(4711,root,root) /usr/sbin/userhelper
%{_bindir}/consolehelper
@@ -94,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) /etc/security/console.apps/poweroff
%files gtk
%defattr(-,root,root,-)
%defattr(-,root,root)
%{_bindir}/usermount
%{_mandir}/man1/usermount.1*
%{_bindir}/userformat
@@ -112,17 +112,6 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Tue Feb 16 2010 Miloslav Trmač <mitr@redhat.com> - 1.103-1
- Update to usermode-1.103
* Fri Feb 5 2010 Miloslav Trmač <mitr@redhat.com> - 1.102-2
- Use %%{?_smp_mflags}
- Use the four-parameter version of %%defattr
- Be more paranoid about dropping privileges
Resolves: #562194
- Set PAM_TTY
Resolves: #562195
* Mon Oct 5 2009 Miloslav Trmač <mitr@redhat.com> - 1.102-1
- Update to usermode-1.102