diff --git a/sources b/sources index 1309f0c..d7a9f7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -897b592eaf5725db608ce284f5ce3d91 system-config-network-1.5.8.tar.gz +010336740b8320987ebde5711c47429d system-config-network-1.5.9.tar.gz diff --git a/system-config-network.spec b/system-config-network.spec index 2a7c1bb..4b9c85f 100644 --- a/system-config-network.spec +++ b/system-config-network.spec @@ -1,7 +1,7 @@ # -*- RPM-SPEC -*- Summary: The GUI of the Network Adminstration Tool Name: system-config-network -Version: 1.5.8 +Version: 1.5.9 Release: 1%{?dist} URL: http://fedoraproject.org/wiki/SystemConfig/network Source0: %{name}-%{version}.tar.gz @@ -53,6 +53,15 @@ done; mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/networking/devices mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/networking/profiles/default +%if 0%{?fedora} < 9 +for i in neat system-config-network ; do + install system-config-network-f8.console $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/$i; +done + +install system-config-network-cmd-f8.console $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/system-config-network-cmd; +%endif + + %find_lang %name %clean @@ -101,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/system-config-network-cmd %changelog +* Tue May 27 2008 Harald Hoyer - 1.5.9 +- fixed console perms for Fedora <= 8 + * Fri May 16 2008 Harald Hoyer - 1.5.8 - copy info from DNS page into each ifcfg file (dcbw)