[lldpad] 0.9.43 bump

Petr Sabata psabata at fedoraproject.org
Thu Jul 7 12:56:02 UTC 2011


commit e1e874c9cf37a0caecc635d96310d40887b544ad
Author: Petr Sabata <contyk at redhat.com>
Date:   Thu Jul 7 14:55:36 2011 +0200

    0.9.43 bump

 .gitignore                     |    1 +
 lldpad-0.9.42-clean-exit.patch |   12 ------------
 lldpad.service                 |   10 ----------
 lldpad.spec                    |   13 +++++++------
 sources                        |    2 +-
 5 files changed, 9 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e5c37e3..4dc4e2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 lldpad-0.9.38.tar.gz
 /lldpad-0.9.41.tar.bz2
 /lldpad-0.9.42.tar.gz
+/lldpad-0.9.43.tar.gz
diff --git a/lldpad.spec b/lldpad.spec
index 9bc46d0..c5543dc 100644
--- a/lldpad.spec
+++ b/lldpad.spec
@@ -1,15 +1,13 @@
 Name:               lldpad
-Version:            0.9.42
-Release:            2%{?dist}
+Version:            0.9.43
+Release:            1%{?dist}
 Summary:            Intel LLDP Agent
 Group:              System Environment/Daemons
 License:            GPLv2
 URL:                http://open-lldp.org/
 Source0:            %{name}-%{version}.tar.gz
-Source1:            %{name}.service
 Patch0:             lldpad-0.9.41-make.patch
 Patch1:             lldpad-0.9.41-lldptool-invalid-pointer.patch
-Patch2:             lldpad-0.9.42-clean-exit.patch
 
 Requires:           kernel >= 2.6.32
 BuildRequires:      systemd-units
@@ -42,7 +40,6 @@ that use %{name}.
 %setup -q -n open-lldp
 %patch0 -p1 -b .make
 %patch1 -p1 -b .invalid-pointer
-%patch2 -p1 -b .clean-exit
 
 %build
 ./bootstrap.sh
@@ -53,7 +50,7 @@ make %{?_smp_mflags}
 make install DESTDIR=%{buildroot}
 rm -f %{buildroot}%{_mandir}/man8/dcbd.8
 mkdir -p %{buildroot}%{_unitdir}
-install -m644 %{SOURCE1} %{buildroot}%{_unitdir}
+install -m644 %{name}.service %{buildroot}%{_unitdir}
 rm -rf %{buildroot}/etc/init.d
 
 %post
@@ -101,6 +98,10 @@ fi
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Jul 07 2011 Petr Sabata <contyk at redhat.com> - 0.9.43-1
+- 0.9.43 bump
+- Drop the the clean exit patch and our unit file, both are now included upstream
+
 * Tue Jun 21 2011 Petr Sabata <contyk at redhat.com> - 0.9.42-2
 - Introduce systemd unit file, drop SysV support
 - Call systemctl instead of service and chkconfig
diff --git a/sources b/sources
index e77aedb..beecaab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c32a859d65edfb6660f3b55c707054f3  lldpad-0.9.42.tar.gz
+b853a61bdf9b0bf2b4338f9f6d33c371  lldpad-0.9.43.tar.gz


More information about the scm-commits mailing list