Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion service/package/gem2rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# yast2 with ArchFilter
Requires: yast2 >= 4.5.20
%ifarch s390 s390x
Requires: yast2-s390 >= 4.6.3
Requires: yast2-s390 >= 4.6.4
%endif
:filelist: "%{_datadir}/dbus-1/agama.conf\n
%dir %{_datadir}/dbus-1/agama-services\n
Expand Down
5 changes: 4 additions & 1 deletion web/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"autoconnect",
"btrfs",
"ccmp",
"chzdev",
"dasd",
"dasds",
"dbus",
Expand Down Expand Up @@ -60,7 +61,9 @@
"testsuite",
"textinput",
"tkip",
"udev"
"udev",
"wwpn",
"zfcp"
]
}
],
Expand Down
9 changes: 7 additions & 2 deletions web/package/cockpit-agama.changes
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
-------------------------------------------------------------------
Mon Jul 3 10:18:32 UTC 2023 - José Iván López González <jlopez@suse.com>

- Add page for managing zFCP devices (gh#openSUSE/agama#634).

-------------------------------------------------------------------
Wed Jun 21 09:05:21 UTC 2023 - Balsa Asanovic <balsaasanovic95@gmail.com>

- Moved the logic for adding and removing HTML element's
attributes from sidebar component to custom hook
(gh#openSUSE/agama#565) .
(gh#openSUSE/agama#565).

-------------------------------------------------------------------
Tue Jun 13 15:40:01 UTC 2023 - David Diaz <dgonzalez@suse.com>

- UI: stop using fixed sizes for modal dialogs
(gh#openSUSE/agama#620) .
(gh#openSUSE/agama#620).

-------------------------------------------------------------------
Tue Jun 13 06:59:12 UTC 2023 - David Diaz <dgonzalez@suse.com>
Expand Down
Loading