From 4fc3fa9b008aa3b581c50798a7f1ef5f75a646b4 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Jul 22 2011 10:44:59 +0000 Subject: add support for reading UID_MIN from login.defs (#717112) use systemctl if available instead of chkconfig/service (#696490) mention the /usr/sbin/authconfig in the manual page (#698377) drop the no longer touched files from authconfig manual page add the newly touched ones (#708850) --- diff --git a/.gitignore b/.gitignore index 9383521..1fc64b9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ authconfig-6.1.8.tar.bz2 /authconfig-6.1.12.tar.bz2 /authconfig-6.1.13.tar.bz2 /authconfig-6.1.14.tar.bz2 +/authconfig-6.1.15.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index 9fa5097..a844fcc 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,7 +1,7 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig -Version: 6.1.14 -Release: 2%{?dist} +Version: 6.1.15 +Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux Group: System Environment/Base @@ -124,8 +124,12 @@ authconfig --update --nostart >/dev/null 2>&1 || : %{_datadir}/icons/hicolor/256x256/apps/system-config-authentication.* %changelog -* Tue May 17 2011 Tomas Mraz - 6.1.14-2 -- add icon cache update scriptlets +* Fri Jul 22 2011 Tomas Mraz - 6.1.15-1 +- add support for reading UID_MIN from login.defs (#717112) +- use systemctl if available instead of chkconfig/service (#696490) +- mention the /usr/sbin/authconfig in the manual page (#698377) +- drop the no longer touched files from authconfig manual page + add the newly touched ones (#708850) * Tue May 17 2011 Tomas Mraz - 6.1.14-1 - new hi-res icon (#702666) diff --git a/sources b/sources index 2439369..99d52b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af33ecdd474414e8bec7f77282f558c2 authconfig-6.1.14.tar.bz2 +97adf98a5748ea1898f6ae603ec02792 authconfig-6.1.15.tar.bz2