Compare commits
No commits in common. "c8s" and "c10s" have entirely different histories.
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,2 +1,12 @@
|
||||
SOURCES/gnome-common-3.18.0.tar.xz
|
||||
gnome-common-2.28.0.tar.bz2
|
||||
/gnome-common-2.34.0.tar.bz2
|
||||
/gnome-common-3.1.0.tar.xz
|
||||
/gnome-common-3.4.0.1.tar.xz
|
||||
/gnome-common-3.5.5.tar.xz
|
||||
/gnome-common-3.5.91.tar.xz
|
||||
/gnome-common-3.6.0.tar.xz
|
||||
/gnome-common-3.7.4.tar.xz
|
||||
/gnome-common-3.10.0.tar.xz
|
||||
/gnome-common-3.12.0.tar.xz
|
||||
/gnome-common-3.14.0.tar.xz
|
||||
/gnome-common-3.18.0.tar.xz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
|
||||
@ -1,12 +1,14 @@
|
||||
Name: gnome-common
|
||||
Version: 3.18.0
|
||||
Release: 5%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Summary: Useful things common to building GNOME packages from scratch
|
||||
Group: Development/Tools
|
||||
BuildArch: noarch
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Projects/GnomeCommon
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: make
|
||||
|
||||
# This will pull in the latest version; if your package requires something older,
|
||||
# well, BuildRequire it in that spec. At least until such time as we have a
|
||||
# build system that is intelligent enough to inspect your source code
|
||||
@ -43,6 +45,31 @@ make DESTDIR=%{buildroot} INSTALL="install -p" install
|
||||
%{_datadir}/aclocal/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.18.0-13
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.18.0-12
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user