diff --git a/system-config-rootpassword.spec b/system-config-rootpassword.spec index 9ed9ef6..eaf0d59 100644 --- a/system-config-rootpassword.spec +++ b/system-config-rootpassword.spec @@ -1,6 +1,6 @@ Name: system-config-rootpassword Version: 1.99.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A graphical interface for modifying the rootpassword Group: System Environment/Base @@ -40,7 +40,10 @@ make %{?_smp_mflags} rm -rf $RPM_BUILD_ROOT make INSTROOT=$RPM_BUILD_ROOT install -desktop-file-install --vendor=fedora --delete-original \ +desktop-file-install \ +%if 0%{?fedora} && 0%{?fedora} < 19 + --vendor=fedora --delete-original \ +%endif --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/system-config-rootpassword.desktop @@ -79,6 +82,9 @@ fi %changelog +* Sun Feb 24 2013 Toshio Kuratomi - 1.99.6-7 +- Remove --vendor from desktop-file-install on F19+ https://fedorahosted.org/fesco/ticket/1077 + * Fri Feb 15 2013 Fedora Release Engineering - 1.99.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild