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

Tomas Mraz (tmraz) fedora-extras-commits at redhat.com
Fri May 4 14:45:07 UTC 2007


Author: tmraz

Update of /cvs/extras/rpms/authconfig/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19846

Modified Files:
	authconfig.spec 
Log Message:
* Fri May  4 2007 Tomas Mraz <tmraz at redhat.com> - 5.3.13-4
- local nis domain is obtained from sysconfig/network (#235927)
- set "local authorization is sufficient" on by default



Index: authconfig.spec
===================================================================
RCS file: /cvs/extras/rpms/authconfig/devel/authconfig.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- authconfig.spec	5 Apr 2007 10:19:59 -0000	1.80
+++ authconfig.spec	4 May 2007 14:44:29 -0000	1.81
@@ -3,7 +3,7 @@
 Version: 5.3.13
 # Don't change release in elvis CVS, up version after merging all patches
 # from dist CVS instead.
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 ExclusiveOS: Linux
 Group: System Environment/Base
@@ -20,6 +20,8 @@
 BuildRequires: desktop-file-utils, intltool, gettext, perl-XML-Parser
 
 Patch1: authconfig-5.3.13-nssldap-path.patch
+Patch2: authconfig-5.3.13-nisdomain.patch
+Patch3: authconfig-5.3.13-locauthorize-default.patch
 
 %description 
 Authconfig is a command line utility which can configure a workstation
@@ -42,6 +44,8 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch1 -p1 -b .nssldap-path
+%patch1 -p1 -b .nisdomain
+%patch1 -p1 -b .locauthorize
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
@@ -102,6 +106,10 @@
 %{_datadir}/pixmaps/*
 
 %changelog
+* Fri May  4 2007 Tomas Mraz <tmraz at redhat.com> - 5.3.13-4
+- local nis domain is obtained from sysconfig/network (#235927)
+- set "local authorization is sufficient" on by default
+
 * Thu Apr  5 2007 Tomas Mraz <tmraz at redhat.com> - 5.3.13-3
 - minor changes and cleanups for merge review (#225293)
 




More information about the fedora-extras-commits mailing list