Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/SLE-15-SP4' into huha-textdoma…
Browse files Browse the repository at this point in the history
…in-sp5
  • Loading branch information
shundhammer committed Jun 5, 2023
2 parents e68c759 + c0fcc68 commit 3ed9307
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package/yast2-apparmor.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 5 08:19:51 UTC 2023 - Stefan Hundhammer <shundhammer@suse.com>

- Added missing textdomain (bsc#1211980)
- 4.5.1

-------------------------------------------------------------------
Wed Apr 06 13:24:58 UTC 2022 - Ladislav Slezák <lslezak@suse.cz>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-apparmor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-apparmor
Version: 4.5.0
Version: 4.5.1
Release: 0
Summary: YaST2 - Plugins for AppArmor Profile Management
Url: https://github.com/yast/yast-apparmor
Expand Down
1 change: 1 addition & 0 deletions src/lib/apparmor/profiles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class Profiles

attr_reader :prof
def initialize
textdomain "apparmor"
@prof = {}
status_output = command_output("/usr/sbin/aa-status", "--pretty-json")
log.info("aa-status output:\n#{status_output}\n")
Expand Down

0 comments on commit 3ed9307

Please sign in to comment.