diff --git a/fdupes.changes b/fdupes.changes index 04694a6..e488999 100644 --- a/fdupes.changes +++ b/fdupes.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 8 09:37:54 UTC 2019 - Dominique Leuenberger + +- Move RPM macros to %_rpmmacrodir. + ------------------------------------------------------------------- Fri Dec 16 12:40:20 UTC 2016 - psimons@suse.com diff --git a/fdupes.spec b/fdupes.spec index 66b3daa..79573f4 100644 --- a/fdupes.spec +++ b/fdupes.spec @@ -47,7 +47,7 @@ make %{?_smp_mflags} COMPILER_OPTIONS="%{optflags}" %install install -D -m755 %{name} %{buildroot}%{_bindir}/%{name} install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 -install -D -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.%{name} +install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.%{name} %check ./%{name} testdir @@ -60,6 +60,6 @@ install -D -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.%{name} %doc CHANGES %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* -%config %{_sysconfdir}/rpm/macros.%{name} +%{_rpmmacrodir}/macros.%{name} %changelog