Accepting request 752568 from home:dimstar:Factory
- Remove redundant %else without meaning (if/else/else/endif?) Fixes build with rpm 4.15, see https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:N/dnsmasq/standard/x86_64 OBS-URL: https://build.opensuse.org/request/show/752568 OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=120
This commit is contained in:
parent
6ce28c3b4b
commit
717dcedc03
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 30 12:15:42 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Remove redundant %else without meaning (if/else/else/endif?)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 13 10:46:21 UTC 2019 - Reinhard Max <max@suse.com>
|
Wed Nov 13 10:46:21 UTC 2019 - Reinhard Max <max@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dnsmasq
|
# spec file for package dnsmasq
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,7 +29,7 @@ Group: Productivity/Networking/DNS/Servers
|
|||||||
Version: 2.80
|
Version: 2.80
|
||||||
Release: 0
|
Release: 0
|
||||||
Provides: dns_daemon
|
Provides: dns_daemon
|
||||||
Url: http://www.thekelleys.org.uk/dnsmasq/
|
URL: http://www.thekelleys.org.uk/dnsmasq/
|
||||||
Source0: http://www.thekelleys.org.uk/%{name}/%{name}-%{version}.tar.xz
|
Source0: http://www.thekelleys.org.uk/%{name}/%{name}-%{version}.tar.xz
|
||||||
Source1: http://www.thekelleys.org.uk/%{name}/%{name}-%{version}.tar.xz.asc
|
Source1: http://www.thekelleys.org.uk/%{name}/%{name}-%{version}.tar.xz.asc
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
@ -56,7 +56,6 @@ Requires(pre): group(nogroup)
|
|||||||
Requires(pre): user(tftp)
|
Requires(pre): user(tftp)
|
||||||
%else
|
%else
|
||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): /usr/sbin/useradd
|
||||||
%else
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user