From 6ab4ed472a81482964627e432b0b05cf62fba1b8 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Apr 05 2007 10:19:59 +0000 Subject: - minor changes and cleanups for merge review (#225293) --- diff --git a/authconfig.spec b/authconfig.spec index 197b1f7..5499d20 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -3,11 +3,14 @@ Name: authconfig 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 @@ find $RPM_BUILD_ROOT%{_datadir} -name "*.mo" | xargs ./utf8ify-mo 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 @@ rm -rf $RPM_BUILD_ROOT %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 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog +* Thu Apr 5 2007 Tomas Mraz - 5.3.13-3 +- minor changes and cleanups for merge review (#225293) + * Mon Mar 19 2007 Tomas Mraz - 5.3.13-2 - nss_ldap is now in /usr/lib (#232975)