From 8ee410532c54ff144479ddace2124fd01990a1c3 Mon Sep 17 00:00:00 2001 From: Tomáš Mráz Date: Mar 11 2008 20:47:13 +0000 Subject: - fixed backup directory in Makefile and spec (#437040) --- diff --git a/.cvsignore b/.cvsignore index 2b4d0b8..d7674f6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -authconfig-5.4.0.tar.bz2 +authconfig-5.4.1.tar.bz2 diff --git a/authconfig.spec b/authconfig.spec index 71ae36d..515cd90 100644 --- a/authconfig.spec +++ b/authconfig.spec @@ -1,6 +1,6 @@ Summary: Command line tool for setting up authentication from network services Name: authconfig -Version: 5.4.0 +Version: 5.4.1 Release: 1%{?dist} License: GPLv2+ ExclusiveOS: Linux @@ -77,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/pam.d/authconfig-tui %config(noreplace) %{_sysconfdir}/security/console.apps/authconfig %config(noreplace) %{_sysconfdir}/security/console.apps/authconfig-tui -%attr(700,root,root) %dir %{_localstatedir}/%{name} +%attr(700,root,root) %dir %{_localstatedir}/lib/%{name} %files gtk %defattr(-,root,root,-) @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/* %changelog +* Tue Mar 11 2008 Tomas Mraz - 5.4.1-1 +- fixed backup directory in Makefile and spec (#437040) + * Mon Mar 10 2008 Tomas Mraz - 5.4.0-1 - include config-util in console.apps files - add support for saving/restoring backups of configuration diff --git a/sources b/sources index 4cffc8c..ec9d2e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0acddc0eabcd5fc6bb4c471b8058f0de authconfig-5.4.0.tar.bz2 +79edac1aeb46e871733a2f074821c3da authconfig-5.4.1.tar.bz2