tomoyo-tools/tomoyo-tools.changes
Marcus Meissner 81c9dcbe7d Accepting request 143937 from home:sbrabec:gpg-offline-verify
Verify GPG signature: Perform build-time offline GPG verification.
Please verify that included keyring matches your needs.
For manipulation with the offline keyring, please use gpg-offline tool from openSUSE:Factory, devel-tools-building or Base:System.
See the man page and/or /usr/share/doc/packages/gpg-offline/PACKAGING.HOWTO.

If you need to build your package for older products and don't want to mess spec file with ifs, please follow PACKAGING.HOWTO:
you can link or aggregate gpg-offline from
devel:tools:building or use following trick with "osc meta prjconf":

--- Cut here ----
%if 0%{?suse_version} <= 1220
Substitute: gpg-offline
%endif

Macros:
%gpg_verify(dnf) \
%if 0%{?suse_version} > 1220\
echo "WARNING: Using %%gpg_verify macro from prjconf, not from gpg-offline package."\
gpg-offline --directory="%{-d:%{-d*}}%{!-d:%{_sourcedir}}" --package="%{-n:%{-n*}}%{!-n:%{name}}""%{-f: %{-f*}}" --verify %{**}\
%else\
echo "WARNING: Dummy prjconf macro. gpg-offline is not available, skipping %{**} GPG signature verification!"\
%endif\
%nil
-----------------

OBS-URL: https://build.opensuse.org/request/show/143937
OBS-URL: https://build.opensuse.org/package/show/security/tomoyo-tools?expand=0&rev=13
2012-12-03 14:41:24 +00:00

48 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Thu Nov 29 19:20:40 CET 2012 - sbrabec@suse.cz
- Verify GPG signature.
-------------------------------------------------------------------
Wed Oct 19 13:26:11 UTC 2011 - meissner@suse.com
- Updated to 2.4.0-20110929 snapshot necessary to work with 12.1
- lots of bugfixes
- adjustments to current kernel
- auditing helps
-------------------------------------------------------------------
Mon Aug 29 11:34:54 UTC 2011 - aj@suse.de
- _GNU_SOURCE needs to be defined first, fix build
(patch tomoyo-clone.patch)
-------------------------------------------------------------------
Tue Jun 28 15:09:46 CEST 2011 - meissner@suse.de
- Update to 20110511 snapshot:
* Version 2.3.0p1 2011/02/11 Bugfix release.
/sbin/tomoyo-init
Mount sysfs when /sys/kernel/security/ does not exist rather than when /sys/kernel/ does not exist, for some distributions have /sys/kernel/debug/ on root device.
Wait for /etc/tomoyo/tomoyo-post-init in a more reliable way.
/usr/sbin/tomoyo-diffpolicy
Fix regression introduced when fixing old/new inversion bug.
* Version 2.3.0p2 2011/05/11 Minor update release.
Fix build error on parallel build.
/usr/lib/libtomoyotools.so.1
Fix wrong domainname validation.
/usr/sbin/tomoyo-editpolicy
Allow configuring background color.
-------------------------------------------------------------------
Sat Jan 15 09:40:25 CET 2011 - meissner@suse.de
- initial packaging of the tomoyo userland utilities.