diff --git a/git.changes b/git.changes index e7e1868..3786717 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 6 14:37:58 UTC 2013 - schwab@linux-m68k.org + +- Create links from %{gitexecdir}/git instead of %{gitexecdir}/git-add + ------------------------------------------------------------------- Sun May 5 05:17:32 UTC 2013 - douglarek@outlook.com diff --git a/git.spec b/git.spec index f5dd78e..aff849e 100644 --- a/git.spec +++ b/git.spec @@ -261,7 +261,7 @@ install -m 644 %{SOURCE5} $RPM_BUILD_ROOT/etc/apparmor.d # create predictable symlinks to make apparmor profile work for i in git git-upload-archive git-receive-pack; do rm $RPM_BUILD_ROOT%{_bindir}/$i - ln -s %{gitexecdir}/git-add $RPM_BUILD_ROOT%{_bindir}/$i + ln -s %{gitexecdir}/git $RPM_BUILD_ROOT%{_bindir}/$i done if ! test -f $RPM_BUILD_ROOT%{gitexecdir}/git-add; then echo "git-add is not a regular file, apparmor profile won't work!" >&2