Takashi Iwai
4369faa552
As update-scripts are never called, and instead leave nonsense in /var/adm on everyones machines, remove them and rely on rpm post install trigger instead OBS-URL: https://build.opensuse.org/request/show/539907 OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=37
117 lines
4.1 KiB
Plaintext
117 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 8 15:43:41 UTC 2017 - rbrown@suse.com
|
|
|
|
- As update-scripts are never triggered, remove them.
|
|
Rely instead on the rpm post install trigger
|
|
[boo#1067213] [bsc#1066187]
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 14 14:30:28 UTC 2016 - pgajdos@suse.com
|
|
|
|
- fix previous commit
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 7 15:36:53 UTC 2016 - olaf@aepfle.de
|
|
|
|
- Update reconfigure_fonts_post to use shell variables
|
|
to reduce build-compare noise in font packages
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 21 09:27:48 UTC 2015 - dmueller@suse.com
|
|
|
|
- remove references to /var/run (bsc#951354)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 5 11:16:17 UTC 2015 - olaf@aepfle.de
|
|
|
|
- Revert last pathname change because libzypp expects a fixed
|
|
filename pattern. release changes have to caught in build-compare
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 3 08:24:45 UTC 2015 - olaf@aepfle.de
|
|
|
|
- Move version-release to reduce build-compare noise
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 27 15:48:37 UTC 2014 - pgajdos@suse.com
|
|
|
|
- require coreutils for scriptlets of fontpackages [bnc#865853]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 22 14:18:02 UTC 2014 - pgajdos@suse.com
|
|
|
|
- fonts-config is --quiet in every call
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 15 11:16:42 UTC 2013 - pgajdos@suse.com
|
|
|
|
- fixed minor typo in %reconfigure_fonts_post macro [bnc#845955]
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 14 06:05:19 UTC 2013 - pgajdos@suse.com
|
|
|
|
- minor fix in %reconfigure_fonts_post macro (really check for
|
|
cjk *-config before run them)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 30 08:44:46 UTC 2013 - pgajdos@suse.com
|
|
|
|
- run fonts-config only once when installing or upgrading more
|
|
fonts in one transaction
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 2 09:25:45 UTC 2013 - pgajdos@suse.com
|
|
|
|
- %reconfigure_fonts_scriptlets macro does not contain (now empty)
|
|
%posttrans from now on until
|
|
https://bugzilla.novell.com/show_bug.cgi?id=773575
|
|
is not resolved
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 8 12:39:33 UTC 2012 - pgajdos@suse.com
|
|
|
|
- introduced new rpm macro: %files_fontsconf_availdir
|
|
to be included in %files section of package which ships own
|
|
fontconfig files; expands in
|
|
/usr/share/%{name}
|
|
/usr/share/%{name}/conf.avail
|
|
- introduced new rpm macro: %files_fontsconf_file
|
|
to be included in %files section of package which ships own
|
|
fontconfig file;
|
|
|
|
%files_fontsconf_file -l name.conf
|
|
|
|
expands in
|
|
/usr/share/%{name}/conf.avail/name.conf
|
|
%config /etc/fonts/conf.d/name.conf
|
|
|
|
when -l switch isn't supplied, only
|
|
/usr/share/%{name}/conf.avail/name.conf
|
|
is packaged
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 2 15:34:14 UTC 2012 - pgajdos@suse.com
|
|
|
|
- introduced new rpm macro: %install_fontsconf
|
|
for given file (path/to/01-font.conf), it
|
|
1. creates %{_fontsconfavaildir}
|
|
2. copies path/to/01-font.conf to %{_fontsconfavaildir}
|
|
uses %link_avail_to_system_fontsconf to
|
|
3. create %{_fontsconfddir}
|
|
4. link %{_fontsavaildir}/01-fonts.conf %{_fontsconfddir}
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 2 11:33:46 UTC 2012 - pgajdos@suse.com
|
|
|
|
- modified %_fontsconfavaildir to from
|
|
/etc/fonts/conf.avail to /usr/share/%{name}/conf.avail as
|
|
fontconfig 2.10 ship its avail conf in /usr/share/fontconfig/conf.avail
|
|
- added %link_avail_to_system_fontsconf, which creates symlink pointing
|
|
from /etc/fonts/conf.d to ../../../usr/share/%{name}/conf.avail
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 3 13:02:24 UTC 2012 - pgajdos@suse.com
|
|
|
|
- package created, added rpm-macros.fonts-config
|
|
|