[ypbind] Update to new version with only minor changes

Jan Horak hhorak at fedoraproject.org
Mon Mar 26 10:12:38 UTC 2012


commit a2d5bcacd3beae97eb699576600eb92a33af4fa4
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Mon Mar 26 12:12:00 2012 +0200

    Update to new version with only minor changes

 .gitignore                   |    1 +
 sources                      |    2 +-
 ypbind-mt-1.32-dbus.patch    |   50 ---------------------------
 ypbind-mt-1.33-systemd.patch |   76 ------------------------------------------
 ypbind.spec                  |   11 +++---
 5 files changed, 7 insertions(+), 133 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c655004..2532d54 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ypbind-mt-1.32.tar.bz2
 /ypbind-mt-1.33.tar.bz2
+/ypbind-mt-1.35.tar.bz2
diff --git a/sources b/sources
index 3a58317..6221c4a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-692f68ed0476762be4228ce543a5b791  ypbind-mt-1.33.tar.bz2
+b992febc3b31942b848207cb0465f508  ypbind-mt-1.35.tar.bz2
diff --git a/ypbind.spec b/ypbind.spec
index 7fe9759..fe6f9a5 100644
--- a/ypbind.spec
+++ b/ypbind.spec
@@ -1,7 +1,7 @@
 Summary: The NIS daemon which binds NIS clients to an NIS domain
 Name: ypbind
-Version: 1.33
-Release: 11%{?dist}
+Version: 1.35
+Release: 1%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{version}.tar.bz2
@@ -17,8 +17,6 @@ Patch1: ypbind-1.11-gettextdomain.patch
 # Not sent to upstream.
 Patch2: ypbind-mt-1.32-typo.patch
 Patch3: ypbind-mt-1.32-typo2.patch
-Patch4: ypbind-mt-1.32-dbus.patch
-Patch5: ypbind-mt-1.33-systemd.patch
 # This is for /bin/systemctl
 Requires(post): systemd-units
 Requires(preun): systemd-units
@@ -54,8 +52,6 @@ also need to install the ypserv package to a machine on your network.
 %patch1 -p1 -b .gettextdomain
 %patch2 -p1 -b .typo
 %patch3 -p1 -b .typo2
-%patch4 -p1 -b .dbus
-%patch5 -p1 -b .systemd
 
 %build
 %configure --enable-dbus-nm
@@ -117,6 +113,9 @@ fi
 %doc README NEWS COPYING
 
 %changelog
+* Mon Mar 26 2012 Honza Horak <hhorak at redhat.com> - 3:1.35-1
+- Update to new version with only minor changes
+
 * Tue Jan 24 2012 Honza Horak <hhorak at redhat.com> - 3:1.33-11
 - Don't fail when killing ypbind after unsuccessfull start fails
 - Let ypbind start before systemd-user-sessions.service


More information about the scm-commits mailing list