Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 575019 Details for
Bug 760177
Review Request: knot - Authoritative DNS server
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
knot spec file
knot.spec (text/x-rpm-spec), 3.03 KB, created by
Paul Wouters
on 2012-04-04 02:30:11 UTC
(
hide
)
Description:
knot spec file
Filename:
MIME Type:
Creator:
Paul Wouters
Created:
2012-04-04 02:30:11 UTC
Size:
3.03 KB
patch
obsolete
>Summary: An authoritative DNS daemon >Name: knot >Version: 1.0.1 >Release: 1 >License: GPLv3 >Group: Applications/System >Source: http://public.nic.cz/files/knot-dns/knot-%{version}.tar.gz >Source1: knot.sysconfig >Source2: knot.service >Source3: tmpfiles-knot.conf >Source4: knot.conf > >Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-build >Url: http://www.knot-dns.cz >BuildRequires: flex userspace-rcu-devel openssl-devel bison >BuildRequires: systemd-units libcap-ng-devel > >Requires(post): systemd-sysv >Requires(post): systemd-units >Requires(preun): systemd-units >Requires(postun): systemd-units >Requires(pre): shadow-utils > >%description >KNOT DNS is a high-performance authoritative DNS server implementation. > >%prep >%setup -q > >%build >%configure --sysconfdir=%{_sysconfdir}/%{name} --libdir=%{_libdir}/knot >make -C samples knot.sample.conf >make %{?_smp_mflags} > > >%install >rm -rf %{buildroot}/* >make DESTDIR=%{buildroot} install sysconfigdir=%{_sysconfig}/%{name} libexecdir=%{_libexecdir}/%{name} sysconfdir=%{_sysconfdir}/%{name} > >install -d -m 0755 %{buildroot}/%{_sysconfdir}/sysconfig >install -m 0755 %{SOURCE1} %{buildroot}/%{_sysconfdir}/sysconfig/%{name} >install -d -m 0755 %{buildroot}/%{_sysconfdir}/%{name} >rm %{buildroot}/%{_sysconfdir}/%{name}/%{name}.sample.conf >install -m 0640 %{SOURCE4} %{buildroot}/%{_sysconfdir}/%{name}/%{name}.conf > >install -d %{buildroot}/%{_var}/lib/%{name} > >install -d 0755 %{buildroot}%{_unitdir} >install -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/knot.service >mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d/ >install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/tmpfiles.d/knot.conf > ># should this go in or not? >mkdir -p %{buildroot}%{_localstatedir}/run/knot > >%files >%defattr(-,root,root,-) >%config %dir %{_sysconfdir}/%{name} >%config(noreplace) %attr(640,root,knot) %{_sysconfdir}/%{name}/* >%{_sbindir}/* >%dir %{_libexecdir}/%{name} >%{_libexecdir}/%{name}/* >%dir %{_var}/lib/%{name} >%{_mandir}/*/* >%doc COPYING RELNOTES README KNOWN_ISSUES AUTHORS >%attr(0644,root,root) %{_unitdir}/%{name}.service >%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/%{name} >%config(noreplace) %{_sysconfdir}/tmpfiles.d/knot.conf > >%pre >getent group knot >/dev/null || groupadd -r knot >getent passwd uknot >/dev/null || \ >useradd -r -g knot -d %{_sysconfdir}/knot -s /sbin/nologin \ >-c "Knot DNS resolver" knot >exit 0 > >%post >if [ $1 -eq 1 ] ; then > # Initial installation > /bin/systemctl daemon-reload >/dev/null 2>&1 || : >fi > >%preun >if [ $1 -eq 0 ]; then > # run before a package is removed > /bin/systemctl --no-reload disable %{name}.service >/dev/null 2>&1 || : > /bin/systemctl stop %{name}.service > /dev/null 2>&1 || : >fi > >%postun >/bin/systemctl daemon-reload >/dev/null 2>&1 || : >if [ $1 -ge 1 ]; then > # run after a package is removed > /bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || : >fi > >%changelog >* Wed Apr 04 2012 Paul Wouters <pwouters@redhat.com> - 1.0.1-1 >- Initial package > >* Mon Jan 16 2012 - feela@network.cz >- Support for systemd. >- Specfile cleanup > >* Thu Nov 3 2011 - feela@network.cz >- Initial version >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Flags:
pwouters
: review?
Actions:
View
Attachments on
bug 760177
: 575019 |
640075
|
649868