Commit 78dea1e8458cf8552e72c9ac4c9812a460600f62
1 parent
351a0d14
Exists in
master
and in
3 other branches
Updating package settings.
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
rpm/_service
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | <!-- https://github.com/openSUSE/obs-service-tar_scm/blob/master/tar_scm.py --> |
4 | 4 | <service name="tar_scm"> |
5 | - <!-- param name="changesgenerate">enable</param --> | |
5 | + <param name="changesgenerate">enable</param> | |
6 | 6 | <param name="sslverify">disable</param> |
7 | 7 | <param name="versionformat">%ct</param> |
8 | 8 | <!-- param name="version">5.2</param --> | ... | ... |
rpm/lib3270.spec
... | ... | @@ -62,6 +62,7 @@ BuildRequires: gcc-c++ |
62 | 62 | BuildRequires: gettext-devel |
63 | 63 | BuildRequires: m4 |
64 | 64 | BuildRequires: pkgconfig |
65 | +BuildRequires: pkgconfig(dbus-1) | |
65 | 66 | |
66 | 67 | %description |
67 | 68 | |
... | ... | @@ -167,4 +168,4 @@ exit 0 |
167 | 168 | /sbin/ldconfig |
168 | 169 | exit 0 |
169 | 170 | |
170 | 171 | -%changelog |
172 | +%changelog | |
171 | 173 | \ No newline at end of file | ... | ... |