[nuxwdog] - Resolves: #643546 - [RFE] Add nuxwdog to RHEL. - fix file coloring, aliasing problem

kwright kwright at fedoraproject.org
Mon Feb 7 23:16:52 UTC 2011


commit af89f1d7b1f141979500bd48adc786039e72c876
Author: Kevin Wright <kwright at redhat.com>
Date:   Mon Feb 7 15:16:49 2011 -0800

    - Resolves: #643546 - [RFE] Add nuxwdog to RHEL.
    - fix file coloring, aliasing problem

 .gitignore   |    1 +
 clog         |    3 ++-
 nuxwdog.spec |   36 +++++++++++++++++++++++++++++++++---
 sources      |    2 +-
 4 files changed, 37 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f334edb..4b8e201 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /nuxwdog-1.0.0.tar.gz
+/nuxwdog-1.0.1.tar.gz
diff --git a/clog b/clog
index 8c9ef76..a7a49e6 100644
--- a/clog
+++ b/clog
@@ -1 +1,2 @@
-- Exclude arches for which there is no java
+- Resolves: #643546 - [RFE] Add nuxwdog to RHEL.
+- fix file coloring, aliasing problem
diff --git a/nuxwdog.spec b/nuxwdog.spec
index ad3099a..adfc56b 100644
--- a/nuxwdog.spec
+++ b/nuxwdog.spec
@@ -1,6 +1,6 @@
 Name:           nuxwdog
-Version:        1.0.0
-Release:        11%{?dist}
+Version:        1.0.1
+Release:        1%{?dist}
 Summary:        Watchdog server to start and stop processes, and prompt for passwords
 # The entire source code is LGPLv2 except for the perl module, which is GPL+ or Artistic
 License:        LGPLv2 and (GPL+ or Artistic)
@@ -16,12 +16,18 @@ BuildRequires:  nss-devel
 BuildRequires:  pkgconfig
 BuildRequires:  libselinux-devel
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  keyutils-libs-devel
 
 Requires:       nss
+Requires:       keyutils-libs
+Obsoletes:      nuxwdog-client
+Obsoletes:      nuxwdog-client-perl
 
 Source0:        https://fedorahosted.org/released/nuxwdog/%{name}-%{version}.tar.gz
 
-%{?perl_default_filter}
+# Note: there is an rpmlint warning about Nuxwdogclient.so being a private-shared-object-provide
+# This would ordinarily be fixed by calling the macro perl_default_filter, but 
+# this disables rpms file coloring and makes the package fail multilib tests.
 
 %if 0%{?rhel}
 ExcludeArch: ppc ppc64 s390 s390x
@@ -37,6 +43,7 @@ interact with the nuxwdog watchdog daemon.
 Group:        Development/Libraries
 Summary:      Development files for the Nuxwdog Watchdog
 Requires:     %{name} = %{version}-%{release}
+Obsoletes:    nuxwdog-client-devel
 
 %description devel
 The nuxwdog-devel package contains the header files needed to build clients
@@ -125,6 +132,29 @@ rm -rf %{buildroot}
 %{_jnidir}/*
 
 %changelog
+* Fri Jan 28 2011 Ade Lee <alee at redhat.com> 1.0.1-1
+- Resolves: #643546 - [RFE] Add nuxwdog to RHEL.
+- fix file coloring, aliasing problem
+
+* Tue Jan 4 2011 Ade Lee <alee at redhat.com> 1.0.0-16
+- Resolves: #643546 - [RFE] Add nuxwdog to RHEL.
+- fix build problem
+
+* Tue Jan 4 2011 Ade Lee <alee at redhat.com> 1.0.0-15
+- Resolves: #643546 - [RFE] Add nuxwdog to RHEL.
+- add needed build requires, requires
+
+* Thu Dec 23 2010 Ade Lee <alee at redhat.com> 1.0.0-14
+- Resolves: #643546 - [RFE] Add nuxwdog to RHEL.
+- Remove old encryption scheme
+- Store passwords in kernel keyring
+
+* Wed Dec 16 2010 Ade Lee <alee at redhat.com> 1.0.0-13
+- Resolves: #643546 - [RFE] Add nuxwdog to RHEL.
+
+* Wed Dec 15 2010 Ade Lee <alee at redhat.com> 1.0.0-12
+- Resolves: #643546 - [RFE] Add nuxwdog to RHEL. 
+
 * Wed Dec 15 2010 Ade Lee <alee at redhat.com> 1.0.0-11
 - Exclude arches for which there is no java
 
diff --git a/sources b/sources
index 06ea4fd..51627c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0dcb63a5d420cf3c4d30e6e9f41fcfab  nuxwdog-1.0.0.tar.gz
+4d0ecf22cf9612a060fa15f0b146f4b5  nuxwdog-1.0.1.tar.gz


More information about the scm-commits mailing list