0.10.3-1
- 0.10.3 - update scriptlets to use 'refresh' instead of 'refresh-index'
This commit is contained in:
parent
b3351c4ff5
commit
f272731506
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/AppStream-0.9.8.tar.xz
|
||||
/AppStream-0.10.1.tar.xz
|
||||
/AppStream-0.10.3.tar.xz
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
|
||||
Summary: Utilities to generate, maintain and access the AppStream database
|
||||
Name: appstream
|
||||
Version: 0.10.1
|
||||
Release: 3%{?dist}
|
||||
Version: 0.10.3
|
||||
Release: 1%{?dist}
|
||||
|
||||
# lib LGPLv2+, tools GPLv2+
|
||||
License: GPLv2+ and LGPLv2+
|
||||
@ -103,10 +103,10 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300"
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%posttrans
|
||||
%{_bindir}/appstreamcli refresh-index --force >& /dev/null ||:
|
||||
%{_bindir}/appstreamcli refresh --force >& /dev/null ||:
|
||||
|
||||
%triggerun -- appstream-data
|
||||
%{_bindir}/appstreamcli refresh-index >& /dev/null ||:
|
||||
%{_bindir}/appstreamcli refresh >& /dev/null ||:
|
||||
|
||||
%files -f appstream.lang
|
||||
%doc AUTHORS
|
||||
@ -159,6 +159,10 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300"
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 01 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.10.3-1
|
||||
- 0.10.3
|
||||
- update scriptlets to use 'refresh' instead of 'refresh-index'
|
||||
|
||||
* Fri Sep 30 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.10.1-3
|
||||
- s|share/appstream|share/appdata/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user