rpms/system-config-nfs/devel .cvsignore, 1.36, 1.37 sources, 1.39, 1.40 system-config-nfs.spec, 1.43, 1.44

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Mon Oct 15 09:06:58 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-nfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12800

Modified Files:
	.cvsignore sources system-config-nfs.spec 
Log Message:
Merge review (#226465):
- remove exports.py
- remove "ExclusiveOS: Linux"
- remove hicolor-icon-theme requirement, call gtk-update-icon-cache with full path



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-nfs/devel/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- .cvsignore	11 Oct 2007 08:47:48 -0000	1.36
+++ .cvsignore	15 Oct 2007 09:06:21 -0000	1.37
@@ -1 +1 @@
-system-config-nfs-1.3.29.tar.bz2
+system-config-nfs-1.3.30.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-nfs/devel/sources,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- sources	11 Oct 2007 08:47:48 -0000	1.39
+++ sources	15 Oct 2007 09:06:21 -0000	1.40
@@ -1 +1 @@
-7ae4e35464bdded557fe97595a23af41  system-config-nfs-1.3.29.tar.bz2
+2ed4f36c67e819703f16823cdb85d1f7  system-config-nfs-1.3.30.tar.bz2


Index: system-config-nfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-nfs/devel/system-config-nfs.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- system-config-nfs.spec	11 Oct 2007 08:47:48 -0000	1.43
+++ system-config-nfs.spec	15 Oct 2007 09:06:21 -0000	1.44
@@ -1,10 +1,9 @@
 Summary: NFS server configuration tool
 Name: system-config-nfs
-Version: 1.3.29
+Version: 1.3.30
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/nfs
 License: GPLv2+
-ExclusiveOS: Linux
 Group: System Environment/Base
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -27,8 +26,6 @@
 %else
 Requires: htmlview
 %endif
-Requires(post): hicolor-icon-theme
-Requires(postun): hicolor-icon-theme
 
 %description
 system-config-nfs is a graphical user interface for creating, 
@@ -57,14 +54,14 @@
 
 %post
 touch --no-create %{_datadir}/icons/hicolor
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
-  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache -q %{_datadir}/icons/hicolor
 fi
 
 %postun
 touch --no-create %{_datadir}/icons/hicolor
-if [ -x /usr/bin/gtk-update-icon-cache ]; then
-  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache -q %{_datadir}/icons/hicolor
 fi
 
 %files -f %{name}.lang
@@ -80,6 +77,13 @@
 %config(noreplace) %{_sysconfdir}/pam.d/system-config-nfs
 
 %changelog
+* Mon Oct 15 2007 Nils Philippsen <nphilipp at redhat.com> 1.3.30-1
+- Merge review (#226465):
+  - remove exports.py
+  - remove "ExclusiveOS: Linux"
+  - remove hicolor-icon-theme requirement, call gtk-update-icon-cache with full
+    path
+
 * Thu Oct 11 2007 Nils Philippsen <nphilipp at redhat.com> 1.3.29-1
 - Merge review (#226465):
   - use xdg-open if available




More information about the fedora-extras-commits mailing list