Import rpm: c8s
This commit is contained in:
commit
e6048d025f
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SOURCES/cgdcbxd-1.0.2.tar.gz
|
||||||
|
/cgdcbxd-1.0.2.tar.gz
|
10
cgdcbxd.service
Normal file
10
cgdcbxd.service
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=cgdcbxd daemon
|
||||||
|
After=syslog.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/sbin/cgdcbxd -n
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
|
95
cgdcbxd.spec
Normal file
95
cgdcbxd.spec
Normal file
@ -0,0 +1,95 @@
|
|||||||
|
Name: cgdcbxd
|
||||||
|
Version: 1.0.2
|
||||||
|
Release: 9%{?dist}
|
||||||
|
Summary: DCB network priority management daemon
|
||||||
|
Group: System Environment/Base
|
||||||
|
License: GPLv2
|
||||||
|
URL: https://github.com/jrfastab/cgdcbxd
|
||||||
|
|
||||||
|
# The source for this package was pullled from upstreams vcs. Specifically it
|
||||||
|
# was pulled from the projects github site using the following dynamic tarball
|
||||||
|
# generating url:
|
||||||
|
# https://github.com/jrfastab/cgdcbxd/zipball/v1.0.1
|
||||||
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
# The service file was created locally for the fedora project, but will be sent
|
||||||
|
# upstream shortly
|
||||||
|
Source1: %{name}.service
|
||||||
|
BuildRequires: libcgroup-devel libmnl-devel libtool systemd-units
|
||||||
|
Requires(post): systemd
|
||||||
|
Requires(preun): systemd
|
||||||
|
Requires(postun): systemd
|
||||||
|
|
||||||
|
%description
|
||||||
|
This is a daemon to manage the priority of network traffic in dcb enabled
|
||||||
|
environments. By using the information exchanged over the dcbx protocol on a
|
||||||
|
LAN, this package will enforce network priority on running applications on your
|
||||||
|
host using the net_prio cgroup
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
./bootstrap.sh
|
||||||
|
export CFLAGS="-g -DFORTIFY_SOURCE -fPIE -Wl,-z,relro,-z,now"
|
||||||
|
export LDFLAGS=-pie
|
||||||
|
%{configure}
|
||||||
|
make
|
||||||
|
|
||||||
|
%install
|
||||||
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}
|
||||||
|
install -D -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/cgdcbxd.service
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc COPYING
|
||||||
|
%{_unitdir}/cgdcbxd.service
|
||||||
|
%{_mandir}/man8/*
|
||||||
|
%{_sbindir}/*
|
||||||
|
|
||||||
|
%post
|
||||||
|
%systemd_post cgdcbxd.service
|
||||||
|
|
||||||
|
%preun
|
||||||
|
%systemd_preun cgdcbxd.service
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%systemd_postun_with_restart cgdcbxd.service
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Feb 25 2019 Neil Horman <nhorman@redhat.com> - 1.0.2-9
|
||||||
|
- Fix erroneous cgrulesend dependency
|
||||||
|
|
||||||
|
* Mon Feb 25 2019 Neil Horman <nhorman@redhat.com> - 1.0.2-8
|
||||||
|
- Adding debug flag to allow debug packages
|
||||||
|
|
||||||
|
* Wed Feb 17 2016 Neil Horman <nhorman@redhat.com> - 1.0.2-7
|
||||||
|
- Add fortify source to build (bz 1092524)
|
||||||
|
|
||||||
|
* Wed Feb 17 2016 Neil Horman <nhorman@redhat.com> - 1.0.2-6
|
||||||
|
- Enable RELRO and PIE in build (bz 1092524)
|
||||||
|
|
||||||
|
* Tue Mar 04 2014 Neil Horman <nhorman@redhat.com> - 1.0.2-5
|
||||||
|
- Fixed double usr/sbin in cgrulesengd path (bz1065694)
|
||||||
|
|
||||||
|
* Mon Mar 03 2014 Neil Horman <nhorman@redhat.com> - 1.0.2-4
|
||||||
|
- Added proper dependencies and cgrules trigger (bz1065694)
|
||||||
|
|
||||||
|
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.0.2-3
|
||||||
|
- Mass rebuild 2014-01-24
|
||||||
|
|
||||||
|
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0.2-2
|
||||||
|
- Mass rebuild 2013-12-27
|
||||||
|
|
||||||
|
* Tue Jul 23 2013 Neil Horman <nhorman@redhat.com> - 1.0.2-1
|
||||||
|
- Update to latest upstream
|
||||||
|
|
||||||
|
* Tue May 28 2013 Neil Horman <nhorman@redhat.com> - 1.0.1-3
|
||||||
|
- Fix the spec file to match new systemd install scripts (bz967588)
|
||||||
|
|
||||||
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jun 25 2012 Neil Horman <nhorman@tuxdriver.com> 1.0.1-1
|
||||||
|
- Initial build
|
Loading…
Reference in New Issue
Block a user