d4c24bc
%global _default_patch_fuzz 2
d4c24bc
Petr Sabata 25b767c
# https://fedoraproject.org/wiki/Packaging:Guidelines#Compiler_flags
9e5b5a0
%global _hardened_build 1
9e5b5a0
cc48fc7
%global checkout 85e5583
Petr Sabata 25b767c
Petr Sabata 2f8ffeb
Name:               lldpad
cc48fc7
Version:            1.1.0
9f4408e
Release:            8.git%{checkout}%{?dist}
Petr Sabata 2f8ffeb
Summary:            Intel LLDP Agent
Petr Sabata 2f8ffeb
License:            GPLv2
Petr Sabata 2f8ffeb
URL:                http://open-lldp.org/
Petr Sabata 2f8ffeb
Source0:            %{name}-%{version}.tar.gz
Ido Schimmel 637b988
Petr Sabata 2f8ffeb
BuildRequires:      automake autoconf libtool
Petr Šabata 20798d8
BuildRequires:      flex >= 2.5.33
Petr Šabata 20798d8
BuildRequires:      kernel-headers >= 2.6.32
Petr Šabata 20798d8
BuildRequires:      libconfig-devel >= 1.3.2
d4c24bc
BuildRequires:      libnl3-devel
Petr Šabata 4158723
BuildRequires:      readline-devel
Petr Šabata 14d56ac
BuildRequires:      systemd
8c1ec12
BuildRequires: make
Petr Šabata 4158723
Requires:           readline
d4c24bc
Petr Šabata 14d56ac
Requires(post):     systemd
Petr Šabata 14d56ac
Requires(preun):    systemd
Petr Šabata 14d56ac
Requires(postun):   systemd
Jan Zeleny a3e201a
Jan Zeleny a3e201a
%description
Jan Zeleny a3e201a
This package contains the Linux user space daemon and configuration tool for
Jan Zeleny a3e201a
Intel LLDP Agent with Enhanced Ethernet support for the Data Center.
Jan Zeleny a3e201a
Petr Sabata 2f8ffeb
%package            devel
Petr Sabata 2f8ffeb
Summary:            Development files for %{name}
Petr Šabata 4158723
Requires:           %{name}%{?_isa} = %{version}-%{release}
Petr Sabata 2f8ffeb
Provides:           dcbd-devel = %{version}-%{release}
Petr Sabata 2f8ffeb
Obsoletes:          dcbd-devel < 0.9.26
Jan Zeleny a3e201a
Petr Sabata b7210ab
%description devel
Jan Zeleny a3e201a
The %{name}-devel package contains header files for developing applications
Jan Zeleny a3e201a
that use %{name}.
Jan Zeleny a3e201a
Jan Zeleny a3e201a
%prep
31e7d6b
%autosetup -p1
Jan Zeleny a3e201a
Jan Zeleny a3e201a
%build
14868ab
./bootstrap.sh
ec24f2e
CFLAGS=${CFLAGS:-%optflags -Wno-error -fcommon}; export CFLAGS;
Petr Šabata 22fc8f5
%configure --disable-static
Petr Šabata fb503ae
# fix the hardened build flags
Petr Šabata fb503ae
sed -i -e 's! \\\$compiler_flags !&\\\$CFLAGS \\\$LDFLAGS !' libtool
Jan Zeleny a3e201a
make %{?_smp_mflags}
Jan Zeleny a3e201a
Jan Zeleny a3e201a
%install
Jan Zeleny a3e201a
make install DESTDIR=%{buildroot}
Petr Šabata 42ff57e
mkdir -p %{buildroot}%{_sharedstatedir}/%{name}
Petr Šabata 22fc8f5
rm -f %{buildroot}%{_libdir}/liblldp_clif.la
Jan Zeleny a3e201a
Jan Zeleny a3e201a
%post
9e5b5a0
%systemd_post %{name}.service %{name}.socket
Jan Zeleny a3e201a
Jan Zeleny a3e201a
%preun
9e5b5a0
%systemd_preun %{name}.service %{name}.socket
Jan Zeleny a3e201a
Jan Zeleny a3e201a
%postun
9e5b5a0
%systemd_postun_with_restart %{name}.service %{name}.socket
Jan Zeleny a3e201a
Jan Zeleny a3e201a
%files
Jan Zeleny a3e201a
%doc COPYING README ChangeLog
Jan Zeleny a3e201a
%{_sbindir}/*
Petr Šabata 22fc8f5
%{_libdir}/liblldp_clif.so.*
Jan Zeleny a3e201a
%dir %{_sharedstatedir}/%{name}
Petr Sabata af3a878
%{_unitdir}/%{name}.service
9e5b5a0
%{_unitdir}/%{name}.socket
Petr Šabata 22fc8f5
%{_sysconfdir}/bash_completion.d/*
31e7d6b
%{_mandir}/man3/*
Jan Zeleny a3e201a
%{_mandir}/man8/*
Jan Zeleny a3e201a
Jan Zeleny a3e201a
%files devel
Jan Zeleny a3e201a
%{_includedir}/*
Jan Zeleny a3e201a
%{_libdir}/pkgconfig/*.pc
Petr Šabata 22fc8f5
%{_libdir}/liblldp_clif.so
Jan Zeleny a3e201a
Jan Zeleny a3e201a
%changelog
9f4408e
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-8.git85e5583
9f4408e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
9f4408e
3215449
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-7.git85e5583
3215449
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
3215449
67f287e
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-6.git85e5583
67f287e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
67f287e
6dea25c
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5.git85e5583
6dea25c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
6dea25c
80da97f
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4.git85e5583
80da97f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
80da97f
7c5b913
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1.0-3.git85e5583
7c5b913
- Rebuilt for updated systemd-rpm-macros
7c5b913
  See https://pagure.io/fesco/issue/2583.
7c5b913
adcd945
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2.git85e5583
adcd945
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
adcd945
cc48fc7
* Wed Dec 02 2020 Aaron Conole <aconole@redhat.com> - 1.1.0-1.git85e5583
cc48fc7
- Update to 1.1.0
cc48fc7
ec24f2e
* Fri Aug 07 2020 Jeff Law <law@redhat.com> - 1.0.1-20.git036e314
ec24f2e
- Enable _legacy_common_support
ec24f2e
b45f096
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-19.git036e314
b45f096
- Second attempt - Rebuilt for
b45f096
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b45f096
a223e67
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-18.git036e314
a223e67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
a223e67
00d7536
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-17.git036e314
00d7536
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
00d7536
Ido Schimmel 637b988
* Sat Sep 14 2019 Ido Schimmel <idosch@mellanox.com> - 1.0.1-16.git036e314
Ido Schimmel 637b988
- Add open-lldp-v1.0.1-30-lldpad-Do-not-enable-port-if-already-enabled.patch
Ido Schimmel 637b988
  (BZ 1752207)
Ido Schimmel 637b988
58f2b56
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-15.git036e314
58f2b56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
58f2b56
6625d07
* Tue Feb 12 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-14.git036e314
6625d07
- Remove obsolete scriptlets
6625d07
398bb53
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-13.git036e314
398bb53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
398bb53
2c53a6b
* Tue Oct 23 2018 Petr Machata <pmachata@gmail.com> - 1.0.1-12.git036e314
2c53a6b
- Add open-lldp-v1.0.1-29-basman_clif-print-the-OID-properly.patch (BZ 1614932,
2c53a6b
  1614896 (CVE-2018-10932)
9c1bec8
- Add open-lldp-v1.0.1-28-support-DSCP-selectors.patch (BZ 1618377)
9c1bec8
01c0caa
* Tue Jul 24 2018 Adam Williamson <awilliam@redhat.com> - 1.0.1-11.git036e314
01c0caa
- Rebuild for new libconfig
01c0caa
66582f9
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-10.git036e314
66582f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
66582f9
14833b5
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-9.git036e314
14833b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
14833b5
3c415a0
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-8.git036e314
3c415a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
3c415a0
fa10217
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-7.git036e314
fa10217
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
fa10217
b09c517
* Sun Feb 12 2017 Chris Leech <cleech@redhat.com> - 1.0.1-6.git036e314
b09c517
- disable -Werror from upstream to rebuild with newer compiler warnings
b09c517
043be0b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-5.git036e314
043be0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
043be0b
ab57474
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4.git036e314
ab57474
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ab57474
f48ccb7
* Mon Feb 01 2016 Chris Leech <cleech@redhat.com> - 1.0.1-3.git986eb2e
f48ccb7
- 1303439 package should not attempt to own /etc/bash_completion.d
67dd5a9
- fix more build warning in rawhide
f48ccb7
68a9f33
* Tue Nov 03 2015 Chris Leech <cleech@redhat.com> - 1.0.1-2.git986eb2e
68a9f33
- convert from sysv shm to posix, to allow selinux restorecon 
68a9f33
31e7d6b
* Wed Jun 17 2015 Chris Leech <cleech@redhat.com> - 1.0.1-1.git986eb2e
31e7d6b
- rebased to upstream v1.0.1-23-g986eb2e
31e7d6b
9e5b5a0
* Thu Oct 23 2014 Chris Leech <cleech@redhat.com> - 0.9.46-8.git48a5f38
9e5b5a0
- sync to upstream v0.9.46-123-g48a5f38
9e5b5a0
b4e3f3e
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.46-7
b4e3f3e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b4e3f3e
d4c24bc
* Tue Jul 22 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.46-6
d4c24bc
- Add upstream patch to build against libnl3
d4c24bc
- Drop legacy dcbd packaging support, we've not shipped it since F-13
d4c24bc
495eb16
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.46-5
495eb16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
495eb16
Petr Šabata c9eb4fe
* Tue Mar 11 2014 Petr Šabata <contyk@redhat.com> - 0.9.46-4
Petr Šabata c9eb4fe
- Drop the explicit kernel runtime dependency
Petr Šabata e4cd6c9
- Patch configure.ac to build in rawhide
Petr Šabata c9eb4fe
Petr Šabata 14d56ac
* Wed Jul 31 2013 Petr Šabata <contyk@redhat.com> - 0.9.46-3
Petr Šabata 14d56ac
- Require 'systemd' instead of 'systemd-units'
Petr Šabata 14d56ac
Petr Šabata fb503ae
* Tue Jul 02 2013 Petr Šabata <contyk@redhat.com> - 0.9.46-2
Petr Šabata fb503ae
- Fix the hardened build flags
Petr Šabata fb503ae
Petr Šabata 20798d8
* Tue Jun 04 2013 Petr Šabata <contyk@redhat.com> - 0.9.46-1
Petr Šabata 20798d8
- 0.9.46 bump
Petr Šabata 20798d8
- 802.1Qaz fixes to enable support on not CEE DCBX-enabled hardware
Petr Šabata 20798d8
- 802.1Qbg EVB module support
Petr Šabata 20798d8
- lldpad now supports bonded interfaces
Petr Šabata 20798d8
Petr Šabata 1418290
* Tue Mar 05 2013 Petr Šabata <contyk@redhat.com> - 0.9.45-5
Petr Šabata 1418290
- Fix build by patching the sizeof() call in lldp_8021qaz_cmds.c
Petr Šabata 1418290
88f9906
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.45-4
88f9906
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
88f9906
Petr Šabata c59f8e5
* Tue Aug 28 2012 Petr Šabata <contyk@redhat.com> - 0.9.45-3
Petr Šabata c59f8e5
- Migrate to systemd scriptlets (#850192)
Petr Šabata c59f8e5
Petr Šabata 1ad910a
* Thu Aug 23 2012 Petr Šabata <contyk@redhat.com> - 0.9.45-2
Petr Šabata 1ad910a
- Fix displaying of the Management Address TLV (327ef662)
Petr Šabata 1ad910a
Petr Šabata 22fc8f5
* Wed Aug 15 2012 Petr Šabata <contyk@redhat.com> - 0.9.45-1
Petr Šabata 22fc8f5
- 0.9.45 bump
Petr Šabata 22fc8f5
- Provide bash-completion and the new clif library
Petr Šabata 22fc8f5
f4e7d10
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.44-2
f4e7d10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f4e7d10
Petr Šabata 4158723
* Fri Jan 27 2012 Petr Šabata <contyk@redhat.com> - 0.9.44-1
Petr Šabata 4158723
- 0.9.44 bump, patches cleanup
Petr Šabata 4158723
- Correct dependencies a bit
Petr Šabata 4158723
- Require dlopen()'d readline
Petr Šabata 4158723
7d42de7
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.43-6
7d42de7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7d42de7
Petr Sabata 28642b3
* Thu Oct 06 2011 Petr Sabata <contyk@redhat.com> - 0.9.43-5
Petr Sabata 28642b3
- Do not enable lldpad by default (#701999)
Petr Sabata 28642b3
Petr Sabata 25b767c
* Fri Sep 23 2011 Petr Sabata <contyk@redhat.com> - 0.9.43-4
Petr Sabata 25b767c
- Enable hardened build
Petr Sabata 25b767c
Petr Sabata 61999fd
* Tue Sep 13 2011 Petr Sabata <contyk@redhat.com> - 0.9.43-3
Petr Sabata 61999fd
- Mute systemd output (#737897)
Petr Sabata 61999fd
Petr Sabata b7210ab
* Tue Aug 30 2011 Petr Sabata <contyk@redhat.com> - 0.9.43-2
Petr Sabata b7210ab
- Apply various upstream 0.9.43 bugfixes
Petr Sabata b7210ab
- Include not yet accepted Jens Osterkamp's patch to fix bug #720080
Petr Sabata b7210ab
- Whitespace cleanup, phew
Petr Sabata b7210ab
Petr Sabata e1e874c
* Thu Jul 07 2011 Petr Sabata <contyk@redhat.com> - 0.9.43-1
Petr Sabata e1e874c
- 0.9.43 bump
Petr Sabata e1e874c
- Drop the the clean exit patch and our unit file, both are now included upstream
Petr Sabata e1e874c
Petr Sabata af3a878
* Tue Jun 21 2011 Petr Sabata <contyk@redhat.com> - 0.9.42-2
Petr Sabata af3a878
- Introduce systemd unit file, drop SysV support
Petr Sabata af3a878
- Call systemctl instead of service and chkconfig
Petr Šabata 1ad910a
- Enable the service only on new installation (post)
Petr Sabata af3a878
- Clean exit patch
Petr Sabata af3a878
Petr Sabata 2f8ffeb
* Mon Jun 13 2011 Petr Sabata <contyk@redhat.com> - 0.9.42-1
Petr Sabata 2f8ffeb
- 0.9.42 bump (massive patches cleanup)
Petr Sabata 2f8ffeb
- Remove obsolete defattr
Petr Sabata 2f8ffeb
- Remove COPYING and README from devel subpackage
Petr Sabata 2f8ffeb
e9225f8
* Wed May  4 2011 Petr Sabata <psabata@redhat.com> - 0.9.41-3
e9225f8
- Fix the frequent, power consuming lldpad wake-ups (rhbz#701943)
e9225f8
b63f874
* Thu Apr 21 2011 Petr Sabata <psabata@redhat.com> - 0.9.41-2
b63f874
- Bring in upstream 802.1Qbg bugfixes
b63f874
b63f874
* Thu Feb 10 2011 Petr Sabata <psabata@redhat.com> - 0.9.41-1
14868ab
- 0.9.41 bump
14868ab
- New BR: autotools, flex
14868ab
- Buildroot garbage removed
14868ab
- Devel post and preun scriptlets sanitized
14868ab
58bd133
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.38-2
58bd133
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
58bd133
Jan Zeleny 0d8e022
* Mon Jun 28 2010 Jan Zeleny <jzeleny@redhat.com> - 0.9.38-1
Jan Zeleny 0d8e022
- rebased to 0.9.38 (various enhancements and bugfixes, see 
Jan Zeleny 0d8e022
  lldpad-0.9.38-relnotes.txt on http://e1000.sf.net for complete list)
Jan Zeleny 0d8e022
Jan Zeleny f8c1a02
* Mon May 10 2010 Jan Zeleny <jzeleny@redhat.com> - 0.9.32-2
Jan Zeleny f8c1a02
- rebuild to match new libconfig
Jan Zeleny f8c1a02
Jan Zeleny 61992b0
* Mon Apr 12 2010 Jan Zeleny <jzeleny@redhat.com> - 0.9.32-1
Jan Zeleny 61992b0
- rebased to 0.9.32 (various enhancements and bugfixes, see 
Jan Zeleny 61992b0
  lldpad-0.9.32-relnotes.txt on http://e1000.sf.net for complete list)
Jan Zeleny 61992b0
Jan Zeleny 14d1ddb
* Thu Mar 25 2010 Jan Zeleny <jzeleny@redhat.com> - 0.9.29-2
Jan Zeleny 14d1ddb
- added Provides and Obsoletes tags to devel subpackage
Jan Zeleny 14d1ddb
Jan Zeleny 2764916
* Mon Mar 15 2010 Jan Zeleny <jzeleny@redhat.com> - 0.9.29-1
Jan Zeleny 2764916
- updated package to 0.9.29, improved compatibility with fcoe-utils
Jan Zeleny 2764916
Jan Zeleny a3e201a
* Fri Feb 26 2010 Jan Zeleny <jzeleny@redhat.com> - 0.9.26-2
Jan Zeleny a3e201a
- updated spec file and LSB init script patch for re-review
Jan Zeleny a3e201a
  (#568641)
Jan Zeleny 2764916
Jan Zeleny a3e201a
* Thu Feb 25 2010 Jan Zeleny <jzeleny@redhat.com> - 0.9.26-1
Jan Zeleny a3e201a
- rebased to 0.9.26
Jan Zeleny a3e201a
- package renamed to lldpad
Jan Zeleny a3e201a
- enahanced functionality (LLDP supported as well as DCBX)
Jan Zeleny a3e201a
Jan Zeleny a3e201a
* Fri Nov 13 2009 Jan Zeleny <jzeleny@redhat.com> - 0.9.19-2
Jan Zeleny a3e201a
- init script patch adding LSB compliance
Jan Zeleny a3e201a
Jan Zeleny a3e201a
* Thu Oct 08 2009 Jan Zeleny <jzeleny@redhat.com> - 0.9.19-1
Jan Zeleny a3e201a
- update to new upstream version
Jan Zeleny a3e201a
Jan Zeleny a3e201a
* Mon Oct 05 2009 Jan Zeleny <jzeleny@redhat.com> - 0.9.15-5
Jan Zeleny a3e201a
- replaced the last patch, which was not fully functional, with
Jan Zeleny a3e201a
  the new one
Jan Zeleny a3e201a
Jan Zeleny a3e201a
* Wed Sep 09 2009 Karsten Hopp <karsten@redhat.com> 0.9.15-4
Jan Zeleny a3e201a
- buildrequire libconfig-devel >= 1.3.2, it doesn't build with 1.3.1 due to
Jan Zeleny a3e201a
  the different config_lookup_string api
Jan Zeleny a3e201a
Jan Zeleny a3e201a
* Thu Aug 20 2009 Jan Zeleny <jzeleny@redhat.com> - 0.9.15-3
Jan Zeleny a3e201a
- update of config_lookup_string() function calls
Jan Zeleny a3e201a
Jan Zeleny a3e201a
* Thu Aug 20 2009 Jan Zeleny <jzeleny@redhat.com> - 0.9.15-2
Jan Zeleny a3e201a
- rebuild in order to match new libconfig
Jan Zeleny a3e201a
Jan Zeleny a3e201a
* Mon Aug 17 2009 Jan Zeleny <jzeleny@redhat.com> - 0.9.15-1
Jan Zeleny a3e201a
- rebase to 0.9.15
Jan Zeleny a3e201a
Jan Zeleny a3e201a
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-5
Jan Zeleny a3e201a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Jan Zeleny a3e201a
Jan Zeleny a3e201a
* Fri Mar 20 2009 Jan Zeleny <jzeleny@redhat.com> - 0.9.7-4
Jan Zeleny a3e201a
- updated scriptlets in spec file to follow the rules
Jan Zeleny a3e201a
Jan Zeleny a3e201a
* Wed Mar 11 2009 Jan Zeleny <jzeleny@redhat.com> - 0.9.7-3
Jan Zeleny a3e201a
- added devel files again to support fcoe-utils package
Jan Zeleny a3e201a
- added kernel >= 2.6.29 to Requires, deleted dcbnl.h, since it is
Jan Zeleny a3e201a
  aviable in kernel 2.6.29-rc7
Jan Zeleny a3e201a
- changed config dir from /etc/sysconfig/dcbd to /etc/dcbd
Jan Zeleny a3e201a
- updated init script: added mandatory Short description tag,
Jan Zeleny a3e201a
  deleted default runlevels, which should start the script
Jan Zeleny a3e201a
Jan Zeleny a3e201a
* Tue Mar 10 2009 Jan Zeleny <jzeleny@redhat.com> - 0.9.7-2
Jan Zeleny a3e201a
- added patch to enable usage of libconfig shared in system
Jan Zeleny a3e201a
- removed devel part of package
Jan Zeleny a3e201a
Jan Zeleny a3e201a
* Mon Mar 2 2009 Chris Leech <christopher.leech@intel.com> - 0.9.7-1
Jan Zeleny a3e201a
- Updated to 0.9.7
Jan Zeleny a3e201a
- Added a private copy of dcbnl.h until kernel-headers includes it.
Jan Zeleny a3e201a
  Export patch is making it's way to the upstream kernel via net-2.6,
Jan Zeleny a3e201a
  expected in 2.6.29-rc7
Jan Zeleny a3e201a
Jan Zeleny a3e201a
* Thu Feb 26 2009 Chris Leech <christopher.leech@intel.com> - 0.9.5-1
Jan Zeleny a3e201a
- initial RPM packaging