rpms/system-config-network/F-9 sources, 1.36, 1.37 system-config-network.spec, 1.44, 1.45

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Tue May 27 12:43:14 UTC 2008


Author: harald

Update of /cvs/pkgs/rpms/system-config-network/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21635

Modified Files:
	sources system-config-network.spec 
Log Message:
* Tue May 27 2008 Harald Hoyer <harald at redhat.com> - 1.5.9
- fixed console perms for Fedora <= 8



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/F-9/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- sources	16 May 2008 12:12:09 -0000	1.36
+++ sources	27 May 2008 12:42:32 -0000	1.37
@@ -1 +1 @@
-897b592eaf5725db608ce284f5ce3d91  system-config-network-1.5.8.tar.gz
+010336740b8320987ebde5711c47429d  system-config-network-1.5.9.tar.gz


Index: system-config-network.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/F-9/system-config-network.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- system-config-network.spec	16 May 2008 12:12:09 -0000	1.44
+++ system-config-network.spec	27 May 2008 12:42:32 -0000	1.45
@@ -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 @@
 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 @@
 %{_bindir}/system-config-network-cmd
 
 %changelog
+* Tue May 27 2008 Harald Hoyer <harald at redhat.com> - 1.5.9
+- fixed console perms for Fedora <= 8
+
 * Fri May 16 2008 Harald Hoyer <harald at redhat.com> - 1.5.8
 - copy info from DNS page into each ifcfg file (dcbw)
 




More information about the fedora-extras-commits mailing list