diff --git a/.cvsignore b/.cvsignore index ed4719c..f1d8efa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-4.2.8.tar.gz +authconfig-4.2.10.tar.gz diff --git a/authconfig.spec b/authconfig.spec index 884901a..24b86a4 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,7 +1,7 @@ Summary: Text-mode tool for setting up NIS and shadow passwords. Name: authconfig -Version: 4.2.8 -Release: 4 +Version: 4.2.10 +Release: 3 License: GPL ExclusiveOS: Linux Group: System Environment/Base @@ -9,7 +9,8 @@ BuildRoot: %{_tmppath}/%{name}-root Source: %{name}-%{version}.tar.gz Requires: glibc >= 2.1, pam >= 0.73, glib2 Conflicts: pam_krb5 < 1.49 -BuildPrereq: pam-devel >= 0.73, newt-devel, gtk2-devel, libglade2-devel, python +BuildPrereq: pam-devel >= 0.73, newt-devel, glib2-devel, python, python-devel +BuildPrereq: desktop-file-utils %description Authconfig is a terminal mode program which can configure a workstation @@ -18,10 +19,9 @@ system to be a client for certain networked user information and authentication schemes. %package gtk -BuildPrereq: gtk2-devel, libglade2-devel Summary: Graphical tool for setting up NIS and shadow passwords. Group: System Environment/Base -Requires: %{name} = %{version}-%{release}, pygtk2-libglade +Requires: %{name} = %{version}-%{release}, pygtk2-libglade, pam >= 0.75-37 %description gtk Authconfig-gtk is a GUI program which can configure a workstation @@ -33,7 +33,7 @@ authentication schemes. %setup -q %build -%configure --with-pythonrev=2.2 +%configure make %install @@ -60,14 +60,46 @@ rm -rf $RPM_BUILD_ROOT %files gtk %defattr(-,root,root) %{_bindir}/authconfig-gtk -%{_datadir}/%{name}/*.py* -%{_datadir}/%{name}/%{name}.glade -%config(noreplace) %{_sysconfdir}/X11/applnk/System -%config(noreplace) %{_sysconfdir}/X11/sysconfig +%{_datadir}/%{name} %config(noreplace) %{_sysconfdir}/pam.d/authconfig-gtk %config(noreplace) %{_sysconfdir}/security/console.apps/authconfig-gtk +%{_datadir}/applications/* +%{_datadir}/pixmaps/* %changelog +* Mon Jul 29 2002 Nalin Dahyabhai 4.2.10-3 +- include the userhelper configuration file +- require sufficiently-new pam package in the gui subpackage + +* Fri Jul 26 2002 Nalin Dahyabhai 4.2.10-2 +- actually include the icon in the package +- translation updates + +* Tue Jul 23 2002 Nalin Dahyabhai 4.2.10-1 +- use desktop-file-install (#69376) +- include an icon for the menu item (#68577) + +* Wed Jul 17 2002 Nalin Dahyabhai 4.2.9-2 +- own the pkgdatadir +- pull in translation updates + +* Mon Jun 3 2002 Nalin Dahyabhai 4.2.9-1 +- add --enable-experimental to enable some of that experimental code +- add --enable-local to enable local policies +- update translations + +* Thu May 30 2002 Nalin Dahyabhai 4.2.8-7 +- use the current revision of python by default +- get the intltool/gettext situation sorted out + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Fri May 3 2002 Nalin Dahyabhai 4.2.8-5 +- remove bogus buildrequires left over from when authconfig-gtk was C code +- buildrequires python-devel in addition to python (to build the python module, + but we still need python to byte-compile the python script) + * Thu Apr 18 2002 Nalin Dahyabhai 4.2.8-4 - add missing translations back in - convert .mo files at install-time diff --git a/sources b/sources index 9048616..4298357 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a8410cec6a2150fd661987062b5c6e3e authconfig-4.2.8.tar.gz +f5af37933cd1de38cbd58e77fc6f10d7 authconfig-4.2.10.tar.gz