Skip to content
Snippets Groups Projects
Commit 53cabf94 authored by Jakub Ružička's avatar Jakub Ružička Committed by Ondřej Zajíček
Browse files

suse: fix bird.spec to work on SUSE

SUSE is more strict about .spec.

* use SPDX license id
* add missing %ghost file directive
parent 60167856
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ Version: {{ version }}
Release: cznic.{{ release }}%{?dist}
Summary: BIRD Internet Routing Daemon
License: GPLv2+
License: GPL-2.0-or-later
URL: https://bird.network.cz/
Source0: https://bird.network.cz/download/bird-%{version}.tar.gz
Source1: bird.service
......@@ -100,7 +100,7 @@ exit 0
%{_sbindir}/birdc
%{_sbindir}/birdcl
%dir %attr(0750,bird,bird) %{_localstatedir}/lib/bird
%dir %attr(0750,bird,bird) %{_rundir}/bird
%dir %attr(0750,bird,bird) %ghost %{_rundir}/bird
%if 0%{!?_without_doc:1}
%files doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment