packages: authconfig/authconfig.spec, authconfig/libs-resolv.patch (NEW)=?UTF-8?Q?=20?=-=?UTF-8?Q?=20?=...

glen glen at pld-linux.org
Fri Apr 20 08:34:56 CEST 2012


Author: glen                         Date: Fri Apr 20 06:34:56 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix executable bit on authconfig.py, acutilmodule.so needs to be linked with -lresolv

---- Files affected:
packages/authconfig:
   authconfig.spec (1.47 -> 1.48) , libs-resolv.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/authconfig/authconfig.spec
diff -u packages/authconfig/authconfig.spec:1.47 packages/authconfig/authconfig.spec:1.48
--- packages/authconfig/authconfig.spec:1.47	Fri Apr 20 08:29:40 2012
+++ packages/authconfig/authconfig.spec	Fri Apr 20 08:34:51 2012
@@ -9,11 +9,12 @@
 Summary(uk.UTF-8):	Утиліта текстового режиму для налагодження shadow та NIS-паролів
 Name:		authconfig
 Version:	6.2.2
-Release:	0.2
+Release:	0.3
 License:	GPL v2+
 Group:		Base
 Source0:	https://fedorahosted.org/releases/a/u/authconfig/%{name}-%{version}.tar.bz2
 # Source0-md5:	13feaa9de8ddd93fde618415bf3aec75
+Patch0:		libs-resolv.patch
 URL:		https://fedorahosted.org/authconfig
 BuildRequires:	desktop-file-utils
 BuildRequires:	gettext-devel
@@ -93,6 +94,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 #mv po/sr{, at latin}.po
 
@@ -146,7 +148,7 @@
 %exclude %{_mandir}/man8/system-config-authentication.*
 %exclude %{_mandir}/man8/authconfig-gtk.*
 %dir %{_datadir}/%{name}
-%{_datadir}/%{name}/authconfig.py*
+%attr(755,root,root) %{_datadir}/%{name}/authconfig.py
 %{_datadir}/%{name}/authconfig-tui.py*
 %{_datadir}/%{name}/authinfo.py*
 %{_datadir}/%{name}/shvfile.py*
@@ -183,6 +185,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.48  2012/04/20 06:34:51  glen
+- fix executable bit on authconfig.py, acutilmodule.so needs to be linked with -lresolv
+
 Revision 1.47  2012/04/20 06:29:40  glen
 - up to 6.2.2; but usermode fails to start programs...
 

================================================================
Index: packages/authconfig/libs-resolv.patch
diff -u /dev/null packages/authconfig/libs-resolv.patch:1.1
--- /dev/null	Fri Apr 20 08:34:56 2012
+++ packages/authconfig/libs-resolv.patch	Fri Apr 20 08:34:51 2012
@@ -0,0 +1,10 @@
+--- authconfig-6.2.2/Makefile.am~	2012-03-27 13:16:24.000000000 +0300
++++ authconfig-6.2.2/Makefile.am	2012-04-20 09:33:15.148056514 +0300
+@@ -84,6 +84,7 @@
+ 
+ acutilmodule_la_SOURCES = acutilmodule.c
+ acutilmodule_la_LDFLAGS = -module -avoid-version -export-dynamic @LDFLAGS@
++acutilmodule_la_LIBS = -lresolv
+ 
+ EXTRA_DIST = authconfig.spec.in authconfig.spec authconfig.pamd \
+ 	authconfig.console authconfig-tui.console authconfig-gtk.console \
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/authconfig/authconfig.spec?r1=1.47&r2=1.48



More information about the pld-cvs-commit mailing list