From 9dcc5a251f8c5690b8e93fd54c6ff119ab9c6d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Fri, 15 Feb 2019 10:37:15 +0100 Subject: [PATCH] Apply patches by autosetup --- dnsmasq.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dnsmasq.spec b/dnsmasq.spec index 0e2ca54..2302a26 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -13,7 +13,7 @@ Name: dnsmasq Version: 2.80 -Release: 2%{?extraversion:.%{extraversion}}%{?dist} +Release: 3%{?extraversion:.%{extraversion}}%{?dist} Summary: A lightweight DHCP/caching DNS server License: GPLv2 or GPLv3 @@ -59,10 +59,7 @@ server's leases. %prep -%setup -q -n %{name}-%{version}%{?extraversion} -%patch1 -p1 -b .underflow -%patch3 -p1 -b .fips -%patch5 -p1 -b .ports +%autosetup -n %{name}-%{version}%{?extraversion} # use /var/lib/dnsmasq instead of /var/lib/misc for file in dnsmasq.conf.example man/dnsmasq.8 man/es/dnsmasq.8 src/config.h; do @@ -163,6 +160,9 @@ install -Dpm 644 %{SOURCE2} %{buildroot}%{_sysusersdir}/dnsmasq.conf %{_mandir}/man1/dhcp_* %changelog +* Fri Feb 15 2019 Petr Menšík - 2.80-3 +- Apply patches by autosetup + * Thu Jan 31 2019 Fedora Release Engineering - 2.80-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild