rpms/system-config-nfs/FC-4 .cvsignore, 1.19, 1.20 sources, 1.22, 1.23 system-config-nfs.spec, 1.25, 1.26 system-config-nfs-1.3.11-xlateperms.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 30 16:47:41 UTC 2006


Author: nphilipp

Update of /cvs/dist/rpms/system-config-nfs/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv11414

Modified Files:
	.cvsignore sources system-config-nfs.spec 
Removed Files:
	system-config-nfs-1.3.11-xlateperms.patch 
Log Message:
remove system-config-nfs-1.3.11-xlateperms.patch
update to 1.3.15



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/system-config-nfs/FC-4/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	7 Jul 2005 12:34:38 -0000	1.19
+++ .cvsignore	30 Jan 2006 16:47:39 -0000	1.20
@@ -1 +1 @@
-system-config-nfs-1.3.11.tar.bz2
+system-config-nfs-1.3.16.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/system-config-nfs/FC-4/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources	7 Jul 2005 12:34:38 -0000	1.22
+++ sources	30 Jan 2006 16:47:39 -0000	1.23
@@ -1 +1 @@
-89fd57fb64472fc493c653b6e8b23058  system-config-nfs-1.3.11.tar.bz2
+d27c00819e8bb8e5376f8c9c8207e8ef  system-config-nfs-1.3.16.tar.bz2


Index: system-config-nfs.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-nfs/FC-4/system-config-nfs.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- system-config-nfs.spec	16 Dec 2005 12:10:23 -0000	1.25
+++ system-config-nfs.spec	30 Jan 2006 16:47:39 -0000	1.26
@@ -1,7 +1,7 @@
 Summary: NFS server configuration tool
 Name: system-config-nfs
-Version: 1.3.11
-Release: 0.fc4.2
+Version: 1.3.16
+Release: 1
 URL: http://fedora.redhat.com/projects/config-tools/
 License: GPL
 ExclusiveOS: Linux
@@ -9,7 +9,6 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 Source0: %{name}-%{version}.tar.bz2
-Patch0: system-config-nfs-1.3.11-xlateperms.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 BuildRequires: intltool
@@ -28,7 +27,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .xlateperms
 
 %build
 make %{?_smp_mflags}
@@ -53,11 +51,6 @@
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
 fi
 
-%preun
-if [ -d %{_datadir}/system-config-nfs ] ; then
-  rm -rf %{_datadir}/system-config-nfs/*.pyc
-fi
-
 %postun
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
@@ -77,9 +70,37 @@
 %attr(0644,root,root) %config /etc/pam.d/system-config-nfs
 
 %changelog
-* Fri Dec 16 2005 Nils Philippsen <nphilipp at redhat.com>
+* Mon Jan 30 2006 Nils Philippsen <nphilipp at redhat.com> 1.3.16
+- avoid exporting a share more than once to a specific client
+- allow exporting a share with different settings for different clients
+  (#178830)
+
+* Fri Dec 16 2005 Nils Philippsen <nphilipp at redhat.com> 1.3.15
+- don't apply server settings (non-)changes on Cancel
+- make server settings dialog actually show all text entries
+
+* Fri Dec 16 2005 Nils Philippsen <nphilipp at redhat.com> 1.3.14
 - translate permissions column (#175921, patch by Frank Arnold)
 
+* Fri Oct 14 2005 Nils Philippsen <nphilipp at redhat.com>
+- don't use pam_stack (#170637)
+
+* Thu Oct 13 2005 Nils Philippsen <nphilipp at redhat.com> 1.3.13
+- include missing files (spotted by Bernardo Innocenti), remove unneeded test
+  and sample files
+- don't remove byte-compiled files anymore
+
+* Tue Oct 11 2005 Nils Philippsen <nphilipp at redhat.com> 1.3.12
+- allow user to set networking ports to be used (#151166)
+- separate code concerning the NFS server, its settings and NFS exports
+- some code cleanup
+
+* Mon Oct 10 2005 Nils Philippsen <nphilipp at redhat.com>
+- make Properties/Delete menu entries insensitive if nothing is selected
+
+* Fri Aug 12 2005 Nils Philippsen <nphilipp at redhat.com>
+- use GtkFileChooser instead of GtkFileSelection (#165768)
+
 * Thu Jul 07 2005 Nils Philippsen <nphilipp at redhat.com> 1.3.11
 - display permissions correctly in list (#162437)
 - use symbolic names when dealing with list columns


--- system-config-nfs-1.3.11-xlateperms.patch DELETED ---




More information about the fedora-cvs-commits mailing list