From 66b24cfc361f9e3bd1b846f5eb2ca8b8d94dde09 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: May 21 2022 19:53:36 +0000 Subject: Use dfuzzer.conf explicitly in the files section instead of a wildcard Update the repo path --- diff --git a/dfuzzer.spec b/dfuzzer.spec index e16fefd..ae89892 100644 --- a/dfuzzer.spec +++ b/dfuzzer.spec @@ -1,18 +1,18 @@ -Name: dfuzzer -Version: 2.0 -Release: 1%{?dist} -Summary: D-Bus fuzz testing tool +Name: dfuzzer +Version: 2.0 +Release: 2%{?dist} +Summary: D-Bus fuzz testing tool %global commit e40ffff07e102c93730a7a16e5482f3d310d15b3 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -License: GPLv3+ -URL: https://github.com/matusmarhefka/dfuzzer +License: GPLv3+ +URL: https://github.com/dbus-fuzzer/dfuzzer # GitHub generates different links from names of downloaded packages, therefore you must run # this command before rpmbuild (it downloads tarball, renames it and moves to the SOURCES): # spectool -g dfuzzer.spec; mv *.tar.gz ../SOURCES/ -Source0: https://github.com/matusmarhefka/dfuzzer/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz +Source0: https://github.com/dbus-fuzzer/dfuzzer/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz BuildRequires: docbook-style-xsl BuildRequires: gcc BuildRequires: glib2-devel @@ -38,12 +38,16 @@ by a D-Bus service. %files %{_bindir}/%{name} -%config(noreplace) %{_sysconfdir}/* +%config(noreplace) %{_sysconfdir}/dfuzzer.conf %{_mandir}/man1/dfuzzer.1* %doc README.md ChangeLog COPYING %changelog +* Sat May 21 2022 Frantisek Sumsal - 2.0-2 +- Use dfuzzer.conf explicitly in the files section instead of a wildcard +- Update the repo path + * Mon May 16 2022 Frantisek Sumsal - 2.0-1 - Bump dfuzzer to v2.0