rpms/vlock/devel vlock.spec,1.21,1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 1 15:13:37 UTC 2007


Author: kzak

Update of /cvs/dist/rpms/vlock/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19019

Modified Files:
	vlock.spec 
Log Message:
* Thu Mar  1 2007 Karel Zak <kzak at redhat.com> - 1.3-24
- fix #226530 - Merge Review: vlock



Index: vlock.spec
===================================================================
RCS file: /cvs/dist/rpms/vlock/devel/vlock.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- vlock.spec	19 Jul 2006 22:17:03 -0000	1.21
+++ vlock.spec	1 Mar 2007 15:13:34 -0000	1.22
@@ -1,14 +1,14 @@
-Summary: A program which locks one or more virtual consoles.
+Summary: A program which locks one or more virtual consoles
 Name: vlock
 Version: 1.3
-Release: 23
+Release: 24%{?dist}
 License: GPL
 Group: Applications/System
 Source: ftp://tsx-11.mit.edu:/pub/linux/sources/usr.bin/vlock-1.3.tar.gz
 
 Requires: pam >= 0.59, /etc/pam.d/system-auth
 Buildrequires: pam-devel
-BuildRoot: %{_tmppath}/vlock
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch0: vlock-1.3-system-auth.patch
 Patch1: vlock-1.3-morepam.patch
@@ -25,7 +25,7 @@
 Install vlock if you need to disable access to one console or to all
 virtual consoles.
 
-%prep 
+%prep
 %setup -q
 %patch0 -p1 -b .system-auth
 %patch1 -p1 -b .morepam
@@ -33,7 +33,7 @@
 %patch3 -p1 -b .gcc
 
 %build
-make RPM_OPT_FLAGS="${RPM_OPT_FLAGS}"
+make RPM_OPT_FLAGS="${RPM_OPT_FLAGS}" %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -49,12 +49,15 @@
 
 %files
 %defattr(-,root,root)
-%config /etc/pam.d/vlock
+%doc COPYING README
+%config(noreplace) %{_sysconfdir}/pam.d/vlock
 %{_bindir}/vlock
 %{_mandir}/man1/vlock.1*
 
-
 %changelog
+* Thu Mar  1 2007 Karel Zak <kzak at redhat.com> - 1.3-24
+- fix #226530 - Merge Review: vlock
+
 * Wed Jul 19 2006 Karel Zak <kzak at redhat.com> - 1.3-23
 - spec file cleanup & rebuild
 




More information about the fedora-cvs-commits mailing list