rpms/authconfig/devel authconfig.spec,1.79,1.80

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 5 10:20:01 UTC 2007


Author: tmraz

Update of /cvs/dist/rpms/authconfig/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9484

Modified Files:
	authconfig.spec 
Log Message:
* Thu Apr  5 2007 Tomas Mraz <tmraz at redhat.com> - 5.3.13-3
- minor changes and cleanups for merge review (#225293)



Index: authconfig.spec
===================================================================
RCS file: /cvs/dist/rpms/authconfig/devel/authconfig.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- authconfig.spec	19 Mar 2007 19:33:23 -0000	1.79
+++ authconfig.spec	5 Apr 2007 10:19:59 -0000	1.80
@@ -3,11 +3,14 @@
 Version: 5.3.13
 # Don't change release in elvis CVS, up version after merging all patches
 # from dist CVS instead.
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 ExclusiveOS: Linux
 Group: System Environment/Base
-BuildRoot: %{_tmppath}/%{name}-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# The upstream project is hosted in CVS on:
+URL: http://rhlinux.redhat.com/
+# The project doesn't have http site with downloadable tarballs yet.
 Source: %{name}-%{version}.tar.bz2
 Requires: rhpl, newt, pam >= 0.99.6.2, usermode
 Requires: python >= %(%{__python} -c "import sys; print sys.version[:3]" || echo 2.3)
@@ -60,7 +63,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc COPYING NOTES TODO README.samba3
 %ghost %config(noreplace) %{_sysconfdir}/sysconfig/authconfig
 %ghost %config(noreplace) %{_sysconfdir}/pam.d/system-auth-ac
@@ -84,7 +87,7 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/authconfig-tui
 
 %files gtk
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_bindir}/authconfig-gtk
 %{_bindir}/system-config-authentication
 %{_sbindir}/authconfig-gtk
@@ -99,6 +102,9 @@
 %{_datadir}/pixmaps/*
 
 %changelog
+* Thu Apr  5 2007 Tomas Mraz <tmraz at redhat.com> - 5.3.13-3
+- minor changes and cleanups for merge review (#225293)
+
 * Mon Mar 19 2007 Tomas Mraz <tmraz at redhat.com> - 5.3.13-2
 - nss_ldap is now in /usr/lib (#232975)
 




More information about the fedora-cvs-commits mailing list