[system-config-nfs] version 1.3.51

Nils Philippsen nphilipp at fedoraproject.org
Tue Aug 24 12:32:46 UTC 2010


commit 32abf35299fd5c4a35ffe9dfda3dfa78ef34a6e0
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Aug 24 14:32:35 2010 +0200

    version 1.3.51

 .gitignore             |    1 +
 sources                |    2 +-
 system-config-nfs.spec |   21 +++++++++++++++++----
 3 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 740289c..02e93f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 system-config-nfs-1.3.50.tar.bz2
+/system-config-nfs-1.3.51.tar.bz2
diff --git a/sources b/sources
index 3e93f70..7003b88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4cc63116da3d0b9118b0aab361a99be  system-config-nfs-1.3.50.tar.bz2
+a13123a1e09466adcd171601ca5e1a0e  system-config-nfs-1.3.51.tar.bz2
diff --git a/system-config-nfs.spec b/system-config-nfs.spec
index e9bd9a5..d490826 100644
--- a/system-config-nfs.spec
+++ b/system-config-nfs.spec
@@ -6,10 +6,17 @@
 %bcond_with console_util
 %endif
 
+# Enterprise versions pull in docs automatically
+%if 0%{?rhel} > 0
+%bcond_without require_docs
+%else
+%bcond_with require_docs
+%endif
+
 Summary: NFS server configuration tool
 Name: system-config-nfs
-Version: 1.3.50
-Release: 2%{?dist}
+Version: 1.3.51
+Release: 1%{?dist}
 URL: http://fedorahosted.org/%{name}
 License: GPLv2+
 Group: System Environment/Base
@@ -26,6 +33,9 @@ Obsoletes: redhat-config-nfs < 1.1.4
 # package system-config-nfs-docs. The following ensures that updating from
 # earlier versions gives you both the main package and documentation.
 Obsoletes: system-config-nfs < 1.3.42
+%if %{with require_docs}
+Requires: system-config-nfs-docs
+%endif
 Requires: pygtk2
 Requires: pygtk2-libglade
 Requires: python >= 2.0
@@ -85,8 +95,11 @@ fi
 %config(noreplace) %{_sysconfdir}/pam.d/system-config-nfs
 
 %changelog
-* Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 1.3.50-2
-- recompiling .py files against Python 2.7 (rhbz#623404)
+* Tue Aug 24 2010 Nils Philippsen <nils at redhat.com> - 1.3.51-1
+- pick up translation updates
+
+* Wed Jun 30 2010 Nils Philippsen <nils at redhat.com>
+- require docs in enterprise builds
 
 * Tue Mar 23 2010 Nils Philippsen <nils at redhat.com> - 1.3.50-1
 - pick up translation updates


More information about the scm-commits mailing list