rpms/system-config-network/F-8 .cvsignore, 1.26, 1.27 sources, 1.29, 1.30 system-config-network.spec, 1.37, 1.38

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


Author: harald

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

Modified Files:
	.cvsignore sources system-config-network.spec 
Log Message:
- fixed console perms for Fedora <= 8
- copy info from DNS page into each ifcfg file (dcbw)
- NCisdnhardware.card -> NCisdnhardware._card (harald)
- Fixed pap-secret parsing. (#rhbz#443347) (jmoskovc)
- check origLine for None (harald)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/F-8/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- .cvsignore	7 Apr 2008 14:04:56 -0000	1.26
+++ .cvsignore	27 May 2008 12:39:46 -0000	1.27
@@ -1 +1 @@
-system-config-network-1.5.5.tar.gz
+system-config-network-1.5.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/F-8/sources,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- sources	7 Apr 2008 14:04:56 -0000	1.29
+++ sources	27 May 2008 12:39:46 -0000	1.30
@@ -1 +1 @@
-71381ba0802d68b82b8808e09f2d6f92  system-config-network-1.5.5.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-8/system-config-network.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- system-config-network.spec	7 Apr 2008 13:52:55 -0000	1.37
+++ system-config-network.spec	27 May 2008 12:39:46 -0000	1.38
@@ -1,7 +1,7 @@
 # -*- RPM-SPEC -*-
 Summary: The GUI of the Network Adminstration Tool
 Name: system-config-network
-Version: 1.5.5
+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,20 @@
 %{_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)
+
+* Fri Apr 25 2008 Harald Hoyer <harald at redhat.com> - 1.5.7
+- NCisdnhardware.card -> NCisdnhardware._card (harald)
+- Fixed pap-secret parsing. (#rhbz#443347) (jmoskovc)
+
+* Tue Apr 08 2008 Harald Hoyer <harald at redhat.com> - 1.5.6
+- translation update
+- check origLine for None (harald)
+
 * Mon Mar 31 2008 Harald Hoyer <harald at redhat.com> - 1.5.5
 - fixed more rhbz#439718
 




More information about the scm-commits mailing list