forked from pool/bugzilla
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| de84ffbabf | |||
| ece2b311f3 | |||
| 2999050118 |
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 12:02:42 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
- Fix installcheck failure from obs staging-bot after last change
|
||||
of [bsc#1231027]:
|
||||
/srv/www [mode mismatch: d755 wwwrun:root, d755 root:root]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 07:00:42 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||
|
||||
- Add /srv/www directories to filelist [bsc#1231027]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 08:51:16 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -177,12 +177,14 @@ rm %{buildroot}%{apache_serverroot}/%{name}/.htaccess
|
||||
|
||||
%files
|
||||
%doc MPL-2.0.html
|
||||
%dir %{apache_serverroot}
|
||||
%defattr(-,%{apache_user},root)
|
||||
# exclude language de_DE
|
||||
%exclude %{apache_serverroot}/bugzilla/template/de
|
||||
%{apache_serverroot}/bugzilla
|
||||
|
||||
%files lang-de
|
||||
%dir %{apache_serverroot}
|
||||
%defattr(0644,%{apache_user},root,755)
|
||||
%{apache_serverroot}/bugzilla/template/de
|
||||
|
||||
|
||||
Reference in New Issue
Block a user