Fix few mistakes

note: fedpkg lint is your best friend
This commit is contained in:
Lukas Slebodnik 2016-07-01 10:45:16 +02:00
parent f9539d7319
commit a100349631
1 changed files with 3 additions and 3 deletions

View File

@ -25,12 +25,12 @@
Name: sssd Name: sssd
Version: 1.14.0 Version: 1.14.0
Release: 2%{?dist}.beta Release: 2%{?dist}.beta1
Group: Applications/System Group: Applications/System
Summary: System Security Services Daemon Summary: System Security Services Daemon
License: GPLv3+ License: GPLv3+
URL: http://fedorahosted.org/sssd/ URL: http://fedorahosted.org/sssd/
Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}beta.tar.gz Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}beta1.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
### Patches ### ### Patches ###
@ -530,7 +530,7 @@ UpdateTimestamps() {
done done
} }
%setup -q -n %{name}-1.13.90 %setup -q -n %{name}-1.13.91
for p in %patches ; do for p in %patches ; do
%__patch -p1 -i $p %__patch -p1 -i $p