[system-config-nfs] version 1.4.0

Nils Philippsen nphilipp at fedoraproject.org
Tue Oct 30 14:41:47 UTC 2012


commit 2da391c774942387db1526c1195a781d31bee130
Author: Nils Philippsen <nils at redhat.com>
Date:   Tue Oct 30 15:41:35 2012 +0100

    version 1.4.0

 .gitignore             |    1 +
 sources                |    2 +-
 system-config-nfs.spec |   23 ++++++++---------------
 3 files changed, 10 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e4cc6d3..ef43c7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ system-config-nfs-1.3.50.tar.bz2
 /system-config-nfs-1.3.51.tar.bz2
 /system-config-nfs-1.3.52.tar.bz2
 /system-config-nfs-1.3.53.tar.bz2
+/system-config-nfs-1.4.0.tar.bz2
diff --git a/sources b/sources
index 3a9096a..0ef21a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed22474943030eda9e4b24633817dec0  system-config-nfs-1.3.53.tar.bz2
+214df980cd2bbc32b7e1fc12b6a192b2  system-config-nfs-1.4.0.tar.bz2
diff --git a/system-config-nfs.spec b/system-config-nfs.spec
index c5cabd3..48d7d2a 100644
--- a/system-config-nfs.spec
+++ b/system-config-nfs.spec
@@ -1,11 +1,5 @@
 # Command line configurables
 
-%if 0%{?fedora}%{?rhel} == 0 || 0%{?fedora} >= 9 || 0%{?rhel} >= 6
-%bcond_without console_util
-%else
-%bcond_with console_util
-%endif
-
 # Enterprise versions pull in docs automatically
 %if 0%{?rhel} > 0
 %bcond_without require_docs
@@ -15,7 +9,7 @@
 
 Summary: NFS server configuration tool
 Name: system-config-nfs
-Version: 1.3.53
+Version: 1.4.0
 Release: 1%{?dist}
 URL: http://fedorahosted.org/%{name}
 License: GPLv2+
@@ -40,12 +34,8 @@ Requires: pygtk2
 Requires: pygtk2-libglade
 Requires: python >= 2.0
 Requires: nfs-utils
-%if %{with console_util}
-Requires: usermode-gtk >= 1.94
-%else
-Requires: usermode-gtk >= 1.36
-%endif
 Requires: hicolor-icon-theme
+Requires: polkit
 
 %description
 The tool system-config-nfs provides a graphical user interface for creating,
@@ -55,7 +45,7 @@ modifying and deleting NFS shares.
 %setup -q
 
 %build
-make %{?with_console_util:CONSOLE_USE_CONFIG_UTIL=1} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -91,10 +81,13 @@ fi
 %{_datadir}/system-config-nfs
 %{_datadir}/applications/system-config-nfs.desktop
 %{_datadir}/icons/hicolor/*/apps/system-config-nfs.png
-%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-nfs
-%config(noreplace) %{_sysconfdir}/pam.d/system-config-nfs
+%{_datadir}/polkit-1/actions/org.fedoraproject.config.nfs.policy
 
 %changelog
+* Tue Oct 30 2012 Nils Philippsen <nils at redhat.com> - 1.4.0-1
+- use pkexec instead of consolehelper
+- pull updated translations
+
 * Tue Sep 11 2012 Nils Philippsen <nils at redhat.com> - 1.3.53-1
 - pull updated translations
 


More information about the scm-commits mailing list