Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 713383 Details for
Bug 923932
Add macros to drupal7
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
drupal7-7.21-1 => drupal7-7.21-2 patch
drupal7.spec.patch (text/plain), 1.77 KB, created by
Shawn Iwinski
on 2013-03-20 18:22:23 UTC
(
hide
)
Description:
drupal7-7.21-1 => drupal7-7.21-2 patch
Filename:
MIME Type:
Creator:
Shawn Iwinski
Created:
2013-03-20 18:22:23 UTC
Size:
1.77 KB
patch
obsolete
>diff --git drupal7.spec drupal7.spec >index 0b2a27d..1b91346 100644 >--- drupal7.spec >+++ drupal7.spec >@@ -1,7 +1,7 @@ > %define drupaldir %{_datadir}/drupal7 > Name: drupal7 > Version: 7.21 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: An open-source content-management platform > > Group: Applications/Publishing >@@ -12,6 +12,7 @@ Source1: %{name}.conf > Source2: %{name}-README.fedora > Source3: %{name}-cron > Source4: %{name}-files-migrator.sh >+Source5: macros.%{name} > Patch0: %{name}-7.4-scripts-noshebang.patch > Patch1: drupal-7.14-CVE-2012-2922.patch > >@@ -25,6 +26,13 @@ System written in PHP that can support a variety of websites ranging from > personal weblogs to large community-driven websites. Drupal is highly > configurable, skinnable, and secure. > >+%package rpmbuild >+Summary: Rpmbuild files for %{name} >+Group: Development/Tools >+ >+%description rpmbuild >+%{summary}. >+ > %prep > > %setup -q -n drupal-%{version} >@@ -61,6 +69,10 @@ mv %{buildroot}%{drupaldir}/.htaccess %{buildroot}%{_sysconfdir}/httpd/conf.d/dr > ln -s ../../../%{_sysconfdir}/httpd/conf.d/drupal7-site.htaccess %{buildroot}%{drupaldir}/.htaccess > mv %{buildroot}%{_sysconfdir}/%{name}/example.sites.php . > >+# rpmbuild >+mkdir -p -m 0755 %{buildroot}%{_sysconfdir}/rpm >+install -p -m 0644 %SOURCE5 %{buildroot}%{_sysconfdir}/rpm/ >+ > %clean > rm -rf %{buildroot} > >@@ -87,7 +99,14 @@ rm -rf %{buildroot} > %dir %attr(775,root,apache) %{_localstatedir}/lib/%{name}/files/ > %dir %attr(775,root,apache) %{_localstatedir}/lib/%{name}/files/default/ > >+%files rpmbuild >+%defattr(-,root,root,-) >+%{_sysconfdir}/rpm/macros.%{name} >+ > %changelog >+* Tue Mar 19 2013 Shawn Iwinski <shawn.iwinski@gmail.com> - 7.21-2 >+- Added rpmbuild sub-package to provide RPM macros >+ > * Thu Mar 7 2013 Peter Borsa <peter.borsa@gmail.com> - 7.21-1 > - 7.21 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 923932
: 713383 |
713384